Re: Composing with various smil files

Rui,

the SMIL specification allows this - but it depends on the SMIL player 
to actually support it.

I have seen documentation that the Realplayer supports this in its later 
versions, but can't find the pointer now. So I suggest you try it out, 
by doing something like

...
<seq>
   <ref src="smil1.smil" />
   <ref src="smil2.smil" />
</seq>
...

where smil1 and smil2 are SMIL files again.

Let us know what you find out.

-Philipp

Rui MN Gonçalves Madeira a écrit:
> Hello there!
> 
> I'm newbie with smil!
> 
> Can you tell me, please, if there is a way to write
> a smil presentation refering 2 or more smil files?
> 
> Well, can i compose a presentation using for that 2
> smil presentations? 
> 
> Many thanks for the help,
> Rui
> 
> 

Received on Monday, 25 August 2003 02:16:46 UTC