RE: [flexcoders] how do I modify the html to pass a version parameter?

2008-02-08 Thread Tracy Spratt
Specificlly, add a flashvars argument: var _sVersion = 1.0; // 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,

[flexcoders] how do I modify the html to pass a version parameter?

2008-02-07 Thread luvfotography
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