InterviewSolution
Saved Bookmarks
| 1. |
Can I Dynamically Instantiate A Webservice Or Httpservice In Actionscript? |
|
Answer» Flex 1 .5 does not SUPPORT this. First DECLARE the tags in MXML and then MANIPULATE the URLs, request objects, and so forth using ActionScript. Flex 1 .5 does not support this. First declare the tags in MXML and then manipulate the URLs, request objects, and so forth using ActionScript. |
|