Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

blackshirt
blackshirt
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
3

Discussions

Discussions
1

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by blackshirt
Customize the badges you want to showcase on your profile
Flex Flash Remoting - Adobe LiveCycle 02-08-2006
I found this out myself. Here is the code. import flash.net.NetConnection;import flash.net.Responder;private function flashorbtest():void{out.text += "testing..\n";var myConn:NetConnection = new NetConnection();myConn.connect("http://server:8105/gateway");var myResult:Responder = newResponder(returnHelloWorld,bummer);myConn.call("com.flex2.Flex2.getHelloWorld", myResult);}public function returnHelloWorld(data:String):void{out.text += "Result="+data +"\n";}public function bummer(data:String):void{out.text += "bummer="+data+"\n";}

Views

70

Likes

0

Replies

0
Flex Flash Remoting - Adobe LiveCycle 02-08-2006
Do we need FDS to do basic Flash Remoting? If not can someoneplease show me an example of how they duplicated Flash Remoting inFlex.Thanks

Views

256

Likes

0

Replies

1
Creating FDS Project - Adobe LiveCycle 01-08-2006
I currently have a dev server with Jrun 4 on it. I want touse Flex Builder to create a FDS project that compiles on theserver. I have Jrun instance with default-ear, flex, and SERVER-INFfolders. Under my default-war folder I have the WEB-INF/flexfolder.When I create my FDS project my root folder points todefault-war, my root URL points to server:8104/....I use defaultlocation and call my project "Test". So now I have a "Test" folderunder default-war with my Test.mxml.When I run the app in Flex B...

Views

314

Likes

0

Replies

1