sarithak 0 Junior Poster

Hi frnds...

here i am doing code for embede videos in my website...its working fine..

But , here i want to display fullscreen video also from my website...not through Youtube ...Now, after clicking the thumbnail of the video ,the fullscreen video goes to YOUTUBE WEBSITE...it should be play through my website....please go through my code....

<a href="fullvideo.php?path=<?php echo $path ; ?>" >
				<object width="150" height="130">
<param name="movie" value=" <?php echo $path; ?>"></param>
<param name="allowFullScreen" value="true"></param>
<param name="allowscriptaccess" value="always"></param>
<embed src="<?php echo $path; ?>" type="application/x-shockwave-flash" allowscriptaccess="always" allowfullscreen="true" width="130" height="100"></embed></object> </a>

Thanks in advance...