Good day;
I have a vote system on my site that reloads the xml variables to display the new hit. The problem is that everytime you vote it causes the song currently playing in the Mp3 Radio to restart or, if stopped, to play again.
On Site Load:
-The Radio loads its contents from an XML file, and starts playing (located on its own Level);
-The Mp3Vote XML file loads and displays the current votes (located on its own level);
On Vote Click:
-the Mp3Vote Movie Clip (ten frames in timeline, stops at frame 10), goto’s frame one and plays back to frame 10, thus reloading the XML info.
The Problem:
-Both the Radio and Vote AS is in its own MovieClip,
-Scene One only has 1 frame,
-RAdioXML MovieClip only has one frame, thus there “should” not be any reloading of the Radio
example: http://www.northernmics.com/!Login/!NM_Main.html
Thanks