[jQuery] Re: jquery.flash plugin with parameter and variables.

2007-12-13 Thread Alexandre Plennevaux
hello, i had a similar issue a few months ago, here is a sample of how i had it to work: $(document).ready(function(){ // FLASH FILE EMBED $('#playBanner').flash( { src: 'projects/fuTHOR.swf', width: 740, menu:true, height: 420, background: '#0

[jQuery] Re: jquery.flash plugin with parameter and variables.

2007-12-13 Thread starepod
So, i looked at the plugin and found this line: * @desc The default set of options for the object or embed tag. and added the following lines: allowscriptaccess: 'always', allowfullscreen: 'true' and that did the trick. Although, I may still play with a method that does not in