Creating swf slide show

Discuss the presentation application
Post Reply
Wyndham
Posts: 1
Joined: Fri Jun 04, 2010 7:47 pm

Creating swf slide show

Post by Wyndham »

I have created a slide show that loops. It has 3 images for test purposes and works in slide show.
I have saved both the html file and the SWF file then placed them in another program "Coffeecup " web software to develop a site.
Everything works well except instead of an automatic loop of images, I must click on the image to go to the next image.
It does a loop but not automatically. The test in Impress does the auto loop but not the import into a web page. Is there a code snipit I could add to the html to get the auto feature working.
Here is the HTML.
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<title>Untitled Document</title>
</head>

<body>
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://download.macromedia.com/pub/shoc ... n=6,0,29,0"

width="248" height="214">
<param name="movie" value="fritest.swf">
<param name="quality" value="high">
<param name="loop" value="true" />

<embed src="fritest.swf" quality="high" loop="true"

pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"

width="248" height="214"></embed>
</object>
</body>
</html>
hanks for any help Wyndham
OpenOffice 3.2 on Windows win2000
Post Reply