From: "Todd Wilkens" <[EMAIL PROTECTED]>
Subject: RealPlayer NOT working in new window
hey folks,
for some reason, i can't get the RealPlayer to work in a new window that i
spawned from javascript. (i'm using IE 4) i know that the html page with
the video embedded works. if i put it in a normal window, it runs without
problems. but as soon as i try to use this window created with javascript,
i get a javascript error saying that the realplayer object doesn't support
the DoPlay() method.
it seems like Real is not instantiating a player or not initializing it
properly. any ideas what could be going wrong?
(code snippets included below)
-todd
here's the javascript code that spawns the window:
function launchTheWindow(){
betaWindow = window.open("video.html","betaWindow","height=548,width=792");
}
and the <object> tag for video.html looks like this:
<object id="video1" classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"
height="240" width="320">
<param name="controls" value="ImageWindow">
<param name="autostart" value="false">
<param name="SRC" value="welcome.rpm">
</object>
-- - - - - - -
todd wilkens
design technologist
rare medium . san francisco
www.raremedium.com
p: 415.957.1975
-- - - - - - -
*******************************************************
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]>