Jump to content

Recommended Posts

Posted

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>

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...