[thelist] Flash Javascript Loop Problem

Beau Hartshorne beau at members.evolt.org
Fri Jun 22 17:59:08 CDT 2001


Does the flash movie loop when it's not embedded in the JavaScript? If it
does, there's an option you can use when you export the movie that will
instruct it not to loop. If you think it's a JavaScript problem, we'd
probably have to see more code.

Cheers,

Beau

-----Original Message-----
From: thelist-admin at lists.evolt.org
[mailto:thelist-admin at lists.evolt.org]On Behalf Of Annie
Sent: June 22, 2001 1:32 PM
To: thelist at lists.evolt.org
Subject: [thelist] Flash Javascript Loop Problem


A client wants me to use the following script to embed all of their flash
into their interface. problem is, using this all of the flash flicks loop.
I
can't have them looping, any idea how i would stop this from looping using
the same script?
TIA!!

<script language="javascript">
<!--

if (vFlash)
{
var hasFlash='<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.c
ab#version=4,0,2,0" width="315" height="187"><param name=movie
value="images/0050d.swf"><param name=quality value=high><embed
src="images/0050d.swf" quality=high
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod
_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="315"
height="187"></embed></object>'
document.writeln(hasFlash)
}

else
{
document.writeln('<img src="images/0050d.gif" alt="0050c.gif">')
}

<!--end-->
</script>



---------------------------------------
For unsubscribe and other options, including
the Tip Harvester and archive of TheList go to:
http://lists.evolt.org Workers of the Web, evolt !





More information about the thelist mailing list