Page 191 - Guía del usuario de Animate
P. 191

var sr = "";

                  sr +=fileURI;

                  var str = sr.substring(0, sr.lastIndexOf("/"));

                  doc.convertToDoc( str+"/test.fla" ,'Flash',true);
                  //doc.convertToDoc('fileURI','htmlcanvas',true);

                  //doc.convertToDoc('fileURI','WebGlDoc',true
   186   187   188   189   190   191   192   193   194   195   196