In the html-template folder of your project, edit the index.template.html Regards, Rob
On Feb 7, 2008 5:30 PM, luvfotography <[EMAIL PROTECTED]> wrote: > I would like the equivalent of this line, where I pass a version > parameter: > <embed src="myflexapp.swf?ver=1.0" > > How do I modify the Flex generated html to accomplish this: > > // if we've detected an acceptable version > // embed the Flash Content SWF when all tests are passed > AC_FL_RunContent( > "src", "myflexapp", > "width", "100%", > "height", "100%", > "align", "middle", > "id", "myflexapp", > "quality", "high", > "bgcolor", "#869ca7", > "name", "myflexapp", > "allowScriptAccess","sameDomain", > "type", "application/x-shockwave-flash", > "pluginspage", "http://www.adobe.com/go/getflashplayer" > ); > > > > -- -- Regards, Rob Rusher Adobe Certified AIR, Connect, ColdFusion MX and Flex Instructor m: 303-885-7044 im: robrusher

