![]() |
![]() |
||||||
|
|||||||
| Tags: |
![]() |
|
|||
|
I have a remoteobject created in AS in my constructor:
var trackerDAO:RemoteObject = new RemoteObject(); trackerDAO.destination = "ColdFusion"; trackerDAO.source="FXVideo.edu.umich.video.tracker DAO"; trackerDAO.addEventListener(FaultEvent.FAULT, alertFault); I am trying to invoke a method of it in another part of my code trackerDAO.countIt(addOne, results, action, source); But flex builder is giving me this error: 1120: Access of undefined property trackerDAO. What am I missing or how can it be done? Thanks. |
| Sponsored Links |
|
|||
|
Ok, I figured I put it in the wrong area and have fixed that. However, I am
getting a 'No destination called ColdFusion' error. Its exactly like the MX version. Does something change when you write it in AS only for Flex? |
![]() |
| Thread Tools | |
| Display Modes | |
|
|
- Contact Us
-|-
Adobe Dreamweaver Forums -|-
Archive -|-
Top -|-Rules/Disclaimer-|-Help/Support-|-Advertise