help with html code for swf

User 106872 Photo


Registered User
92 posts

<!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/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="248" height="214">
<param name="movie" value="fritest.swf">
<param name="quality" value="high">
<embed src="fritest.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="248" height="214"></embed>
</object>
</body>
</html>



The above HTML code was generated from Open Office design program that also generated & saved a SWF file for a looping slide show. It works in VSD but only if I click the image to move to the next slide.
Is there a snipit of code I could add to this to get the slides to loop continuously or is it in the SWF file

Right now I'm caught in the middle as the computer w/xp that has VSD and Firestarter Trial is not on an internet line and this one is on the net but win2000 OS so I cant test firestarter on this OS.
Thanks for any thoughts Wyndham
User 364143 Photo


Guest
5,410 posts

You can try adding a loop=true attribute to both the object and embed tags.

<param name="loop" value="true" />

loop="true"
CoffeeCup... Yeah, they are the best!
User 106872 Photo


Registered User
92 posts

Thanks, digging a bit deeper I think there is something embedded into the swf file that maybe looking for an "On click" because it does loop manually by clicking the image but not auto.
Anyway i think I've gone down the wrong path and just need to use cc firestarter as it has the other features I also need. Thanks for the help. Wyndham

Have something to add? We’d love to hear it!
You must have an account to participate. Please Sign In Here, then join the conversation.