Hello there, I have the intro page with all the buttons on it. when you click one of the buttons, the music is supposed to be playing. I have this code on the button:
for the button (aboutme)
on (release) {
loadMovieNum("music1.swf", 1);
}
for the button (gallery1)
on (release) {
loadMovieNum("music2.swf", 1);
}
..and so on...
I also have pop up windows assigned on each button.
when i test the movie (publish preview html), everything work fine...but when I published it. when i clicked the button, i don't hear no music, but the pop up is ok.
everyone please tell me what wrong with it. Do i have to put any more code in the button?..I try to publish flash 5 player and also 6...none of it work.When i tested movie in both players..they work fine...i have no clue..please help.
Here is the link of my web page.. so click any button and please tell me that you can hear the music or not..thanks in advance.
This is my "Up close and personal web page". view with your own risk.
http://www.boyangel.com/
M.L.