So the reason for the conditionals is to end up rendering only a single <object> tag based on the browser you are using. You are correct, that if you are using IE, then the code between the !IE block will not be written to the.
I suggest you use (the online version of) the code generator and plugin your params to see how the code is supposed to look (basically there ends up being a full code block for each of the browsers to render the content including params/flashvcars etc) http://code.google.com/p/swfobject/wiki/generator After looking at what it generates, you might be more comfortable hand coding next time :) <http://code.google.com/p/swfobject/wiki/generator>Cheers, Aran On Thu, Nov 11, 2010 at 8:51 PM, okieman <[email protected]> wrote: > I'm trying to use SWFOBJECT to replace a Flash mp3 player with a list > of direct links to the mp3 files, for the benefit of people who don't > have Flash installed. The problem is, when I followed the steps in the > tutorial, the code it generated includes an IE conditional statement > that blocks the player from displaying in IE. I'd like for someone to > take a look at my test page. Bear in mind this is the first time I've > ever tried to embed an object. > > http://www.keithpurtell.com/kthings/frippcopy.htm > > -- > 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]<swfobject%[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.
