Vanilla 1.1.4 is a product of Lussumo. More Information: Documentation, Community Support.
Nesting order of your 'shell' approach
<html>
<shell swf (AS3)>
<cp_player swf (AS3)>
<captivate swf (AS2)>
</cp_player swf>
</shell swf>
</html>
Nesting order I used when creating LegacyCaptivateLoader
<html>
<cp_player swf (AS3)>
<captivate swf (AS2)>
</cp_player swf>
</html>
var swf = new LegacyCaptivateLoader("main_AS3", "mycaptivatefile.swf");var swf = new LegacyCaptivateLoader("main_AS3.nestedSWF", "mycaptivatefile.swf");
1 to 9 of 9