Go Back   CodingForums.com > :: Client side development > Graphics and Multimedia discussions

Before you post, read our: Rules & Posting Guidelines

Reply
 
Thread Tools Rate Thread
Enjoy an ad free experience by logging in. Not a member yet? Register.
Old 08-12-2009, 08:55 PM   PM User | #1
Henningfeld
New Coder

 
Join Date: May 2009
Posts: 37
Thanks: 2
Thanked 0 Times in 0 Posts
Henningfeld can only hope to improve
Embedding height issue in FF

I have a height set on the canvas of the video but in ff it will not keep the height, it autosizes down.

http://eckenrode.dev1.thenetimpact.com/eckenrode_maupin_community.html


Code:
<object id="MediaPlayer" width="450" height="350" classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
standby="Loading Windows Media Player components..." type="application/x-oleobject">
<param name="FileName" value="media_center/Movie.wmv">
<param name="ShowControls" value="true">
<param name="ShowStatusBar" value="false">
<param name="ShowDisplay" value="false">
<param name="autostart" value="false">
<embed type="application/x-mplayer2" src="media_center/Movie.wmv" name="MediaPlayer"
width="450" height="350" showcontrols="1" showstatusbar="0" showdisplay="0" autostart="0" autosize='0'> </embed>
</object>

Last edited by Henningfeld; 08-12-2009 at 09:27 PM..
Henningfeld is offline   Reply With Quote
Reply

Bookmarks

Jump To Top of Thread


Thread Tools
Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT +1. The time now is 06:45 AM.


Advertisement
Log in to turn off these ads.