Ceriwis

Ceriwis (https://forum.ceriwis.com/forum.php)
-   Programming (https://forum.ceriwis.com/forumdisplay.php?f=63)
-   -   help AS3 flash insert swf file (https://forum.ceriwis.com/showthread.php?t=573638)

Permenkaret 20th November 2011 02:03 AM

help AS3 flash insert swf file
 

tolongin dunk



jadi saya pengen buat fitur bilingual, waktu diteken bahasa inggris maka yang keluar semua tulisannya berubah jadi bahasa inggris, nah masalahnya muncul waktu swf sudah berubah ke page lain.



error yang muncul


Code:


TypeError: Error #1009: Cannot access a property or method of a null object reference.
at home_fla::MainTimeline/home_fla::frame1()[home_fla.MainTimeline::frame1:13]

ini functionnya


Code:


function dochange(e:MouseEvent){
removeCategory();
removeSearch();
removeMaps();
Tweener.addTween(homeBanner,{alpha:0,time:0.25, transition:"linear", onComplete:function() {

var my_Loader:Loader = new Loader();
var homeEnglish:URLRequest=new URLRequest("home - English.swf");
my_Loader.load(homeEnglish);
my_Loader.x = 0;
my_Loader.y = 0;
addChild(my_Loader);
}
});


}

ada yang bisa bantu?? udah binggung search di google ga ketemu2

</div>


All times are GMT +7. The time now is 02:13 PM.