This page is not Valid XHTML 1.0 Transitional!
This page is not Valid XHTML 1.0 Transitional!
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
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!
CMSms uses xhtml for output - so must be
...

Re: This page is not Valid XHTML 1.0 Transitional!
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!
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!
how do I do this when I am using a global content block
Re: This page is not Valid XHTML 1.0 Transitional!
You have just to insert something like this
Change it only to your values ...
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>
Re: This page is not Valid XHTML 1.0 Transitional!
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?
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!
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!
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">
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!

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!
Just checked your playground and it is not valid HTML either please see link below
http://validator.w3.org/check?uri=http% ... ge%3Dflash
http://validator.w3.org/check?uri=http% ... ge%3Dflash
Re: This page is not Valid XHTML 1.0 Transitional!
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 ...
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!
There must be a way to do this!!!!!!!!!!!!!!!!!!!!!!!!!!!