I have a swf that plays mp3s I am dynamically loading
multiple instances of the swf into a page. Each swf grabs an mp3
based on the product that it is associated with.
The problem is trying to stop any player that's currently
playing when you click play on another swf. It seems I can only get
the first swf that embeds at the top of the page to respond by
stopping when any of the others are clicked. The rest don't seem to
be able to recieve the message. Anybody know what's going on
here??
Does someone need to see some of my code to understand what
I'm talking about? I will gladly provide whatever is needed - I
figure this is something many would have had experience with in the
current web standard of dynamic cms sites