Archive for the ‘Actionscript’ Category

Tip | Taking a snapshot of an flv
Wednesday, April 23rd, 2008

I’ve seen this cool tip which let you create a snapshot preview of your flv at Dreaming In Flash. The following 3 simple lines of code, will enabled you to do it. video.attachNetStream( null ); bitmapData.draw( video ); video.attachNetStream ( myNetStreamObject ); Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe [...]

Simple, short and nice tutorial by Lionel, taking you to learn a simple way to detect location differences and to make something move using that difference. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

In addition to the post of Video Tutorials on PV3D, by Jim Foley, here are two new video tutorials: • Applying Shader Materials (VIII) : View • Applying Viewport Filters (IX) : View Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

Tutoria | FlashVars in AS3
Tuesday, April 22nd, 2008

Learn the difference between using Flash Vars in AS2 and AS3, with this article by Tiago. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

In this tutorial we are going to create a timer and a function that will move the ball. Always use comments so that you know later what was going on and so that other people can follow your code. View the Tutorial Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe [...]

Seb Lee Delisle, posted a full set of AS3 particles effects (9 in total), the same he shows at Toronto. As you know, his particle effects are really cool, and free. What are you waiting for? Go to his site, download the source, and start making your own particle effects. Then tell me what have [...]

A greate article by Lisa Larson, explaining you how to publish multiple videos on the same web page—without authoring a new SWF for each one. It provides a template with instructions for both streaming and progressive delivery of your video to a customizable player. The sample project you create includes a dynamic playlist using XML [...]

Tutorial | Create a full Flash site
Friday, April 18th, 2008

This a great tutorial teaching how you can create a complete Flash-based web-site from scratch. Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the comments on this post

This is one of the best and complete articles available in the web, about how to start with PV3D in Flash and Flex. After reading this article you will for sure, able to start using this 3D engine. Read more Bookmark on DeliciousDigg this postRecommend on Facebookshare via RedditShare with StumblersTweet about itSubscribe to the [...]

Tutorial | Set up a Flash MP3 interface
Thursday, April 17th, 2008

Skip back and forth through your songs in style, while managing the track-list with an easily updatable XML file Using a bit of ActionScript and XML we’ll show you how to create a veritable stereophonic playground. These MP3s can be safely left to their own devices without screaming too loud, getting out of order or [...]