Jump to content

NO smooth looping in my flash


catfish

Recommended Posts

Hello;

 

I've embedded a small flash into my index page and would like it to to loop smoothly but I can't figure it out. It does actually loop but there is either a very long delay or it chops off my last image too quickly. Here is my link and below is my embed code. Thanks so much. http://www.markat.ca/index.php

<script type="text/javascript" src="swfobject.js"></script>
	<script type="text/javascript">
		var flashvars = {};
		var params = {};
		var attributes = {};
		params.loop = "true";
		swfobject.embedSWF("bottles.swf", "myAlternativeContent", "145", "456", "9.0.0", false, flashvars, params, attributes);
	</script>

Link to comment
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

Loading...
×
×
  • Create New...