Hello Matt,

> Yes, for Flex 1.5, history management requires the server.

  But still, history management works for static SWF files generated in
offline by "mxmlc" Flex 1.5 standalone compiler, at least in our case.

   We use SWFObject in our custom HTML wrapper file to display this
static SWF, something like that:

-----------------------
var swfObj = new SWFObject(swfSource, "testmovie", swfWidth, swfHeight, requiredVer, null, useExpressInstall);
                swfObj.addVariable("historyUrl", escape("/flex-internal?action="">                 swfObj.addVariable("lconid", lc_id);
                swfObj.addVariable("versionChecked", "true");

                swfObj.write("flashcontent");
-----------------------

  Flex server 1.5 is also installed at the deployment server as the
license requires.

   Also, I must admit, the details on who delivers this mistery variable
"lc_id" to the movie are unknown to me.




--
Best regards,
Andriy                            mailto:[EMAIL PROTECTED]



--
Flexcoders Mailing List
FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt
Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com




SPONSORED LINKS
Web site design development Computer software development Software design and development
Macromedia flex Software development best practice


YAHOO! GROUPS LINKS




Reply via email to