Archive for January, 2007

CellRenderer API samples – Datagrid -
Wednesday, January 31st, 2007

Hi, another post today. This time i will speak about datagrid component. How many of us, didn’t want to customize our datagrid or our list component aon a Flash movie? Is it difficult? For those who think yes, pls check following links and source files. Hope now people can improve their skills using these technique’s. [...]

Another Best Flash Site
Wednesday, January 31st, 2007

Ok, for a while didn’t insert new flash sites. But here it is one of the best. Visit this site. It’s spetacular. http://www.bellecour.fr/ Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

Did you never want to have a login entrance to your flash site? Here it is the ASP code you need to communicate from flash to the access database. <%@LANGUAGE=”VBSCRIPT” CODEPAGE=”1252″%> <% ‘open the database—————————————————— set conn=server.createobject(“adodb.connection”) cnpath=”DBQ=” & server.mappath(“mydb.mdb”) conn.open “DRIVER={Microsoft Access Driver (*.mdb)}; ” & cnpath ‘Vars from Flash——————————— login = trim(request(“login”)) senha = trim(request(“senha”)) ‘Checks [...]

Flash Course at Macromedia University
Tuesday, January 30th, 2007

Here it is a good resource directly from Macromedia. A University. There is a chance of complete some courses for free, as a trial. However you can have more courses, but paying. Dahhhh… Maybe on the future Adobe will have this kind of resources for free. You can find the Adobe University here. Bookmark on [...]

Usually people want’s to send data from flash to a database. But as we need to use a script, with asp, .net, php or other, turns hard to complete our job. So here you will find simple code to help you. Hope you enjoy. On the flash movie use the normal code to send variables [...]

Hi, today i was wondering where Adobe was publishing the on line tutorials, because long time i didn’t request this valuable resource. I’ve discovered the following links, very very useful. https://www.adobe.com/cfusion/ondemand/ondemand.cfm?id=249&type=2&promoid=0&trackingid=0&sdid=0 http://www.adobe.com/devnet/flash/multimedia_tutorials.html Try, because it’s free, and it helps a lot. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to [...]

I found out this incredible site with excelent source files with flash effects. Check it here. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

How to make a "Elastic Scroller" with Flash
Tuesday, January 23rd, 2007

If you want to make a Elastic scroller, with some elastic effects depending on how you move the mouse, check this post. This code is intend to help you to make a scroller bar which we use to drag, so we can scroll the content: onClipEvent (load) { buttonSize = 0; viewHeight = _parent.scroll_bg._height; viewWidth [...]

Image Gallery – Source file
Tuesday, January 23rd, 2007

I know this component since flash V.5. It’s not new, but it’s good, and easy to customize. You can change some design as also inserting new features. To make the download of Source file click here. Let me know your comments, what have you improved… Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with [...]

ZFORT GROUP
Monday, January 22nd, 2007

I think this is one of the best full flash sites of ever. http://www.zfort.com/main.html Check it out, and enjoy. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post