0
我也試過document.location,windows.location和window.open。但沒有解決。我正在試圖從最後一幀。 注:我需要應用此Flash cc movieclip createjs導出。createjs導航url鏈接不工作的Flash動畫片段
/* js
this.stop();
createjs.Touch.enable(stage);
var poem = new lib.mypoem();
stage.addChild(poem);
poem.x=600;
poem.y=400;
poem.mouseEnabled = true;
poem.addEventListener('click', fl_MouseOverHandler);
function fl_MouseOverHandler(event)
{
window.open("http://graphicscoder.org/", "_self");
}
*/
什麼版本的CreateJS /閃存您使用的?/* js * /基於註釋的代碼相當陳舊。你確定這個代碼塊正在運行嗎?控制檯中是否有錯誤? – Lanny
我正在使用flash cs6/* js * /是createjs必需的。最近的toolkitforcreatejs是什麼?如果我不使用/ * js */ – Salma
Toolkit_for_CreateJS_v1_2.zxp – Salma