Link to home
Start Free TrialLog in
Avatar of andrewdunk
andrewdunk

asked on

Placeing a Windows Media Player on a webpage

I hav'nt tried doing this befor so it might be quite easy i simple just dont know. I currently use Flash MX for building Websites and Microsoft Frontpage, I know PHP, HTML, Pearl, VB and a few others. What i wont to do is to build a simple page with 5 links if you were to clicko n these links it would open up a new page with a Media player embbed in it, thus playing the movie clip. How do i with either Flash or Frontpage put a Media player on it.
Avatar of hoomanv
hoomanv
Flag of Canada image

use this code in your html page

<object id='player'classid=CLSID:6BF52A52-394A-11D3-B153-00C04F79FAA6"
  standby='Loading Microsoft Windows Media Player components...'
  type='application/x-oleobject' width='355' height='288'>
    <param name='url' value='movie.wmv'>
    <param name='AutoStart' value='true'>
    <param name='uiMode' value='full'>
</object>
ASKER CERTIFIED SOLUTION
Avatar of hoomanv
hoomanv
Flag of Canada image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
why delete ? I have answered it