Monkey Bizzle
12-08-2004, 06:45 PM
In school, we are learning how to use Macromedia Director to make animations and stuff. Well, when you are done, it generates the HTML for you but it doesn't give options to turn of repeat and stuff like that... It just generates a generic code... Here is the code that I have and I would like to know how to make the movie NOT repeat... I changed the swRestart to false in both instances and that doesn't seem to work...
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0"
ID=carcrash width=320 height=240>
<param name=src value="carcrash.dcr">
<param name=swRemote value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='true' swFastForward='true' swContextMenu='true' ">
<param name=swStretchStyle value=none>
<PARAM NAME=bgColor VALUE=#FFFFFF>
<embed src="carcrash.dcr" bgColor=#FFFFFF width=320 height=240 swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='true' swFastForward='true' swContextMenu='true' " swStretchStyle=none
type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>
</object>
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=10,0,0,0"
ID=carcrash width=320 height=240>
<param name=src value="carcrash.dcr">
<param name=swRemote value="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='true' swFastForward='true' swContextMenu='true' ">
<param name=swStretchStyle value=none>
<PARAM NAME=bgColor VALUE=#FFFFFF>
<embed src="carcrash.dcr" bgColor=#FFFFFF width=320 height=240 swRemote="swSaveEnabled='true' swVolume='true' swRestart='false' swPausePlay='true' swFastForward='true' swContextMenu='true' " swStretchStyle=none
type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>
</object>