> I am using the Media plugin and I am not getting the alert about upgrading
> to the current flash when using this plugin, what can I do to make sure I
> get this alert?  I see how you set the params for the quicktime part, but
> what about flash, I need to set some params (ie. wmode) and can't seem to
> achieve that without editing the plugin itself.

Just add your params and/or flashvars to the options arg.  For example

var options = {
    params = { wmode: 'wmodeValue', anotherParam: 'val' },
    flashvars = { var1: 'value1', var2: 'value2' }
};

$(...).flash(options);

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to