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>
--------------------------------------------
Leslie Richards
Advisor, Learning Technologies
University of Waterloo
519-888-4567 ext.6091
http://webcourses.de.uwaterloo.ca
*******************************************************
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]>