SitePoint Sponsor |
|
User Tag List
Results 1 to 6 of 6
-
Oct 9, 2006, 04:15 #1
- Join Date
- Jun 2006
- Posts
- 17
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Embedding Windows Media on Webpage
Ok I'll make this quick.
Can someone provide me with an up to date code for embedding windows media player 9 and above on a webpage that works both on IE and Firefox. I can't seem to find a code that works on Firefox as well.
-
Oct 9, 2006, 06:31 #2
-
Oct 9, 2006, 11:41 #3
- Join Date
- May 2006
- Location
- Aurora, Illinois
- Posts
- 15,476
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Save the Internet - Use Opera | May my mother rest in peace: 1943-2009
Dan Schulz - Design Team Advisor | Follow me on Twitter
SitePoint References: HTML CSS JavaScript | Become A Guru
WordPress SEO Checklist | What WordPress Plugins Do You Use?
Web Standards Curriculum | Image Free Equal Height Columns
-
Oct 9, 2006, 13:09 #4
- Join Date
- Jun 2006
- Posts
- 17
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by rbutler
-
Oct 9, 2006, 18:09 #5
See the link Dan provides above? That is the way to do it.
This is the code:HTML Code:<object type="video/x-ms-wmv" data="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv" width="320" height="260" > <param name="src" value="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv" /> <param name="autostart" value="true" /> <param name="controller" value="true" /> <param name="qtsrcdontusebrowser" value="true" /> <param name="enablejavascript" value="true" /> <a href="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv">Movie of a Fish Store in Barcelona</a> </object>
-
Oct 10, 2006, 13:56 #6
- Join Date
- Jul 2003
- Location
- Springfield, MO
- Posts
- 1,867
- Mentioned
- 0 Post(s)
- Tagged
- 0 Thread(s)
Originally Posted by cphan
Bookmarks