From: Ian Tresman <[EMAIL PROTECTED]> Subject: Two embedded audio clips cross-reference I've embedded two audio files on a Web page, but clicking either play button starts the same audio clip, and I can't then play the other clip. Each clip references a different .rpm file which in turn references a separate .rm file. The example can be seen at http://www.knowledge.co.uk/arabesque/test.htm <!-- EMBEDDING CLIP ONE --> <embed src="harp01.rpm" type="audio/x-pn-realaudio-plugin" width=40 height=20 controls=PlayButton autostart=false console=Clip1> <embed src="harp01.rpm" type="audio/x-pn-realaudio-plugin" width=40 height=20 controls=StopButton autostart=false console=Clip1> <!-- EMBEDDING CLIP TWO --> <embed src="harp02.rpm" type="audio/x-pn-realaudio-plugin" width=40 height=20 controls=PlayButton autostart=false console=Clip1> <embed src="harp02.rpm" type="audio/x-pn-realaudio-plugin" width=40 height=20 controls=StopButton autostart=false console=Clip1> Contents of harp01.rpm: http://www.knowledge.co.uk/arabesque/harp01.rm Contents of harp02.rpm: http://www.knowledge.co.uk/arabesque/harp02.rm -------------------------------------------------- Any suggestions? Regards, Ian ******************************************************* The RealForum is an email discussion group focused on using RealNetworks products. The RealForum is a place to post messages about the best methods for creating content using RealNetworks technologies and the planning and implementation of streaming-media web sites. If you ever want to remove yourself from this mailing list, you can send mail to <[EMAIL PROTECTED]> with the following command in the body of your email message: unsubscribe realforum or from another account, besides the address you subscribed with: unsubscribe realforum <[EMAIL PROTECTED]>
