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
Old 08-08-2005, 02:50 AM What doctype?
The_Anomaly's Avatar
Extreme Talker

Posts: 216
Location: Boston, Ma
Trades: 0
I'm trying to force myself to do strict doctypes but i dont know the difference really i know that with xhtml 1.0 all tags must be closed like <img src ="blah.jpg" /> or <br/> instead of <br>.

something really confusing me is what flash mx gives as an html file when you publish a movie. Everything seems to be caps and there is no doctype, or maybe i'm not looks at it right. Someone wanna take a look at this code and figure out what it is?

Code:
<HTML>
<HEAD>
<meta http-equiv=Content-Type content="text/html;  charset=ISO-8859-1">
<TITLE>nothing</TITLE>
</HEAD>
<BODY bgcolor="#FFFFFF">
<!-- URL's used in the movie-->
<!-- text used in the movie-->
<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"
 WIDTH="800" HEIGHT="532" id="nothing" ALIGN="">
 <PARAM NAME=movie VALUE="nothing.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="nothing.swf" quality=high bgcolor=#FFFFFF  WIDTH="800" HEIGHT="532" NAME="nothing" ALIGN=""
 TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED>
</OBJECT>
</BODY>
</HTML>
The_Anomaly is offline
Reply With Quote
View Public Profile
 
 
Register now for full access!
Old 08-08-2005, 03:10 AM
chrishirst's Avatar
Missing! presumed drunk.

Posts: 42,383
Name: Chris Hirst
Location: Blackpool. UK
Trades: 0
Flash just publishes the HTML code. Effectively it is in HTML 4.0 Transitional.

It's up to you to make it strict if that's what you need.
__________________
Chris. ->>
Please login or register to view this content. Registration is FREE
<<-

A foolish consistency is the hobgoblin of little minds
Thought for today:- Is SEO the only industry where all the cowboys are Indians?
chrishirst is online now
Reply With Quote
View Public Profile Visit chrishirst's homepage!
 
Old 08-08-2005, 01:06 PM
OmuCuSucu's Avatar
Vi Veri Veniversum Vivus

Posts: 1,168
Name: Dragos-Valentin
Location: Cluj-Napoca, RO
Trades: 0
Quote:
Originally Posted by The_Anomaly
I'm trying to force myself to do strict doctypes but i dont know the difference really i know that with xhtml 1.0 all tags must be closed like <img src ="blah.jpg" /> or <br/> instead of <br>.

something really confusing me is what flash mx gives as an html file when you publish a movie. Everything seems to be caps and there is no doctype, or maybe i'm not looks at it right. Someone wanna take a look at this code and figure out what it is?
read the speca better ... only tags that don't have a closing tag must end like that, and also all tags must be lover case ... moving a code from html to xhtml is easy ... just make everything lower case and close the tags like img, br, link, meta .... properly with />

for more information i suggest you read the xthml specs on www.w3.org
__________________
.
» Please remember to add to my Talkupation if you enjoyed my post. Thank you :)
.
OmuCuSucu is offline
Reply With Quote
View Public Profile
 
Reply     « Reply to What doctype?
 

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.40371 seconds with 12 queries