Click to See Complete Forum and Search --> : avi video


lisa33
11-15-2006, 03:05 AM
when importing an avi video into dreamweaver8 is there a way to hide the controls (play button, fast foward, rewind etc)? I rather not have the silver windows media bar show. Thank you

Compguy Pete
11-15-2006, 11:46 PM
can you supply the link to the site in question... so I can get a feel for your existing code.

lisa33
11-16-2006, 03:42 AM
the site is not complete, I am in the process of doing it now. I dont like how the buttons to windows media palyer shows, so if there is any way I can get rid of that part it would be great. thank you

Compguy Pete
11-17-2006, 10:04 AM
OK without anything at all to go on I'll take a shot in the dark.

<param name="showcontrols" value="false">

lisa33
11-19-2006, 10:49 AM
that didnt work. When I click on the video and go to my code this is highlighted: <embed src="ilsintro.WMV" width="410" height="289" autostart="True"></embed> I inserted the code you gave me after "True"> is that where i should have placed it?

Compguy Pete
11-22-2006, 12:00 AM
ok, but how should I tell you the correct coding sample if I'm unable to see the current code?