So I've decided to finally move from Flex 4.6 to the latest Apache Flex 4.11.0. I noted an oddity in my html template file being generated. Well, it might not be an oddity, I might just not understand how this wrapper works in detail.
Basically I know we are no longer using playerProductInstaller.swf and are now using expressInstall.swf. The expressInstall.swf file does get build out in the debug and release build folders just fine, but i'm not seeing a reference to it in the generated html file. The xiSwfUrlStr is still being set to "playerProductInstall.swf". Am I right in expecting this to be set to "expressInstall.swf"? I did check in the flashplayer-config.xml file for the flashbuilder ide, and it's properly setup. Thanks, Chris