doesn't support smil?

Fri, 14 Jan 2000 14:45:55 -0800

From: "Brian de Lemos" <[EMAIL PROTECTED]>
Subject: <object> doesn't support smil?

hi everyone
having a load of trouble with the <object> tag referencing a .smil
file.

i narrowed it down, by changing my smil extension back to a .ram (and
thus losing the formatting i'm trying to accomplish with smil) only in
<object>, and keeping <embed> pointed at the .smil.

seems ie couldn't see the smil file on the intervu server because the
ram file worked just fine.
so i created a .rpm file which points to the .smil, and am referencing
that it in my <object> (see below)... and every-so-often i'm getting a
really bad error (a memory one of some sort on both win98 and nt 4)
(to throw a twist in this, the src param is being dynamically written
to the rpm. file by a perl script, which is then dynamically writing
the src to the .smil file also using perl)

below is the the client side object and embed code.
please email me on or off the list ([EMAIL PROTECTED]), and i can
share the .rpm or .smil with you if you like.
i'll owe you big!!
thanks,
brian

<!--- OBJECT FIRST FOR IE -->
         <object id="videoIE"
classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA" width="176"
height="128" hspace="0" vspace="0" align="top">
         <param name="SRC"
value="http://tm.intervu.net/xxx.rpm?Stream=c2k092799_15.rm;start=4143
4;end=139300;xtn=.rpm">
     <param name="console" value="ClipIE">
     <param name="controls" value="imagewindow">
     <param name="autostart" value="true">

<!-- THEN EMBED FOR NN -->
         <embed name="videoNN"
         type="audio/x-pn-realaudio-plugin"

src="http://tm.intervu.net/xxx.smil?Stream=c2k092799_15.rm;start=41434
;end=139300;xtn=.smil"
         width="176" height="128"
         hspace="0" vspace="0"
         border="0"
         controls="ImageWindow"
         autostart="true"
         loop="false"
         console="ClipNN">
         </embed>
         </object>


*******************************************************
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]>

Reply via email to