From: "Antonio Carlos Coelho" <[EMAIL PROTECTED]>
Subject: RE: SMIL problem with flashing between ".swf" file.
Hi Leslie,
Try to put a <par> tag before the <seq>.
It will look like this:
<par>
<seq>
<animation src="images/image1.swf" dur="12.0s" region="main"/>
<animation src="images/image2.swf" dur="12.0s" region="main" />
<animation src="images/image3.swf" dur="12.0s" region="main" />
</seq>
</par>
This will preroll all the flash files, so when one finishs
the other starts without buffering.
I hope this could help,
______________________________________________
A C C O E L H O
Streaming Media Specialist - StarMedia Broadband
Brazil
t. +55 11 3043 6565 www.starmedia.com.br
> From: Leslie Richards <[EMAIL PROTECTED]>
> Subject: Re:SMIL problem with flashing between ".swf" file.
>
> I am trying to play in sequence a number of flash 2 files. Each file is
> about 5k in size.
> When they display I am getting a black flash (about 1/8 of a second)
> between images.
> Is there a way to display flash files with the flack flash. I don't have
> the same problems
> with displaying larger images in a sequence.
>
> This is my smil code.
>
> <smil>
> <head>
>
> <layout>
> <root-layout width="600" height="300" background-color="white"
> z-index="0"/>
> <region id="main" top="0" left="0" width="600" height="300" z-index="0"
> background-color="white"/>
> </layout>
> </head>
> <body>
> <seq>
> <animation src="images/image1.swf" dur="12.0s" region="main"/>
> <animation src="images/image2.swf" dur="12.0s" region="main" />
> <animation src="images/image3.swf" dur="12.0s" region="main" />
> </seq>
>
> </body>
> </smil>
*******************************************************
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]>