Fixed it; was a silly one really - here is the validated solution for
those interested;
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
width="450" height="450" id="myform1" align="middle">
<param name="movie" value="myform.swf" />
<param name="scale" value="noscale" />
<param name="salign" value="tl" />
<param name="flashvars"
value="xmlfile=myform.xml&quality=high&width=450&height=450&name=myform"
/
>
<!--[if !IE]>-->
<object type="application/x-shockwave-flash"
data="myform.swf"
width="450" height="450" align="middle">
<param name="scale" value="noscale" />
<param name="salign" value="tl" />
<param name="flashvars"
value="xmlfile=myform.xml&quality=high&width=450&height=450&name=myform"
/
>
<!--<![endif]-->
<a
href="http://www.adobe.com/go/getflashplayer">
<img
src="http://www.adobe.com/images/shared/download_buttons/
get_flash_player.gif" alt="Get Adobe Flash player" />
</a>
<!--[if !IE]>-->
</object>
<!--<![endif]-->
</object>
Many thanks
On Feb 6, 2:03 pm, dids <[email protected]> wrote:
> Hello all, I wonder if you could help me on this;
>
> I have coffeecup flash form builder and everything is working ok but I
> cannot get it to validate. I have included the code below.
>
> <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
> codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/
> swflash.cab#version=7,0,0,0"
> width="450" height="450" id="myform" align="middle">
> <param name="movie" value="myform.swf" />
> <param name="quality" value="high" />
> <param name="flashvars" value="xmlfile=myform.xml&w=450&h=450"/>
> <param name="scale" value="noscale" />
> <param name="salign" value="lt" />
> <param name="bgcolor" value="#ffffff" />
> <embed src="myform.swf" flashvars="xmlfile=myform.xml&w=450&h=450"
> quality="high" bgcolor="#ffffff" width="450" height="450"
> name="coffeexml" scale="noscale" salign="lt" align="middle"
> type="application/x-shockwave-flash"
> pluginspage="http://www.macromedia.com/go/getflashplayer" />
> </object>
>
> The problem seems to be the line that passes the xml file name and
> params through flashvars
>
> Can somebody please help, it is probably something simple but it is
> driving me up the wall
>
> Many thanks
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups
"SWFObject" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
For more options, visit this group at
http://groups.google.com/group/swfobject?hl=en
-~----------~----~----~----~------~----~------~--~---