<

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
Alpha Transparency in CSS 114
Box Shadow Effect in CSS 151
Embedded Audio in HTML5 184
Introduction to PHP: Building the Form 446
The first step to building an amazing About page is to figure out what you want the page to say about your company. You then must grab the attention of the reader, boast a bit, tell a story and let others brag about you. With a little bit of thought…
Enroll in these four OWASP courses: Avoiding Hacker Tricks, Forgery and Phishing, Proactive Controls, and Threats Fundamentals. Also learn a basic introduction to web design where you can implement these OWASP security measures.

Keep in touch with Experts Exchange

Tech news and trends delivered to your inbox every month