for Flasc, here's what I had to do to get the FileSystem.dll to go into the
External Libraries directory:

<files>
       <file name="FLASC.swf" destination="$flash/WindowSWF/" />
       <file name="FLASC\getClassFiles.jsfl"
destination="$flash/Commands/FLASC" />
       <file name="FLASC\getFlashLocation.jsfl"
destination="$flash/Commands/FLASC" />
       <file name="External Libraries\FileSystem.dll"
destination="$flash/External Libraries/" platform="win" />
   </files>

Here's another tool that uses a "blitz" folder to place it's jsfl files
into:
<files>
       <file name="BLITZ Commands.swf" destination="$flash/WindowSWF/" />
       <file name="blitz\jsfl\RunCommand.jsfl"
destination="$flash/blitz/jsfl" />
       <file name="blitz\jsfl\commands\CreateBaseTimeLine.jsfl"
destination="$flash/blitz/jsfl/commands" />
       <file name="blitz\jsfl\commands\CreateExcludeXML.jsfl"
destination="$flash/blitz/jsfl/commands" />
       <file name="blitz\jsfl\commands\CreateGraphicButton.jsfl"
destination="$flash/blitz/jsfl/commands" />
       <file name="blitz\jsfl\commands\Library_Bitmap_Batcher.jsfl"
destination="$flash/blitz/jsfl/commands" />
       <file name="blitz\jsfl\library\NewGraphicButton.jsfl"
destination="$flash/blitz/jsfl/library" />
       <file name="blitz\jsfl\timeline\BaseAnimatedTimeline.jsfl"
destination="$flash/blitz/jsfl/timeline" />
   </files>

You don't have a selection for that in your dropdown ;)  It'd be nice to be
able to edit that for custom placement.

On 5/24/06, Muzak <[EMAIL PROTECTED]> wrote:

Can you run me through the steps to reproduce this?

When I add an xml file and set its destination to 'Flash CustomActions' I
get the following in the mxi file:

<files>
  <file name="product.xml"
destination="$flash/ActionsPanel/CustomActions/" />
</files>

Are you getting something different?

regards,
Muzak

----- Original Message -----
From: "Manuel Saint-Victor" <[EMAIL PROTECTED]>
To: "Flashcoders mailing list" <flashcoders@chattyfig.figleaf.com>
Sent: Wednesday, May 24, 2006 9:05 PM
Subject: [Flashcoders] bug in MXI File Creator


Has anyone noticed a bug when adding creating ActionsPanel xml files with
MXI Creator- It seems to always add either an extra slash after the file
name or not provide the $flash  prefix- I can fix it by hand but was
curious
if anyone else had shared this experience and if there was a known fix or
later version that I ws not aware of.

Thanks,
Mani



_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com




--
John Grden - Blitz
_______________________________________________
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com

Reply via email to