I recently noticed that sometimes flash gets a little crazy when trying to display certain characters, e.g. ampersand or percent sign. Here is link to a table with a bunch of ASCII and HTML char ...
I noticed that my previous post with basic MySQL SSH commands was relatively popular and I’ve been meaning to save some of the recent ones I’ve been using before I forget them, so… show full ...
Need to execute some action when your FLV reaches the end? Pretty simple…
myvideo.autoRewind = true; Of course, replace ‘myvideo’ with the instance name of your video.
Just sharing some code I found that worked to loop an flv clip that I had dropped into an AS2 movie…
My team has been looking for some good exit popup code for a client and found it hard to find code that would pop an exit popup when a user was leaving the page without ...
Actions are no longer applied directly to buttons in Actionscript 3. Instead all code can be placed on the main timeline. For a basic getURL you first createa function, then you add an Event Listener ...