You want to use the dynamic embed option, and then you can control exactly when you run your embeds. You can create a function which calls embedSWF() on a button click, page load or whatever logic you want:
read up up on the swfobject API here (embedSWF(), addDomLoadEvent() etc) http://code.google.com/p/swfobject/wiki/api a tut which might help you understand the mechanics of things: http://learnswfobject.com/advanced-topics/load-a-swf-using-javascript-onclick-event/ Aran On Tue, Aug 24, 2010 at 8:39 PM, youngsoul <[email protected]> wrote: > this new version swfobject will load flash movie when the page have > loaded > > but now i prefer loading the flash movie where it embed, how to > control the loading order of the flash movie and page content? > > -- > You received this message because you are subscribed to the Google Groups > "SWFObject" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]<swfobject%[email protected]> > . > For more options, visit this group at > http://groups.google.com/group/swfobject?hl=en. > > -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
