From: Paul Rose <[EMAIL PROTECTED]> Subject: Flash and audio coordination I wonder if anyone out there has ever done the following (and if so how) . . . 1) Start the play of an animation and audio file 1 2) When audio file 2 begins pause the animation 3) When audio file 3 begins resume the animation I don't want to use clip begin and clip end tags because of the load and web server warnings. I would like the animation to seem seamless (no black screen while new data loads) . . . I figure something like this has to happen <par> <animation src="whatever.swf"> <seq> <audio src="audio1.rm"> <audio src="audio2.rm" (command to pause animation)> <audio src="audio3.rm" (command to play animation)> </seq> <par> Any help would be appreciated Paul Rose ******************************************************* 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. Archives of RealForum can be found at http://realforum.real.com 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]>
