I have a horizontal site that has multiple swf files in different "areas". Since the horizontal site is one html page, the browser wants to load all swfs at the get go. This slows the loading of the flash in the initial area to a snail's pace.
What I want to do is be able with javascript to control the initiation of the loading of the various swf files, having it connected to something like an onClick event. I'd like certain buttons when clicked to pause the loading process and yet be able to resume the loading process (not start over) with another event.
Not sure how to approach this. Do I use the id of the containing div of the swf (or the id of the flash itself) and then create a function using getElementById and then control this function with another function using setTimeOut?
I'm at a loss on approach to this. Could use some suggestions and direction.
Thanks, Adriana