This is exactly what I needed... I am using JWPlayer with a playlist of podcasts and an external RSS feed... unfortunately JWPlayer with an external RSS feed doesn't work in HTML5.... so now I detect Flash and if it's there it does the JWPlayer code.. if no flash, it just displays a link to the site the RSS feed is from... works great now.. THANK YOU!
On Oct 18, 5:47 pm, Sam Sherlock <[email protected]> wrote: > based on if flash is detected (checking the version of player then yes - how > you go about setting the content of these areas is up to you) > > if (swfobject.hasFlashPlayerVersion("9.0.18")) { > > // has Flash} > > else { > > // no Flash > > } > > Not sure exactly what you trying to do. I guess you want to display feedback > to the user > inform them that they have or don't have the correct version > > http://code.google.com/p/swfobject/wiki/api > > - S > > On 19 October 2011 01:11, SteveAx <[email protected]> wrote: > > > > > I want to use SWFObject to select 2 diferent sets of content based on > > if flash is detected or not... neighte set of content is a flash > > object... is this possible? > > > -- > > You received this message because you are subscribed to the Google Groups > > "SWFObject" group. > > To post to this group, send email to [email protected]. > > To unsubscribe from this group, send email to > > [email protected]. > > For more options, visit this group at > >http://groups.google.com/group/swfobject?hl=en. -- You received this message because you are subscribed to the Google Groups "SWFObject" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/swfobject?hl=en.
