PsyVision
Dec 16th, 2000, 04:03 AM
Hi,
I just got Director 7 and have put together a little movie like thing and i want to make it so i can show it on a web page. I clicked File->Save As Shockwave movie and it was saved as sky.dcr but i dont know how to play these in a ahtml doc.
Any Ideas ?
Danial
Dec 23rd, 2000, 06:04 PM
Hi PsyVision,
I dont have director 7, i use director 8 but i am pretty sure director 7 has a button/menu(file->publish) called Publish, if u click the button/menu it creates the html file.
Or if you have the .dcr file u can use Dreamweaver insert the .dcr file.
Also you could manually insert the .dcr file. Paste this coded in you html code.
<object classid="clsid:166B1BCA-3F9C-11CF-8075-444553540000"
codebase="http://download.macromedia.com/pub/shockwave/cabs/director/sw.cab#version=8,0,0,0"
ID=cwk2 width=800 height=600>
<param name=src value="yourdcrfile.dcr">
<param name=swRemote value="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' ">
<param name=swStretchStyle value=none>
<PARAM NAME=bgColor VALUE=#FFFFFF>
<embed src="yourdcrfile.dcr" bgColor=#FFFFFF width=800 height=600 swRemote="swSaveEnabled='true' swVolume='true' swRestart='true' swPausePlay='true' swFastForward='true' swContextMenu='true' " swStretchStyle=none
type="application/x-director" pluginspage="http://www.macromedia.com/shockwave/download/"></embed>
</object>