Hello all
i had used flash cs for a while and was using lots of downloaded jsfl commands that would help me speed up work
Switched to cc lately and those commands do not work
heres a code of one of not working commands.
dialog buttons="accept, cancel" title="Search and Replace v1.0">
<grid>
<columns>
<column />
<column />
</columns>
<rows>
<row>
<label control="searchFor" value="Search For:" />
<textbox id="searchFor" value="" />
</row>
<row>
<label control="replaceWith" value="Replace With:" />
<textbox id="replaceWith" value="" />
</row>
<spacer />
<radiogroup id="searchType"/>
<radio label="Search All Items" selected = "true" />
<radio label="Search Selected Items" />
</radiogroup>
</grid>
</dialog>
Could you tell me what to modify so i can run this command under CC
Thanks in advance