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

請教一下以下哪段是可以修改圖片輪撥的數量 與 圖片在flash裡面顯示的位置. 感謝大大們賜教!!
// load xml
images_xml = new XML();
images_xml.ignoreWhite = true;
images_xml.onLoad = parse;
images_xml.load("FlashBanner.xml");
// set random # variables - each must be 0 for first 'while' loop below
var randomNum = 0;
var randomNumLast = 0;
// parent container
var container_mc = this.createEmptyMovieClip("container", 0);
// movie clip containers
container_mc.createEmptyMovieClip("loader1_mc", 2);
container_mc.createEmptyMovieClip("loader2_mc", 1);
// preload watcher
this.createEmptyMovieClip("watcher_mc", 100);
function parse(success) {
if (success) {
imageArray = new Array();
var root = this.firstChild;
_global.numPause = Number(this.firstChild.attributes.timer*1000);
_global.order = this.firstChild.attributes.order;
_global.looping = this.firstChild.attributes.looping;
_global.fadetime = Number(this.firstChild.attributes.fadetime);
_global.xpos = Number(this.firstChild.attributes.xpos);
_global.ypos = Number(this.firstChild.attributes.ypos);
var imageNode = root.lastChild;
var s = 0;
while (imageNode.nodeName != null) {
imageData = new Object();
imageData.path = imageNode.attributes.path;
imageArray[s] = imageData;
imageNode = imageNode.previousSibling;
s++;
}
// place parent container
container_mc._x = _global.xpos;
container_mc._y = _global.ypos;
// parse array
imageArray.reverse();
imageGen(imageArray);
} else {
trace("problem");
}
}

2007-09-14 07:41:39 · 4 個解答 · 發問者 l l l l l l l l 1 in 電腦與網際網路 軟體

抱歉文字太長 改由連結

http://www.seng-yang.com/code.txt

2007-09-14 07:55:53 · update #1

4 個解答

用記事本打開你的 FlashBanner.xml,一開始作者就跟你講五個參數,



改如下的第一行就好。


圖片聯播數量你得把下面的 不要的刪除到你想要的數量即可。

2007-09-16 14:10:40 · answer #1 · answered by mh 7 · 0 0

用PICASA2就有了 有模板 還幫你套用~^^

2007-10-12 23:58:16 · answer #2 · answered by 吃麻瓜 2 · 0 0

感謝 stone大師
你這個範例 其實是我正想放在我的網頁裡面 展示圖片的方法 可是真的好難好難~"~ 我先下載研究一下 如不清楚再請教您 ^^"

2007-09-17 20:56:24 補充:
^^" 是否能提供他的原始檔 真的很想學這種展示方式
tonycwhung@hotmail.com

2007-09-17 16:52:12 · answer #3 · answered by l l l l l l l l 1 · 0 0

我沒有仔細去看
但看來應該不是直接這邊改


我這個相本比較簡單 改圖檔名就好
像改HTML那麼簡單
你應該看的懂
http://thought01.blogspot.com/2007/09/flash_04.html

連FLASH都不用開
用筆記本開了改就好

2007-09-15 08:07:22 · answer #4 · answered by 熱血 7 · 0 0

fedest.com, questions and answers