The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

> Embeding flash files, The code looks right but isn't working.
meghanalowilla
post Nov 10 2015, 11:50 AM
Post #1





Group: Members
Posts: 3
Joined: 10-November 15
Member No.: 23,727



I am taking an HTML class and am not getting help from the school I attend. I have copied parts of this code as it is written in the tutorial of my book the rest of the code was written by the instructor. I can get the mpeg4 video to play but the flash file does not show up. I can't figure out what is wrong with my code. The book says to leave the mp4 and webm files, and when I tried taking them out the flash file still didn't show up. Please help I am so confused.

<video controls="controls">
<source src="rwdance.mp4" />
<source src="rwdance.webm" />

<object data="rwdance.swf"
type="application/x-shockwave-flash"
width="280" height="239">
<param name="movie" value="rwdance.swf" />
<param name="quality" value="high" />
<param name="menu" value="false" />
You must have the
<a href="http://www.adobe.com/products/shockwaveplayer/">
Shockwave Player
</a>
to play the video clip.
</object>
</video>

User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Posts in this topic


Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 28th March 2024 - 12:33 PM