[jQuery] Re: jquery.Flash plugin

2009-08-29 Thread unsustainableDesign
Got the above working with slightly different code. Also realized my non flash content had to be displayed then my flash content would be displayed only if flash was present. My code is below. I do not recommend this method since I will have duplicate information on my site and it may interfere w

[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