So as I stated in this other post.. http://stackoverflow.com/questions/3700338/as3-mp3-player-loads-when-opened-locally-but-doesnt-show-up-at-all-on-my-server ..my MP3 Player is not loading online, but works perfectly on my local computer...
I was messing around with filse today and I finally got flash to give me an error...Could this be why the MP# player does not load online? heres the error
TypeError: Error #2007: Parameter text must be non-null.
at flash.text::TextField/set text()
at Mp3Player_fla::MainTimeline/id3Handler()
By the way I have the MP3 on its own swf. Its being called by the main swf...If I place all the code into the main swf could it possibly work? that shoudnt make a difference, but maybe becuause im loading large movies as the backgrounds and many other swf's at the same time, its messing it up?!