Page 1 of 1

This page is not Valid XHTML 1.0 Transitional!

Posted: Wed Jan 03, 2007 11:50 am
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

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Wed Jan 03, 2007 1:06 pm
by cyberman
CMSms uses xhtml for output - so must be
:) ...

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Wed Jan 03, 2007 2:17 pm
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

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Wed Jan 03, 2007 2:34 pm
by cyberman
Valid tag for including flash is tag, not - but be aware some older browser can not understand object tag ...

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Wed Jan 03, 2007 5:00 pm
by rtkd
to cut this short:

http://alistapart.com/articles/flashsatay

greets and hpny! rtkd

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 9:19 am
by jameshontishar
how do I do this when I am using a global content block

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 9:41 am
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 ...

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 10:36 am
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?

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 11:08 am
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>

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 12:07 pm
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">

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 12:19 pm
by cyberman
???

Works fine on my playground

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

(changed content with blobal content block)

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 12:51 pm
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

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 12:59 pm
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 ...

Re: This page is not Valid XHTML 1.0 Transitional!

Posted: Thu Jan 04, 2007 1:06 pm
by jameshontishar
There must be a way to do this!!!!!!!!!!!!!!!!!!!!!!!!!!!