PDA

View Full Version : Can someone tell me why my flash doesn't load


Havilah
12-19-2007, 06:01 PM
automatically after I added a pre-loader to it? I saw a tutorial on u-tube on how to make a preloader for adobe flash and copied, used it correctly at first and since then, I 've noticed that when I use it, it loads correctly but my movie doesn't play automatically except the user right clicks and select play. Any help from any flash guru?

colettemr
12-19-2007, 10:01 PM
Please make sure that you settings for the flash is to autoplay. Also you can use the code below to allow the active x-control. Try using the code to embed the flash file into the web page. This will keep you from having to click on the flash file 2x to activate.

1)

document.write('');
document.write('');
document.write('');
document.write('');
document.write('');
document.write('');

2)

fretless
12-19-2007, 10:59 PM
I am not sure in which tutorial you are referring but it sounds like if you remove any stops from the last frame of you preloader it will probably work.
Need to know the preloader though.