|
|||||||||
|
Thread Tools | Search this Thread |
July 20th, 2007, 07:57 PM | #1 |
Major Player
Join Date: May 2007
Location: Ireland
Posts: 579
|
removing the player from an embedded flv
hey guys,
ive been working on my wedding page for the last few days and i have a few flvs on it with invisible skins. i really love to get rid of the little control player on the "wedding dvd" banner on the top. i have seriously 0 knowledge of html and im using dreamweaver8 in the design mode. the most i could do would be able to paste in some code i could possibly get. i choose the most inconspicuos player available but it still annoys me. if i simply delete the player from the folder the movie doesnt play. any help would be much appreciated. p.s. theres some nice music to accompany your investigations......... http://weddings.griffinpromedia.com/ thanks in avance ger |
July 21st, 2007, 04:07 AM | #2 | |
New Boot
Join Date: Jul 2005
Location: Brisbane, Queensland, Australia.
Posts: 23
|
Quote:
As for removing the control from the top banner, Well I would have saved the banner as a SWF and not a FLV and just paste the code below into your page. Make sure you change the width and hight to suit, and banner.swf to what ever your swf is called. Or I am pretty sure you could import the swf into dreamweaver If you switch to code view in dreamweaver, If in the code somewhere you can see something like <param name="controller" value="true" /> or <param name="showcontrols" value="true" /> Then change true to false. and then you do not have to worry about changing the FLV to SWF Hope that works! James <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="400" height="200"> <param name="movie" value="banner.swf"> <param name="quality" value="high"> <embed src="banner.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="400" height="200"></embed></object> |
|
July 21st, 2007, 10:55 AM | #3 |
Major Player
Join Date: May 2007
Location: Ireland
Posts: 579
|
thanks james,
i outputted to swf and added that with dreamweaver & it works fine. appreciate the help. hows the weather in brisbane these days? |
July 22nd, 2007, 05:15 AM | #4 | |
New Boot
Join Date: Jul 2005
Location: Brisbane, Queensland, Australia.
Posts: 23
|
Quote:
I have just about had enough of the sun!... I wish it would rain... Its so dry here at the moment they just had to close two lanes at the local swimming pool ;-) |
|
| ||||||
|
|