Params for createSWF are bit different swfobject.createSWF(att, par, id);
Att - object data=swfmovie with height Par - object with flashvars nested Id - string id see http://code.google.com/p/swfobject/wiki/api - S On 21 December 2010 21:47, Wick <[email protected]> wrote: > Ok, so could I just serve up the express install parameter as false, and > then use an event handler for the button, like this... > > swfobject.embedSWF("myswfname.swf", "container", 915, 200, "10.0.0", false, > flashvars, params, false); > > and then the event handler on the alt content button could be a Jquery > function... > > $('#target').mouseup(function(e) { > e.preventDefault(); > swfobject.createSWF(); > }); > > This way, the button could still link to the adobe site, if javascript is > disabled, since my alt content serves as both non-flash AND non-javascript > content. > > I just don't know what the parameters for createSWF would be... > > > -- > 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.
