emebedding youtube video in html page

Reply

Join Date: Sep 2008
Posts: 9
Reputation: througheye is an unknown quantity at this point 
Solved Threads: 1
througheye througheye is offline Offline
Newbie Poster

emebedding youtube video in html page

 
0
  #1
20 Days Ago
Hello guys,
I have a image on my static site. I want to load that html page along with that image but when a user click in that image area it tries to play a youtube video within that image area through flash. How can i accomplish that? Can anyone help me about that. From youtube what code i need. Can you give me the concept I am a novice developer. So if anybody kind enough to show me through
raw code here

thank you all
Reply With Quote Quick reply to this message  
Join Date: Sep 2008
Posts: 9
Reputation: througheye is an unknown quantity at this point 
Solved Threads: 1
througheye througheye is offline Offline
Newbie Poster
 
0
  #2
20 Days Ago
How i do that in javascript. Cause i heard that it can be done through
javascript.
Reply With Quote Quick reply to this message  
Join Date: Nov 2009
Posts: 153
Reputation: donaldw is an unknown quantity at this point 
Solved Threads: 7
donaldw donaldw is offline Offline
Junior Poster
 
0
  #3
18 Days Ago
Well, when you go to a YouTube video, it has the code for embedding the video into a webpage. That could be a useful starting point.

HTML and CSS Syntax (Toggle Plain Text)
  1. <object width="425" height="344">
  2. <param name="movie" value="http://www.youtube.com/v/NiEUMTT5TxY&hl=en_US&fs=1&"></param>
  3. <param name="allowFullScreen" value="true"></param>
  4. <param name="allowscriptaccess" value="always"></param>
  5. <embed src="http://www.youtube.com/v/NiEUMTT5TxY&hl=en_US&fs=1&" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="425" height="344"></embed>
  6. </object>
Consider giving me reps if I'm helpful :)
Reply With Quote Quick reply to this message  
Reply

Message:


Thread Tools Search this Thread



About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC