Forum Moderators: open
I tried researching on Google and this site, but can't come up with any way to change this.
Does anyone know how I can tweak my code so that it will only loop once in Safari? I'm not concerned about IE, although if it could display properly there it would be a bonus.
Here is the relevant HTML:
******
<div id="flashintro">
<object type="application/x-shockwave-flash" data="photos/signatureanimation.swf" name="SignatureAnimation" width="450" height="175" id="SignatureAnimation">
<param name="movie" value="photos/signatureanimation.swf">
<param name="quality" value="high"><param name="LOOP" value="false">
</object>
</div>
*****
And what little I did for it in CSS:
*****
#flashintro {
padding: 0px;
margin: 380px 0px 0px 230px;
width: 450px;
height: 175px;
position: absolute;
}
******
Any help would be greatly appreciated.
Also search around the tech files on macromedia.com, they are seldom more helpful than the internal help files but sometimes a gem floats to the top. :-D