| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jun 2004
Posts: 3
|
I am working on writing a application with Flash Comm and AMFPHP.
In my application, my flash client make calls to the flash comm server. But when i made the same call at second time , it failed (the first time , the call is working perfect, and the other calls in my application works fine too ). The code in Flash client is following : function result(){ this.onResult = function (retVal){ trace("The results is " + retVal); }; this.onStatus = function(errorVal){ trace("The Error is " + errorVal.code); }; } client_nc.call("bonus",new result(),3); The code in flash comm server is like following : Client.prototype.bonus = function (bonusType) { trace("Bonus request from "+this.username+" "+bonusType); // .... do something here .... return true; } And the error infomation in the app inspector: TypeError: object is not a function App Infomation :Application.Script.Error (level:error) Failed to execute method (bonus). App Infomation :Application.Script.Error (level:error) I am frustrating about this, Any idea ? Kevin |
|
|
|
|
|
#2 |
|
Registered User
Join Date: May 2004
Posts: 5
|
hello guyz...i wanna add emotions in my chat..i have got a simple text chat script in flash mx...and wanna add emotions there....plz help me in adding emotions...u can get the .fla of my simple text chat from DOWNLOAD .. so plz edit tht and add emotion thingy in tht i will be very gr8ful to u if u help me thanks.
---- KEVIN can u solve my problem --- i dont know wat to do with yr prob i'm sorry for tht |
|
|
|
|
|
|
|
|
#3 |
|
Super Moderator
Join Date: Jan 2002
Location: Centreville, VA
Posts: 24,878
|
I don't see anything to do with this thread and your problem... What you are doing is called thread hijacking... Please don't...
![]()
__________________
CyanBlue / Jason Je / Macromedia Certified Flash Developer & Designer http://CyanBlue.FlashVacuum.com http://www.FlashVacuum.com http://tutorials.FlashVacuum.com Do NOT PM, Email or Call me... Your question belongs right in this forum...
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|