Video from other page

Discussion in 'JavaScript' started by fgsg, Sep 14, 2009.

  1. #1
    Hi i wanna put this video on my page but i cant any know succes way ? thx

    <object width="640" height="480" data="data:application/x-silverlight," type="application/x-silverlight"><param value="#FFFFFF" name="background"/><param value="/inc/wmvplayer.xaml" name="source"/><param value="false" name="windowless"/><param value="__slEvent0" name="onLoad"/></object>
    HTML:

     
    fgsg, Sep 14, 2009 IP
  2. crath

    crath Well-Known Member

    Messages:
    661
    Likes Received:
    33
    Best Answers:
    0
    Trophy Points:
    100
    #2
    The path is relative, currently set to "/inc/wmvplayer.xaml". You need to download that file onto your server, and point the path to the correct directory where it is stored.
     
    crath, Sep 15, 2009 IP