Forum Moderators: not2easy

Message Too Old, No Replies

HELP! Quicktime in Dreamweaver?

how do I insert it?

         

portishead

4:46 pm on Jan 9, 2006 (gmt 0)

10+ Year Member



Okay I'm working with Dreamweaver MX. I want to get a quicktime movie in the document. I could do this, but when I preview it, it doesn't have the bar at the bottom with the option to pause , stop, and start. How do I get those options on the bottom? Please help!

travelin cat

5:57 pm on Jan 9, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member Top Contributors Of The Month



portishead,

Not sure about how to do this in Dreamweaver (old time GoLive user) but you could strip in the following to your embed code:

<param name="controller" value="true">

hope this helps...

Keola

12:48 am on Jan 14, 2006 (gmt 0)

10+ Year Member



You need to make sure you add 16px to the overall height of your movie. Example: movie height = 200px then your height attribute in the code should read 216px.
I would also recommend using the embed and object tags for greater browser support.