HTML Part 040_Youtube
Youtube (Video
Sharing Site Video )
আমাদের ওয়েব সাইটে
Youtube, Comedy Central বা অন্য যে কোন সাইটের ভিডিও
লিংক ব্যবহার করে ভিডিও প্রদর্শন করতে পারি। সাধারণত ২টি উপায়ে Third Party Video কে প্রদর্শন করা
যায় । আমরা জানি ওয়েব পেজের মধ্যে iFrame
ব্যবহার করে অন্য সাইট আনতে
পারি অথবা embed ট্যাগ ব্যবহার করতে পারি।
iFrame- এর
ব্যবহার
- Youtube বা অন্য সাইট খুলুন এবং যেকোন একটি ভিডিও চালু করুন।
- Browser এর Address bar থেকে URL টি কপি করুন।
- iFrame ট্যাগের মধ্যে URL টি কপি করে দিন ব্যাস।
নিচের মত কোডিং সহ একটি HTML ফাইল তৈরী করুন
<!DOCTYPE html>
<html>
<head>
<title> video from
youtube</title>
</head>
<body>
<iframe
width="420" height="345"
src="http://www.dailymotion.com/video/xusg6l_dragon-baby_fun?no_track=1">
</iframe>
</body>
</html>
ব্রাউজার দিয়ে খুললে
নিন্মেক্ত ফলাফল পাওয়া যাবে।
Embeded ট্যাগ
এর ব্যবহার
- Youtube বা অন্য সাইট খুলুন এবং যেকোন একটি ভিডিও চালু করুন।
- এখন embed বাটনে ক্লিক করুন।
- একটি কোড পাওয়া যাবে। কোডটি কপি করে আপনার ওয়েব পেজে <Body> ট্যাগের মধ্যে Paste করুন।
নিচের মত কোডিং সহ একটি HTML ফাইল তৈরী করুন
<!DOCTYPE html>
<html>
<head>
<title> video from
youtube</title>
</head>
<body>
<<iframe
frameborder="0" width="480" height="210"
src="http://www.dailymotion.com/embed/video/xusg6l"></iframe><br
/><a
href="http://www.dailymotion.com/video/xusg6l_dragon-baby_fun"
target="_blank">Dragon Baby</a> <i>by <a
href="http://www.dailymotion.com/PatrickBoivin" target="_blank">PatrickBoivin</a></i>
</body>
</html>
ব্রাউজার দিয়ে খুললে
নিন্মেক্ত ফলাফল পাওয়া যাবে।
বিস্তারিত জানতে নিচের বইটি সংগরহ করে নিন।
Writer: Bappi Ashraf
Published By: Gyankosh Prokashani
Amount of Pages: 464
First Publish: October-2004
Last Edition: We've February-2015 edition. Future edition may be existed!
Book Price: BDT 350 (30% Discount)
The
writer of this book has told that he has written this book with the
concept of "teach yourself". On the other hand, Web Design is a thing which is
interesting to learn. He has also told that the book is full of fan and
enjoyment so that a person can learn Web Design by himself by playing with
the example projects of this book. Book's CD Link below...
RELATED POST LINKS BELOW ********************************************