[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] jquery.Flash plugin

2009-08-29 Thread unsustainableDesign
I was looking at the jquery.flash plugin and it looks like what I need to get the job done but I am not able to figure out how to do it. Here is some sample code from the plugin site $('.custom').flash(null, null, function(htmlOptions){ // do stuff }); Below is the code I tried using