Results 1 to 2 of 2

Thread: Macromedia Director 7

  1. #1

    Thread Starter
    Frenzied Member
    Join Date
    Jun 2000
    Location
    England, Buckingham
    Posts
    1,341
    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 ?

  2. #2
    Big D Danial's Avatar
    Join Date
    Jul 2000
    Location
    ASP.Net Forum
    Posts
    2,877
    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.

    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>
    [VBF RSS Feed]

    There is a great war coming. Are you sure you are on the right side? Atleast I have chosen a side.

    If I have been helpful, Please Rate my Post. Thanks.

    This post was powered by :

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  



Click Here to Expand Forum to Full Width