Include link in youtube player jquery-1.8.2

Include link in youtube player jquery-1.8.2

Hello, 

I'd like to add videos coming from youtube or dailymotion ... on my current player: jquery-1.8.2 

My player looks like this: http://www.leszappeurs.fr/zaps_basilic.php

For now, I can only add videos hosted by me, it is avi, fly, etc ... 
For now, there are only mp3.

  1.         <track>
  2.           <location>http://www.leszappeurs.fr/emissions/mp3/basilic/les zappeurs - le basilic novembre 2013.mp3</location>
  3.           <creator>Les Zappeurs</creator>
  4.           <album></album>
  5.           <title>Novembre 2013</title>
  6.           <annotation></annotation>
  7.           <duration></duration>
  8.           <image></image>
  9.           <info></info>
  10.           <link></link>
  11.         </track>
  12.  

Is this feasible? If so, how?