<

Embedded Flash in HTML5

Posted on
6,102 Points
102 Views
Last Modified:
Published
Experience Level: Beginner
4:06
In this tutorial viewers will learn how to embed Flash content in a webpage using HTML5.

Video Steps

1. Ensure your DOCTYPE declaration is set to HTML5: "<!DOCTYPE html>"

2. Use the <object> tag to embed Flash content.

3. To specify that the object is Flash content, define its type using "type='application/x-shockwave-flash'"

4. Define the source of the Flash content by typing "data='Flash.swf'"

5. Other properties of the Flash content can be styled as well, such as width, height, and border

6. Close the object tag using </object>

7. Create a parameter defining the movie by typing <param name="movie". Set the value to the URL of your Flash content by typing value="Flash.swf". Close the tag the same way an <img> tag is close, by typing /> (there is no specific closing tag). Place this <param> tag before the closing </object> tag

8. Optional: Create a parameter defining the playback quality by typing <param name="quality". Set the value of the playback quality by typing value="" and placing either low, medium, or high within the quotation marks. Close the tag the same way an <img> tag is close, by typing /> (there is no specific closing tag). Place this <param> tag before the closing </object> tag

0
0 Comments

Suggested Videos

Title Views Activity
Navigation Hover Effects with CSS Sprites 316
Alpha Transparency in CSS 114
Embedded Videos in HTML5 84
Introduction to CSS (Part 1) 80
Finding original email is quite difficult due to their duplicates. From this article, you will come to know why multiple duplicates of same emails appear and how to delete duplicate emails from Outlook securely and instantly while vital emails remai…
This article covers 3 key tips for entering the IT field and resources to leverage in order to pursue the path you wish to run towards. These tips apply to those especially without a background in IT at any age. On your mark, get set....go!

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month