| 1 |
<?xml version="1.0" encoding="utf-8"?> |
|---|
| 2 |
<macromedia-extension |
|---|
| 3 |
name="jsflEdit" |
|---|
| 4 |
version="1.0.0" |
|---|
| 5 |
type="flashpanel"> |
|---|
| 6 |
|
|---|
| 7 |
<author name="きんくまデザイン www.kuma-de.com" /> |
|---|
| 8 |
|
|---|
| 9 |
<products> |
|---|
| 10 |
<product name="Flash" version="8" primary="true" /> |
|---|
| 11 |
</products> |
|---|
| 12 |
|
|---|
| 13 |
<description> |
|---|
| 14 |
<![CDATA[ |
|---|
| 15 |
jsflの実行/編集ができる拡張パネルです |
|---|
| 16 |
]]> |
|---|
| 17 |
</description> |
|---|
| 18 |
|
|---|
| 19 |
<ui-access> |
|---|
| 20 |
<![CDATA[ |
|---|
| 21 |
メニューウインドウ→その他のパネル→jsflEdit |
|---|
| 22 |
を選択してください。 |
|---|
| 23 |
|
|---|
| 24 |
1. 「+」ボタンを押して、プログラムを追加 |
|---|
| 25 |
2. 追加したプログラムをダブルクリックして名前を変更 |
|---|
| 26 |
3. 「←→」ボタンを押して、編集画面へ |
|---|
| 27 |
4. プログラムを入力 |
|---|
| 28 |
5. 「三角」ボタンを押して、プログラムを実行 |
|---|
| 29 |
]]> |
|---|
| 30 |
</ui-access> |
|---|
| 31 |
|
|---|
| 32 |
<license-agreement> |
|---|
| 33 |
<![CDATA[ |
|---|
| 34 |
|
|---|
| 35 |
|
|---|
| 36 |
The MIT License |
|---|
| 37 |
|
|---|
| 38 |
Copyright (c) 2009 KinkumaDesign |
|---|
| 39 |
|
|---|
| 40 |
Permission is hereby granted, free of charge, to any person obtaining a copy |
|---|
| 41 |
of this software and associated documentation files (the "Software"), to deal |
|---|
| 42 |
in the Software without restriction, including without limitation the rights |
|---|
| 43 |
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell |
|---|
| 44 |
copies of the Software, and to permit persons to whom the Software is |
|---|
| 45 |
furnished to do so, subject to the following conditions: |
|---|
| 46 |
|
|---|
| 47 |
The above copyright notice and this permission notice shall be included in |
|---|
| 48 |
all copies or substantial portions of the Software. |
|---|
| 49 |
|
|---|
| 50 |
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR |
|---|
| 51 |
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, |
|---|
| 52 |
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE |
|---|
| 53 |
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER |
|---|
| 54 |
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, |
|---|
| 55 |
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN |
|---|
| 56 |
THE SOFTWARE. |
|---|
| 57 |
|
|---|
| 58 |
]]> |
|---|
| 59 |
</license-agreement> |
|---|
| 60 |
|
|---|
| 61 |
<files> |
|---|
| 62 |
<file source="jsflEdit.swf" destination="$Flash/WindowSWF" /> |
|---|
| 63 |
</files> |
|---|
| 64 |
|
|---|
| 65 |
</macromedia-extension> |
|---|