Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

jQuery Flash optional settings & Firefox issues #5

Open
planetClaire opened this issue Mar 26, 2012 · 0 comments
Open

jQuery Flash optional settings & Firefox issues #5

planetClaire opened this issue Mar 26, 2012 · 0 comments

Comments

@planetClaire
Copy link

It's not necessary to repeat the optional parameters when calling jQuery flash:
classid: 'clsid:D27CDB6E-AE6D-11cf-96B8-444553540000', // For IE support.
codebase: 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=', // Ditto.
pluginspace: 'http://get.adobe.com/flashplayer', // Download Firefox plugin if missing.

These can be omitted. Infact in some circumstances including them in the jQuery plugin causes problems in Firefox, in that the call to agileUploader() fails to override flashSrc with that given in the override. Removing the parameters above from the plugin fixes the problem.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant