Forum Moderators: mack

Message Too Old, No Replies

Xhtml validation problem

Using a flash form, but can't validate in xhtml

         

bid4abook

7:38 am on Aug 21, 2006 (gmt 0)

10+ Year Member



Hello, again!
I am in the process of re-designing (not again!) my website using a css 3 col & xhtml (transitional), however one of the pages is giving me a problem! I am using a flash form, but cannot get the page to validate. Using the <object> syntax at present what is the correct one for flash forms to validate in xhtml(trans)?
Regards as ever John.

DanA

7:47 am on Aug 21, 2006 (gmt 0)

10+ Year Member



Look for the satay method.

bid4abook

7:53 am on Aug 21, 2006 (gmt 0)

10+ Year Member



DanA, I have looked at it so using <EMBED src="flash/presentation.swf", will do the trick?
John.

bid4abook

8:03 am on Aug 21, 2006 (gmt 0)

10+ Year Member



DanA, Sorry read it wrong, doh! The embed is out and <object type="application/x-shockwave-flash
data="c.swf?path=movie.swf"
width="400" height="300">
<param name="movie"
value="c.swf?path=movie.swf" />
<img src="noflash.gif"
width="200" height="100" alt="" />
is in?
Thanks for that.
Regards John.

DanA

8:31 am on Aug 21, 2006 (gmt 0)

10+ Year Member



It should validate if you add </object>