02Apr

[AS 3] Shared Object between Multiple SWF Files

1 comment so far

I have been working on my .mp3 player that requires two .swf movies, one to play the music and another to control it (like a remote control to your stereo). This implementation is required so as the user navigates from one page to another the music will not be interrupted. The good thing is that [...]

30Jan

[AS 3] Flash Cookies with the Local Shared Object

No comments

Since the sharedObject method in Actionscript has proved itself to be very useful in the past (like my .mp3 player to play across multiple .html pages), I wondered how it was implemented in Actionscript 3. I found some nice code over at adobe and made some slight modifications so you wouldn’t have to refresh your [...]