English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
所有分類

我想請問,
如果我將兩個flash插入到一個htm網頁內
分別是 1.swf 和 2.swf
那我語法應該怎麼寫
才可以讓
1.swf 中的按紐按下後
"指定" 2.swf 的畫面做出變化

感謝!

2007-06-13 21:39:11 · 1 個解答 · 發問者 RunBabyRun 2 in 電腦與網際網路 程式設計

謝謝,我大概看了一下,知道是用LocalConnection的方法連結兩個swf間的通訊,不過語法上面我還是看不太懂耶,可以幫我解說一下嘛?! 若我是想點下 1.swf 中的按紐,使得 2.swf的畫面改變(跳到某個影格),那我應該怎麼寫語法呢?? 希望有詳細步驟供我參考唷!!

2007-06-14 12:25:20 · update #1

1 個解答

看這個範例:

http://www.webwasp.co.uk/tutorials/b21-communication/tutorial.php

以及 Adobe 的官方文件:

http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Parts&file=00000317.html

牽涉到改 Flash ActionScript 代碼。



2007-06-15 07:51:38 補充:
myReceiver.myAction = function(doThis) {
if (doThis == 1) {
stop();
} else if (doThis == 2) {
gotoAndPlay(禎數);
}
};

2007-06-14 00:57:50 · answer #1 · answered by mh 7 · 0 0

fedest.com, questions and answers