answersLogoWhite

0


Best Answer

EMBED puts a browser plugin in the page. If the user does not have the plugin needed they will not see what you are trying to display to them. A very simple form of this tag is shown below and the attributes that can be used with it.

.

SRC="../graphics/sounds/Smasher.mid"> * ALIGN * AUTOSTART

* CONTROLS * CONTROLLER * ENDTIME * HEIGHT * HIDDEN

* HREF * LOOP * MASTERSOUND * NAME * PLAYCOUNT

* PLUGINSPAGE * PLUGINURL

* SRC * STARTTIME * TARGET * VOLUME

* WIDTH ---- If you want to add video to website, you need to "embed" it with embed code. Embed code is web page code. When using embed code to add video to website, the internet address of the video is needed, which is called "URL". This URL tells the web browser via the embed code to find and play the video with its Internet address. About how to add videos to website in the easiest way, check this tutorial - http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html

User Avatar

Wiki User

14y ago
This answer is:
User Avatar
More answers
User Avatar

Wiki User

11y ago

<script type="text/javascript" src="swfobject.js"></script>

<div align="center" class="style3" id="flashcontent"></div>

<script type="text/javascript">

var so = new SWFObject('mwplayer.swf','player','500','450','9');

so.addParam('wmode','opaque');

so.addParam('quality','high');

so.addParam('allowfullscreen','true');

so.addParam('allowscriptaccess','always');

so.write("flashcontent");

</script>

This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: How do you convert embed code to HTML code?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Continue Learning about Engineering

What is the HTML code for music?

The HTML code for music is &lt;audio&gt;. This tag is only present in HTML 5 and helps to embed music into the page.


How do you embed Garage Band in your HTML file?

You cannot embed a program into an HTML file


How do you dis- embed video from HTML page?

You can easily dis-embed a video from HTML page. You just need to remove the embed tag from it.


How do you embed YouTube videos?

Adding a YouTube link to your HTML website is easy. Go the the YouTube page that has the video you want to add. Copy the video ID on the page URL following "https://www.youtube.com/watch?v=[Video ID]" and paste into the following code:


What is embedding java script?

To embed JavaScript code is to include it in the HTML page. For example, this will embed the code to display an alert: &lt;script type="text/javascript"&gt; alert("Embedded alert!"); &lt;/script&gt;

Related questions

How do you make a loop wav in HTML?

You add the following to your embed code: loop="true" &lt;html&gt; &lt;embed src="my_file.wav" hidden="true" loop="true"&gt;&lt;/embed&gt; &lt;/html&gt;


What is the HTML code for music?

The HTML code for music is &lt;audio&gt;. This tag is only present in HTML 5 and helps to embed music into the page.


How do you embed video games on an HTML?

you need to find the games HTML code and copy and paste it into your HTML document.


How do you embed a game into your wix website?

You can add games or quizzes to your site by adding the HTML code using the HTML code element.


How do you code a flv in a picture on a HTML website?

you &lt;embed&gt; the flash video by importing.


How do you import a flash game in a HTML document?

You will need to embed the SWF file in your HTML using the following code:


What is a emble code?

Did you mean embed code? An embed code is HTML (web) code for embedding and image or video in a web page or blog. If you upload a video to youtube, you can get an embed code that links from your web page or blog to the video on youtube, so you can direct readers to the video.


How do you embed Garage Band in your HTML file?

You cannot embed a program into an HTML file


How do you dis- embed video from HTML page?

You can easily dis-embed a video from HTML page. You just need to remove the embed tag from it.


How do you embed google doc in a webpage?

Depending on what kind of document you're publishing, you may be able to convert it to .HTML, which is a Web-page compatible file format. Then you can embed it into your page.


How do you embed YouTube videos?

Adding a YouTube link to your HTML website is easy. Go the the YouTube page that has the video you want to add. Copy the video ID on the page URL following "https://www.youtube.com/watch?v=[Video ID]" and paste into the following code:


What is embedding java script?

To embed JavaScript code is to include it in the HTML page. For example, this will embed the code to display an alert: &lt;script type="text/javascript"&gt; alert("Embedded alert!"); &lt;/script&gt;