Results 1 to 5 of 5

Thread: embedding wmv files in html - mac problem

  1. #1
    Dawgy
    Guest

    embedding wmv files in html - mac problem

    i cannot figure out how to embed a wmv file into a web page and have it play on any mac browser. surely it can be done, because i play wmv files all the time, in the player...

    anyone done this successfully?

    thanx


  2. #2
    You do realize by 'gay' I mean a man who has sex with other men?
    Join Date
    Oct 2003
    Location
    New Orleans, Louisiana.
    Posts
    21,635
    This sounds like a Jasun question to me

    Regards,

    Lee


  3. #3
    Jasun
    Guest
    not sure, actually.. I've never done it with a WMV file.. I've done it with .mov files before.

    WMV is kinda tricky with MAC because Bill Gates is a twat.


  4. #4
    Registered User MWCren's Avatar
    Join Date
    Oct 2004
    Location
    Upstate NY
    Posts
    460
    You have to embed 2 objects into the page. One that Windows machines can read, and one that others can read.

    Here's an example. Use this link and "View Source"-- http://www.menwithcams.com/tour/movies/sample1.html

    The code shows 2 embedded object types: "application/x-oleobject" and "application/x-mplayer2"

    Apparently the windows machines will ignore the one it can't read, and others will do the same. The code on that page is a little messy, but it works, so I haven't done anything to clean it up yet.

    I think its like throwing crap against the wall, embed enough object options and eventually something will stick.


  5. #5
    On the other hand.... You have different fingers dirtygeek's Avatar
    Join Date
    Oct 2003
    Location
    West Hollywood, Ca
    Posts
    2,490
    You can do it with an activeX controle. :specs:


    <object classid="clsid:6BF52A52-394A-11D3-B153-00C04F79FAA6" id="WindowsMediaPlayer1">
    <param name="URL" value="http://www.dicksforfree.com/103.wmv">
    <param name="rate" value="1">
    <param name="balance" value="0">
    <param name="currentPosition" value="0">
    <param name="defaultFrame" value>
    <param name="playCount" value="1">
    <param name="autoStart" value="-1">
    <param name="currentMarker" value="0">
    <param name="invokeURLs" value="-1">
    <param name="baseURL" value>
    <param name="volume" value="50">
    <param name="mute" value="0">
    <param name="uiMode" value="full">
    <param name="stretchToFit" value="0">
    <param name="windowlessVideo" value="0">
    <param name="enabled" value="-1">
    <param name="enableContextMenu" value="-1">
    <param name="fullScreen" value="0">
    <param name="SAMIStyle" value>
    <param name="SAMILang" value>
    <param name="SAMIFilename" value>
    <param name="captioningID" value>
    <param name="enableErrorDialogs" value="0">
    <param name="_cx" value="6482">
    <param name="_cy" value="6350">
    </object>
    You'll get more with a kind word and a 2 by 4 then you'll get with just a kind word.



    Stunner Media Presents 8 great programs:
    IndieBucks | StandAhead | BoyCrushCash | Phoenixxx | <a href="http://hunkmoney.com/">Hunk Money</a> | <a href="http://nats.britishbucks.com/">British Bucks</a> | <a href="http://nats4.emoprofits.com/">Emo Profits</a> | <a href="http://latinobucks.com/">Latino Bucks</a>


Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •