Here is a new challenge for the group. I am currently working with a
Flash MP3 player on a site that I am building. It is a fairly standard
MP3 player that plays from an xml play list. There is one other
feature though that makes it unique in that is essential to the
project I am working on: you can click on a song from a list in an
html page and have it play in the player.

To enable this in Flash there is an option to accept instructions from
outside of Flash, one of which is javascript. It uses this command:
[code]onClick="mp3.playSong(0,0);[/code].

I am able to do this using Adobe's ACRunActiveContent.js script which
has the following essential bit of code: 'allowScriptAccess','always'.

However, there are many issues with ACRunActiveContent - not the least
of which is that it doesn't validate - and I would much rather use
swfObject.

Is there a way to include the this kind of functionality with
swfObject? I am open to further questioning on the matter.

Thanks,

Forrest


--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to