E-mail List Archives
RE: MAGpie help
From: Ricci, Mark
Date: Jan 14, 2002 10:07AM
- Next message: Andrew Kirkpatrick: "Re: Application Design Accessibility Standards"
- Previous message: Arleigh Farrell: "MAGpie help"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread
Arleigh,
Here is a sample of a basic smi file that plays an real audio file
and a real text file.
<smil>
<head>
<meta name="title" content="Broadcast"/>
<meta name="author" content="Company"/>
<meta name="copyright" content="(c) 2000"/>
<layout>
<root-layout width="240" height="300" background-color="black"/>
<!-- Video region --><region id="video" left="0" top="0" width="240"
height="180" fit="fill" background-color="black" z-index="1"/>
<!-- CC Region --><region id="ticker" left="0" top="180" width="240"
height="120" z-index="2"/></layout>
</head>
<body>
<par>
<!-- Play these streams concurrently (in parallel). -->
<video src="file.rm" region="video" fill="freeze"/>
<text src="file.rt" region="ticker" fill="freeze" />
</par>
</body>
</smil>
The slight changes have to be made in order for this format to work with
quicktime.
Mark
- Next message: Andrew Kirkpatrick: "Re: Application Design Accessibility Standards"
- Previous message: Arleigh Farrell: "MAGpie help"
- Next message in Thread: None
- Previous message in Thread: None
- View all messages in this Thread