-
Generating an HTML code for Window Media Player
Hello,
I made some slide shows from my jpeg images that the program I used saved in Windows Media Player files.
How can I get an html code so I can put them on my web site?
Thanks in advance for your help.
EYElene
-
-
A list apart has a method for embedding wmp cross-browser, but it will make the browser revert to wmp version 6.
If you dont need any fancy scripting - use their code, it is the best all round solution.
Code:
<object type="video/x-ms-wmv" width="320" height="260" data="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv">
<param name="src" value="http://www.sarahsnotecards.com/catalunyalive/fishstore.wmv" />
<param name="autostart" value="true" />
<param name="controller" value="true" />
</object>
If you need advanced features, you will have to mess with JScript, and I pity you. You will not get perfection in any browser, especially Firefox.
If so, be aware that none of the "shortened" methods will work for you (object/embed)
-
Hi,
thanks for your nice post. Its really helpful.
Similar Threads
-
By iecisadeveloper in forum Java
Replies: 0
Last Post: 05-03-2007, 10:55 AM
-
Replies: 150
Last Post: 03-04-2002, 06:40 PM
-
By Ken Sherman in forum .NET
Replies: 0
Last Post: 09-27-2001, 05:10 PM
-
By Danny Bowman in forum .NET
Replies: 152
Last Post: 09-13-2001, 07:23 AM
-
By Eng Heong in forum Web
Replies: 13
Last Post: 06-28-2000, 02:54 PM
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Development Centers
-- Android Development Center
-- Cloud Development Project Center
-- HTML5 Development Center
-- Windows Mobile Development Center
|