How do I embed videos from Myspace to my webpage?

Discussion in 'HTML & Website Design' started by Bill22, Jun 1, 2008.

  1. #1
    Would like to know how to do this.
    Thanks for any help anyone can give.
     
    Bill22, Jun 1, 2008 IP
  2. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #2
    It's pretty easy - Youtube gives you the code. To the right of every video is a box which says "Embed". Just copy and paste that HTML code right into your web page. Youtube puts it there exactly for this purpose; they want you to embed their videos.
     
    itcn, Jun 1, 2008 IP
  3. Bill22

    Bill22 Peon

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #3
    Thanks Itcn.
    On Youtube I see the embed code but I don't see it on Myspace
    Anyone know where to find it on Myspace?
    Thanks
     
    Bill22, Jun 1, 2008 IP
  4. sikk08

    sikk08 Active Member

    Messages:
    161
    Likes Received:
    2
    Best Answers:
    0
    Trophy Points:
    55
    #4
    Under the video

    Example: http://vids.myspace.com/index.cfm?fuseaction=vids.individual&VideoID=34565210

    It says video code
    
    <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=34565210">Usher: 
    
    Mum vs Wife</a><br/><object width="430px" height="386px"><param 
    
    name="wmode" value="transparent"/><param name="allowscriptaccess" 
    
    value="always"/><param name="movie" 
    
    value="http://lads.myspace.com/videos/vplayer.swf"/><param 
    
    name="flashvars" 
    
    value="culture=en-CA&a=0&ap=0&y=0&m=34565210&userid=-1&showmenus=0&remove=0&t=&type=video"/><embed 
    
    src="http://lads.myspace.com/videos/vplayer.swf" width="430" height="386" 
    
    flashvars="culture=en-CA&a=0&ap=0&y=0&m=34565210&userid=-1&showmenus=0&remove=0&t=&type=video" 
    
    type="application/x-shockwave-flash" allowscriptaccess="always" />
    
    </object>
    HTML:
    By posting that it will have the video and above that it will have a clickable title leading towards the myspace video page. If you want to remove that then take
    <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=34565210">Usher: 
    
    Mum vs Wife</a><br/>
    HTML:
    out of the html code.
     
    sikk08, Jun 1, 2008 IP
  5. itcn

    itcn Well-Known Member

    Messages:
    795
    Likes Received:
    31
    Best Answers:
    0
    Trophy Points:
    118
    #5
    Sorry, I spaced out there! I saw video and thought youtube, forgot you said Myspace. What sikk08 says looks correct.
     
    itcn, Jun 1, 2008 IP
  6. Bill22

    Bill22 Peon

    Messages:
    74
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    0
    #6
    Thanks for that easy to understand information Sikk08.
    And thanks again Itcn.
     
    Bill22, Jun 1, 2008 IP