catfish Posted June 1, 2011 Report Posted June 1, 2011 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>
Recommended Posts
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 accountSign in
Already have an account? Sign in here.
Sign In Now