HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-25 (Vidio insert~~Hedaet Forum~~


Email: Password: Forgot Password?   Sign up
Are you Ads here? conduct: +8801913 364186

Forum Home >>> HTML Code >>> HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-25 (Vidio insert

Tamanna
Modarator Team
Total Post: 7639

From:
Registered: 2011-12-11
 

HTML code is easy to learn/সহজ এইচটিএমএল কোড শিখুন-25

Video added

A video of the desktop folder to save a video file should be named video.wmv.
<html] [
<head] [
<title] [www.hedaet.com </ title] [
</ head] [
<body] [
<p] [
<center] [
<embed src = \\ \"video.wmv \\\" width = \\ \"344 \\\" height = \\ \"300 \\\"
autostart = \\ \"false \\\" controller = \\ \"true \\\" loop = \\ \"false \\\"] [
</ embed] [
<h3 style = \\ \"color: # F00 \\\"] [Click the play button and enjoy video. </ h3] [
</ center] [
</ p] [
</ body] [
</ html] [

Create a video folder on the desktop to open a Notepad file menu, Save as the above code, then click the Tuku File name: index.html, Save as type: All files, and save the index.html file to open the show with Mozilla Firefox .

To add a video for the <embed] [tags used.
<embed src = \\ \"video.wmv \\\" width = \\ \"344 \\\" height = \\ \"300 \\\"
autostart = \\ \"true / false \\\" controller = \\ \"true / false \\\"] [
</ embed] [

src = \\ \"video.wmv \\\" Here src = \\ \"............. \\\" of the video file is linked to.
height = \\ \"344 \\\" width = \\ \"300 \\\" of the browser is set to display the size of the video player.

If audio player does not display the web page in the browser\'s instructions to install the necessary plug-inas.

\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\\
ভিডিও সংযোজন

ডেক্সটপে একটা video নামে folder নিতে হবে এর মধ্যে video.wmv নামে save করা একটা ভিডিও ফাইল রাখতে হবে।
<html>
<head>
<title> www.hedaet.com</title>
</head>
<body >
<p>
<center>
<embed src=\\\"video.wmv\\\" width=\\\"344\\\" height=\\\"300\\\"
autostart=\\\"false\\\" controller=\\\"true\\\" loop=\\\"false\\\" >
</embed>
<h3 style=\\\"color:#F00\\\">Click the play button and enjoy video.</h3>
</center>
</p>
</body>
</html>

ডেক্সটপে তৈরি করা video folder এর মধ্যে একটা নোটপ্যাড open করে উপরের code টুকু লিখে file মেনু থেকে Save as এ ক্লিক করে File name: index.html , Save as type : All files, দিয়ে save করে index.html ফাইলটি Mozilla Firefox দিয়ে open করলে দেখাবে।

ভিডিও যুক্ত করার জন্য <embed> ট্যাগ ব্যবহার করা হয়।
<embed src=\\\"video.wmv\\\" width=\\\"344\\\" height=\\\"300\\\"
autostart=\\\"true/false\\\" controller=\\\"true/false\\\">
</embed>

src=\\\"video.wmv\\\" এখানে src=\\\"………….\\\" এর মধ্যে ভিডিও ফাইলের লিংক যুক্ত করা হয়।
height=\\\"344\\\" width=\\\"300\\\" এর মাধ্যমে ব্রাউজারে প্রদর্শিত ভিডিও প্লেয়ারের আকৃতি নির্ধারণ করা হয়।

যদি ওয়েব পেজে অডিও প্লেয়ার প্রদর্শিত না হয় তাহলে ব্রাউজারের নির্দেশনা অনুযায়ী প্রয়োজনীয় প্লাগ ইনস্ ইন্সটল করে নিন।