From: Chris Laning <[EMAIL PROTECTED]> Subject: Display window I have a SMIL presentation that combines audio and HTML calls to do a slide show. At one point in the middle of the presentation, I need a video clip to run. To accomplish this set up, I am running embedded elements that are in different frames. One frame holds a text window, this is also the frame that is playing the audio file. I am running HTML calls, made by the audio file, into another frame. These HTML calls are calling mostly slides into that window (avoiding Real Pix because of buffering concerns). At one point, the smil file calls a video clip, at this same point an html file is loaded into the slides frame that has the "imagewindow" embed. But since the video clip has already begun, the image window doesn't pick up the video portion. (Image window console is set to "_master") I tried, using javascript, to get the position, stop the clip, set the position, and start the clip again, once the imagewindow is loaded. This doesn't work however because a Set Position doesn't seem to have an effect when the steam is stopped. Yet, if I place the set position command immediately following the DoPlayPause, it ignores it as well. Any suggestions on how to get the imagewindow "on board" with the video clip ******************************************************* 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]>
