RE: [Moderator Action] Smil embeded on a web page

You could embed a SMIL présentation on a web page like you embed a REAL
file.

for ex :

<object

id=video1

classid="clsid:CFCDAA03-8BE4-11cf-B84B-0020AFBBCCFA"

height=450 width=720>
      <param name="controls" value="ImageWindow">
      <param name="console" value="Clip1">
      <param name="autostart" value="true">
      <param name="src" value="yoursmil.smil">

      <embed src="yoursmil.smil" type="audio/x-pn-realaudio-plugin"
console="Clip1" controls="ImageWindow" height=450 width=720 autostart=false>
      </embed>
</object>

But it seems to not work really good with the Swich tag.

I test it once, and i couldn't swich the correct vidéo.

I dont have time atm to test more.

Tell us if you find something interresting :)

ps : the real documentation library is here :
http://service.real.com/help/library/index.html


-----Message d'origine-----
De : www-smil-request@w3.org [mailto:www-smil-request@w3.org]De la part de
thierry michel
Envoyé : jeudi 14 septembre 2000 11:19
À : www-smil@w3.org
Cc : Rosemary Lima
Objet : Re: [Moderator Action] Smil embeded on a web page



----- Original Message -----
From: Rosemary Lima
To: www-smil@w3.org
Sent: Thursday, September 14, 2000 4:30 AM
Subject: [Moderator Action] Smil embeded on a web page


Hi,

Have anybody tried to embed a SMIL presentation on a web page? I have a .rm
file, a .rt file and a .rp (slide show) that I syncronized and lay-out on a
SMIL file. Now it is playing on the RealPlayer. I've tried to embed one
media file only on a web page but never a presentation type media that has
audio, video, slide shows and text.

Anybody can help me please?
Thanks

RL
"Design is inherently a messy process.  It's ironic that the end result is
about creating order." Tom Mecklen

Received on Thursday, 14 September 2000 06:01:17 UTC