- From: Amanda Willoughby <demandahugandkiss@yahoo.com>
- Date: Wed, 2 Jun 1999 15:16:36 -0700 (PDT)
- To: www-smil@w3.org
Hi All I am trying to create a SMIL for the G2 player that goes like this : A flash animation with an audio plays, then a series of pictures with a background audio track plays. The series of pictures never play properly though. Sometimes it gets “stuck” on a slide, sometimes it shows a blacked screen instead of the picture. If I remove the animation and the audio that goes with it, the pictures display perfectly. Or, if I remove the audio that plays behind the pictures and leave the intro animation and audio, it plays fine. Any ideas ? Thanks – Amanda Here is the SMIL : <smil> <head> <layout> <root-layout background-color="black" width="330" height="270" /> <region id="stageregion" top="5" left="5" width="320" height="240" fit="meet" /> <region id="textregion" top="245" left="5" width="320" height="20" center="1" /> <region id="avcaption" top="265" left="5" width="1" height="1" center="1" z-index="0" /> </layout> </head> <body> <par> <animation id="flashpix" src="empty.swf" region="stageregion" fill="freeze" /> <audio id="flashsnd" src="empty.rm" region="avcaption" /> </par> <par> <audio id="audioCaptionBack" src="backtrk.rm" region="avcaption" /> <seq> <par> <textstream id="mainDisplay1" src="maintext1.rt" region="stageregion"fill="freeze" /> <textstream id="txtCaption1" src="caption1.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay2" src="pix2.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption2" src="caption2.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay3" src="pix3.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption3" src="caption3.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay4" src="pix4.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption4" src="caption4.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay5" src="pix5.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption5" src="caption5.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay6" src="pix6.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption6" src="caption6.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay7" src="pix7.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption7" src="caption7.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay8" src="pix8.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption8" src="caption8.rt" region="textregion" fill="freeze" /> </par> <par> <ref id="mainDisplay9" src="pix9.rp" region="stageregion"fill="freeze" /> <textstream id="txtCaption9" src="caption9.rt" region="textregion" fill="freeze" /> </par> </seq></par> </body> </smil> _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com
Received on Wednesday, 2 June 1999 18:16:17 UTC