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].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.

Reply via email to