Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations IamaSherpa on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

embedding Windows Media Player

Status
Not open for further replies.

jamont

Programmer
Mar 30, 2001
1
GB
Hi
I have embedded a movie file for Windows Media Player(asx) on my website. I would like it to start at 200% of its size. At 100% it's just too small. There should be a parameter allowing me to do that, but I can't find it.
Can anyone help?
 
IE:
Player.DisplaySize=4;
Player.DisplaySize=0;

Netscape:
Player.SetDisplaySize(4);
Player.SetDisplaySize(0);

I forget exactly how the numbers work, but they multiply the size by some amount. I know 0 is small and 4 is big.

Sincerely,

Tom Anderson
CEO, Order amid Chaos, Inc.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top