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
Printable View
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
Here is some:
http://www.streamalot.com/wm-embed.shtml
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.
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.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 so, be aware that none of the "shortened" methods will work for you (object/embed)
Hi,
thanks for your nice post. Its really helpful.