Tycoon Talk
Become a Big fish!
The number 1 forum for online business!
Post topics, ask questions, share your knowledge.
Tycoon Talk is part of Freelancer.com - find skilled workers online at a fraction of the cost.

HTML Forum


You are currently viewing our HTML Forum as a guest. Please register to participate.
Login



Post a Project »

Find a Professional HTML Freelancer!

Find a Freelancer to help you with your HTML projects

FREE Outsourcing eBook!

Reply
Should I still use <embed> element in my <object> videos?
Old 07-20-2011, 08:14 PM Should I still use <embed> element in my <object> videos?
Experienced Talker

Posts: 39
Name: Day
Trades: 0
Should I still use the <embed> element inside of my <object> elements when adding rich media? I'm trying to put together a personal "Development Tips Resource" and I skipped out on the <embed> because I honestly don't know when it was needed and if it still is.

P.S. I understand I can embed with javascript... just want to have both methods in the resource.

Last edited by DayliDesign; 07-20-2011 at 08:18 PM..
DayliDesign is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 07-20-2011, 11:05 PM Re: Should I still use <embed> element in my <object> videos?
Digital Friend's Avatar
...

Posts: 2,016
Name: Marc
Location: The Caribbean
Trades: 0
You can. The object tag isn't supported in some popular web browsers, so that's a plus.

Example to display a video :

HTML Code:
<object width="500px" height="300px">
	
<param name="movie" value="http://www.youtube.com/v/gJfpLKhSjJs&amp;fs=1" />
<param name="allowFullScreen" value="true" />
<param name="wmode" value="opaque" />

<embed src="http://www.youtube.com/v/gJfpLKhSjJs&amp;fs=1" type="application/x-shockwave-flash" allowfullscreen="true" wmode="opaque" width="500" height="300" />

</object>
PS. HTML elements are everything from the start tag to the end tag,
__________________
Blackberry Torch - Make it your next smartphone, or we'll find you. <_<
Digital Friend is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to Should I still use <embed> element in my <object> videos?
 

Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are Off
Pingbacks are Off
Refbacks are Off





   
RSS Feed  Feeds: RSS   JS   XML
RSS Feed  Feeds for this forum: RSS   JS   XML



Page generated in 0.18878 seconds with 12 queries