unwanted loop of flash file in firefox

quickie34

New Member
Can someone explain why firefox keeps looping my flashfile when published on the site.
It doesnt matter if I set the document option in adobe flash that the file should NOT loop, it still does. It does not loop in internet explorer

I have added the tag
<param name="loop" value="false" />

anything else I am missing?
 

conor

New Member
I only did a few small things on flash a few years ago. I remember having to add a bit of actionscript at the end of the flash document to end the loop. I think it was something like:

Code:
stop;

Something like that anyway but I don't really know what I'm talking about! :L
 

jnjc

New Member
can you post a link, you may have added the parameter in wrong place or something like that.
 
Top