January 13th, 2006, 04:02 PM
|
#1 (permalink)
|
| Ultimate Member
Join Date: Mar 2004 Location: USA
Posts: 1,516
| Automatic 200% zoom in embeded Windows Media Player
Here's my code: Code: <embed allowScriptAccess="never" type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/Windows/MediaPlayer/"
src="<file>"
width=320 height=302
autostart=1 showcontrols=1
volume=-40></embed> In IE, the video file automatically zooms to fill the space (which should be exactly 200%). In Firefox, however, it stays at 100% zoom.
Is there a parameter I can set so it autimatically zooms to 200%? I definitely do not want to use ActiveX.
I suppose I could just enlarge video file, but I'd rather save precious space. |
| |