I have a movie that is showd many times in the same page, but I want a delay
between each instance:
movie.swf
delay 1'
movie.swf
delay 1'
etc

The first and easier way that came to my mind was to use javascript to delay
the loading of the .swf... but I don't know much about javascript. =S

Somebody would give me a hint about this?