flash in XHTML valid document

This is a discussion on "flash in XHTML valid document" within the Web Page Design section. This forum, and the thread "flash in XHTML valid document are both part of the Design Your Website category.



Go Back   Webforumz.com > Main Forums > Design Your Website > Web Page Design

Notices


Closed Thread
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 5th, 2004, 08:28
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gwx03
flash in XHTML valid document

I've been using flash in my HTML document but the XHTML validator refuses to acknowlege the page as validated just because of the tags Flash uses, such as <embed> <object> and <quality>,etc. I searched the net and it came up with the javascript method. Not only am I unclear with how it is done, I was wondering, "What if someone had j/script disabled?". Designing a site which requires javascript for bare minimum functionality is dysfunctional at best. Any alternative methods?

( note, thanks to some bugggy code, I cannot show you the validation page. well do it manually : go to http://validator.w3.org/ and enter in http://www.gwx.biz/KnowledgeSpace/ into the box and press "Check" )

See the validation:
<blockquote id="quote"><font size="1" face="geneva, verdana, arial" id="quote">quote:<hr height="1" noshade id="quote">
Code: Select all
[url]http://validator.w3.org/check?uri=http%3A%2F%2Fwww.gwx.biz%2FKnowledgeSpace%2F&charset=%28detect+automatically%29&doctype=%28detect+automatically%29[/url]
<hr height="1" noshade id="quote"></blockquote id="quote"></font id="quote">

  #2 (permalink)  
Old Jun 5th, 2004, 10:22
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
I don't think there is a valid way to do this, but I wouldn't worry about it - Most companies that use flash don't validate because of this, but every browser I've ever used has supported it.
  #3 (permalink)  
Old Jun 5th, 2004, 20:31
Most Reputable Member
Join Date: Jul 2003
Posts: 1,856
Thanks: 0
Thanked 0 Times in 0 Posts
This is XHTML valid code for embedding flash. I got it from an article at http://www.alistapart.com/articles/flashsatay/ and it's been working well for me.

Code: Select all
	<object type="application/x-shockwave-flash" data="images/home.swf" width="653" height="153">
		<param name="movie" value="images/home.swf" />
		<param name="loop" value="false" />
		<param name="menu" value="false"/>
		<param name="quality" value="high" />
		<param name="bgcolor" value="#ffffff" />
	</object>
  #4 (permalink)  
Old Jun 6th, 2004, 14:33
Reputable Member
Join Date: Aug 2003
Location: Singapore
Posts: 321
Thanks: 0
Thanked 0 Times in 0 Posts
Send a message via Yahoo to gwx03
I'll look into that. But its like some sort of a 'hack' which does not work sometimes in IE 5.xx ( though the author claims it does ). Also, going to so much trouble... lolx... nvm. I'll get back when I read it. Thanks anyway!
Closed Thread

Tags
flash, xhtml, valid, document

Thread Tools

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 On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Designing + XHTML/CSS Valid. PicoDeath Job Opportunities 0 Oct 29th, 2007 10:16
document.getElementById and document.getElementByName is not working in FF dhineraj JavaScript Forum 3 Jul 26th, 2007 20:23
Load .swf file with External text in Another Flash document ien Flash & Multimedia Forum 3 Aug 31st, 2006 14:29
is onbeforeunload xhtml valid karloff Web Page Design 8 Jul 25th, 2006 13:15
embed a valid attribute for XHTML swetha Web Page Design 3 Jan 20th, 2006 12:47


All times are GMT. The time now is 02:35.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43