Ceriwis  

Go Back   Ceriwis > HOBI > Komputer & Teknologi > Programming

Programming Share, tanya jawab, saling bantu antar programmer dengan berbagai macam bahasa pemrograman.

Reply
 
Thread Tools
  #1  
Old 20th November 2011
Permenkaret Permenkaret is offline
Ceriwiser
 
Join Date: Nov 2011
Posts: 351
Rep Power: 14
Permenkaret mempunyai hidup yang Normal
Default 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



Reply With Quote
Reply


Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


 


All times are GMT +7. The time now is 12:18 PM.


no new posts