a7mdfm / flexpaper

Automatically exported from code.google.com/p/flexpaper
1 stars 0 forks source link

Problem in flexPaperViewer.SwfFile = url #91

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
In the new version (1.3) I had to comment line 269 of Viewer.as to read my swf.
Read my swf dynamically via a URL.

/ * If (_libMC == null) (if (_libMC.parent! = Null) (_libMC.parent.removeChild 
(_libMC);) _libMC.unload ();) * / _libMC = null;

Original issue reported on code.google.com by wpso...@gmail.com on 21 Jun 2010 at 1:07

GoogleCodeExporter commented 8 years ago
if(_libMC!=null){if(_libMC.parent!=null){_libMC.parent.removeChild(_libMC);}_lib
MC.unload();}_libMC = null;

Original comment by yiditu...@163.com on 21 Jun 2010 at 4:04

GoogleCodeExporter commented 8 years ago
Thus only the first swf and read.

Original comment by wpso...@gmail.com on 21 Jun 2010 at 5:55

GoogleCodeExporter commented 8 years ago
should be fixed in code branch 1.3.1

Original comment by erik.eng...@gmail.com on 21 Jun 2010 at 7:49

GoogleCodeExporter commented 8 years ago
will build 1.3.1 and release

Original comment by erik.eng...@gmail.com on 21 Jun 2010 at 7:50