  | | | ActionScript 2.0 Settings | ActionScript 2.0 Settings 2004-05-04 - By Julian Dolce
Back There appears to be a bug in Flash where if you manually change the xml document for any Publish Profile the Package Paths will not show up anymore. I also read on the FlashCoders archives that the export frame number will default back to 1 if you have changed it.
I even made a profile in Flash, exported it to an xml file. I then opened it up in a text editor and saved it, without changing anything. And when you import it again the Package Paths are nowhere to be found.
Julian Dolce Creative Technologist Fuel Industries Inc Ottawa, ON www.fuelindustries.com 613.224.6738 x241 -- --Original Message-- -- From: Tony MacDonell [mailto:tony@(protected)] Sent: Tuesday, May 04, 2004 12:27 PM To: Extending Flash Subject: RE: [ExtendFlash] ActionScript 2.0 Settings
Yo Jules here's the deal:
First you have to check out this:
Configuration>Publish Profiles>Default.xml
in there you will see these tags:
<ActionScriptVersion>2</ActionScriptVersion> <PackageExportFrame>1</PackageExportFrame> <PackagePaths>!!!1filepath!!!</PackagePaths>
So you have to write an xml file of your settings or modify the default one. If you add a new one you may want to peep at these:
document.importPublishProfile(uri); document.addnewPublishProfile();
Check that out, hope it helps.
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Extendflash mailing list Extendflash@(protected) http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk
__ ____ ____ ____ ____ ____ ____ ____ ____ ____ Extendflash mailing list Extendflash@(protected) http://flashguru.co.uk/mailman/listinfo/extendflash_flashguru.co.uk
|
|
 |