This page is not Valid XHTML 1.0 Transitional!

For discussion and questions related to CMS Specific templates and stylesheets (CSS), and themes. or layout issues. This is not a place for generic "I don't know CSS issues"
Locked
jameshontishar

This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

Hi

My site is at www.demo.cleardesignstudio.co.uk

I am using a modified hauki2 theme and have added a flash movie now my site is not valid as well as putting a in the span

Can anyone help


Thanks
cyberman

Re: This page is not Valid XHTML 1.0 Transitional!

Post by cyberman »

CMSms uses xhtml for output - so must be
:) ...
jameshontishar

Re: This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

Thanks that fixed it but still need to sort out the errors for the flash movie that I have inserted using the global content
cyberman

Re: This page is not Valid XHTML 1.0 Transitional!

Post by cyberman »

Valid tag for including flash is tag, not - but be aware some older browser can not understand object tag ...
rtkd
Forum Members
Forum Members
Posts: 126
Joined: Tue Dec 12, 2006 3:57 pm

Re: This page is not Valid XHTML 1.0 Transitional!

Post by rtkd »

to cut this short:

http://alistapart.com/articles/flashsatay

greets and hpny! rtkd
jameshontishar

Re: This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

how do I do this when I am using a global content block
cyberman

Re: This page is not Valid XHTML 1.0 Transitional!

Post by cyberman »

You have just to insert something like this

Code: Select all

<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="400" height="300" id="movie" align="">
<param name="movie" value="movie.swf">
<embed src="movie.swf" quality="high" width="400" height="300" name="movie" align="" type="application/x-shockwave-flash" plug inspage="http://www.macromedia.com/go/getflashplayer"> 
</object>
Change it only to your values ...
jameshontishar

Re: This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

Can you give me a little bit more assistance please cyberman

here is what I have now within the Global Content Block called movie1

  

What do I need to put in?
cyberman

Re: This page is not Valid XHTML 1.0 Transitional!

Post by cyberman »

Please try that

Code: Select all

  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="170" height="250">
	<param name="movie" value="uploads/Flash/Movie1.swf" />
	<param name="quality" value="high" />
	<param name="menu" value="true" />
	<param name="wmode" value="Window" />
	<embed src="uploads/Flash/Movie1.swf" wmode="Window" quality="1" menu="true" scale="showall" play="true" loop="true" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="170" height="250"></embed>
</object>
jameshontishar

Re: This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

Just tried that and still getting same message

Here are the errors pasted below

Is there another way to do this apart from using a global content, the only reason for using this is I do not know how to do it any other way?!!!

Thanks In Advance

Error Line 144, column 12: there is no attribute "src" .

Error Line 144, column 232: there is no attribute "height" .
...-shockwave-flash" width="170" height="250">✉
Error Line 144, column 237: element "embed" undefined .
...kwave-flash" width="170" height="250">
cyberman

Re: This page is not Valid XHTML 1.0 Transitional!

Post by cyberman »

???

Works fine on my playground

http://cmsms.cm.funpic.de/index.php?page=flash

(changed content with blobal content block)
jameshontishar

Re: This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

Just checked your playground  and it is not valid HTML either please see link below

http://validator.w3.org/check?uri=http% ... ge%3Dflash
cyberman

Re: This page is not Valid XHTML 1.0 Transitional!

Post by cyberman »

Upps, missunderstood you - please read one of my past message

http://forum.cmsmadesimple.org/index.ph ... l#msg46411

embed-Tag will NEVER validate, but without many IEs cant show flash ...
jameshontishar

Re: This page is not Valid XHTML 1.0 Transitional!

Post by jameshontishar »

There must be a way to do this!!!!!!!!!!!!!!!!!!!!!!!!!!!
Locked

Return to “Layout and Design (CSS & HTML)”