Hi,
what's the path for flash 8 to install directly a command.

in MX 2004 this file ran :
<macromedia-extension
        name="layersToClip"
        version="1.0"
        type="Command">

        <!-- Describe the author -->
        
        <author name="JeanPhilippe - http://jeanphiblog.media-box.net"; />

        <!-- List the required/compatible products -->
        
        <products>
                <product name="Flash" version="8" primary="false" />
        </products>

        <!-- Describe the extension -->
        
        <description>
        <![CDATA[
        layersToClip est une commande.<br><br>
Elle permet de transformer en clip les elements importes sur la scene en leur donnant un nom d'instance correspondant au nom de leur calque.
        ]]>
        </description>

        <!-- Describe where the extension shows in the UI of the product -->

        <ui-access>
        <![CDATA[
        Accessible par le menu > Commandes > layersToClip.
        ]]>
        </ui-access>

        <!-- Describe the files that comprise the extension -->
        
        <files>
<file name="layersToClip.jsfl" destination="$flash/Commands" /> >>>>>>>>>>>>>>>>>> HERE ?????????
        </files>

</macromedia-extension>

but in Flash 8 after installation , layersToClip command is not visible in menu Command ?

Thx

JP


_______________________________________________
Flashcoders mailing list
[email protected]
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Reply via email to