Firstly, thanks for your help. Here's my situation: I'm trying to edit the code for a flash mp3 player, specifically the xspf music player located here http://musicplayer.sourceforge.net/ (I'm using the slim version). I downloaded the latest release and got a compressed file containing a .as file, a .fla file, and a .swf file. I've got the player working fine on my site, what I'd like to do is insert code to make an external javascript function call (as described here: http://stackoverflow.com/questions/757390/actionscript-javascript) when the player loads a song. I've edited the .as file but that doesn't change anything, so I'm assuming I need to somehow re-compile. How do I do this? Also, I believe the actionscript is 2.0.
Thanks again. All comments are helpful as I'm lost with the amount of info available on flash, so many different version (flex, flex sdk, cs, etc, etc), and formats (.as, .fla, .swf)
Dan