Links Menu System
This is a XML based links menu system that I used in some projects of mine. You can easily add links or category titles to the list.

You can download the source files from here:
XML based links menu (16.4 KiB, 2,181 hits)
This is a XML based links menu system that I used in some projects of mine. You can easily add links or category titles to the list.

You can download the source files from here:
XML based links menu (16.4 KiB, 2,181 hits)
I did an experiment with the Blur Filter in AS 2.0 and I thought it will be great to share this little code 😀 I used MC Tween to animate this 😉 [kml_flashembed movie=”http://blog.vamapaull.com/wp-content/uploads/2008/03/blur-button.swf” height=”200″ width=”450″ /] Here is the code: #include “mc_tween2.as” import flash.filters.BlurFilter; theButton.xBlurTo(11, 3, 1); theButton.onRollOver = function() { this.xBlurTo(0, 3, 2);…
I did some projects for some of my clients where I had to use the YouTube API to load videos in flash from the YouTube website. I remember I spent a lot of time trying to find a working example that I could use on my project. I first tried to work with the ActionScript…
How to embed CDATA content in Flash From here you can download the source files Supported HTML tags: Anchor tag () Bold tag () Break tag () Font tag () Image tag () Italic tag () List item tag (< li>) Paragraph tag (< p>) Text format tag () Underline tag () Enjoy!!
After I made the first YouTube player I thought it’s a good idea if I make another version with thumbnails inside each playlist item. So I started to work on the project, then I posted it on ActiveDen.net and then it got approved (on 8 October 2009, after nearly 1 month from the first YouTube…
A few days ago I had some free time on my hands and I thought it will be nice if I designed a little YouTube video player based on the YouTube API and upload it to activeden.net so others can buy and use it in their projects. The video player has some nice features like:…