DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 4 of 4

Hybrid View

  1. #1
    Join Date
    Feb 2009
    Posts
    1

    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

  2. #2
    Join Date
    Jun 2007
    Location
    Ukraine
    Posts
    7

  3. #3
    Join Date
    Feb 2009
    Posts
    2
    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)

  4. #4
    Join Date
    Mar 2009
    Posts
    4
    Hi,

    thanks for your nice post. Its really helpful.

Similar Threads

  1. Fixing HTML code with jTidy
    By iecisadeveloper in forum Java
    Replies: 0
    Last Post: 05-03-2007, 10:55 AM
  2. .NET equals Efficiency
    By Kevin in forum .NET
    Replies: 150
    Last Post: 03-04-2002, 05:40 PM
  3. Refencing Media Player 7
    By Ken Sherman in forum .NET
    Replies: 0
    Last Post: 09-27-2001, 05:10 PM
  4. Brain Washing
    By Danny Bowman in forum .NET
    Replies: 152
    Last Post: 09-13-2001, 07:23 AM
  5. Scrambing html source code
    By Eng Heong in forum Web
    Replies: 13
    Last Post: 06-28-2000, 02:54 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links