To get a class attribute added to an object that swfobject creates, you need to see this link:
http://code.google.com/p/swfobject/wiki/documentation#How_can_you_configure_your_Flash_content? (hint, you may need to copy-n-paste that link because you need to have the "?" on the end of the link to make sure the browser takes you to the right location in the document) Anyway, the bottom line is, when using dynamic embedding, you use the "styleClass" property of the "attributes" parameter to embedSWF. --Kyle From: Brad Rhoads Sent: Wednesday, February 04, 2009 3:31 PM To: [email protected] Subject: Re: swfobject only works once on page with multiple embeds As I think was suggested, you have <div id="flashcontent"> multiple times. Use<div id="flashcontent1"> <div id="flashcontent2">. . . On Wed, Feb 4, 2009 at 11:38 AM, Nathan <[email protected]> wrote: (the page I was talking about is now at: http://www.worshipsymposium.org/2009/services/1/index2.html On Feb 4, 1:17 pm, Nathan <[email protected]> wrote: > OK, I think that is the problem. But how can I get SWFObject to > generate a class, such as class="musicplayer" ? > > N > > On Feb 4, 11:44 am, Johan De Silva <[email protected]> wrote: > > > I am not an expert but you can only have one "id" per web page. You need to > > add more unique id's... I guess. > > > 2009/2/4 Nathan <[email protected]> > > > > On this page I'm working on ... > > > >http://www.worshipsymposium.org/2009/services/1/ > > > > ... why does the audio player display and work only once, and not in > > > subsequent clips? > > > > At the bottom I'm resorting to using an <iframe> instead of an object > > > embed -- but avoiding iframe's was the whole reason I went to SWF > > > Object instead! > > > > Thanks, > > > > Nathan > > >www.nbierma.com -- --------------------------- www.maf.org/rhoads www.ontherhoads.org --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
