kethrobo
09-02-2005, 01:29 PM
I have made several pages on a website. On one page I have a button which I want people to press to load.swf movie.
I have dragged the loader component on to the stage and set the "visble" to false.
When I test movie the loader component shows as a white box against yellow background .mc Why is this? Anybody know what I am doing wrong?
The button script has this code
on (press){
loadMovie("African Music.swf", "loader2");
}
Would it be possible to add code to add the loader2 when this button is pressed calling for African Music, rather than the loader sitting on the stage all the time? Th white square looks a mess.
Thanks
kethrobo
I have dragged the loader component on to the stage and set the "visble" to false.
When I test movie the loader component shows as a white box against yellow background .mc Why is this? Anybody know what I am doing wrong?
The button script has this code
on (press){
loadMovie("African Music.swf", "loader2");
}
Would it be possible to add code to add the loader2 when this button is pressed calling for African Music, rather than the loader sitting on the stage all the time? Th white square looks a mess.
Thanks
kethrobo