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
Re: Creating FDS Project - Adobe LiveCycle 04-08-2006
Hi blackshirt, Could you check the project properties in Flex Builder byright click on the “Test” project and select“Properties”? The project properties should looksomething like that:After install Flex with integrated JRun (in defaultlocation):Flex root folder: C:\fds2 \jrun4\servers\default\flexFlex server URL: http://localhost:8700/flex/(where 8700 is the default port number for the Flex/JRun server)FDS project root: C:\ fds2 \jrun4\servers\default\flex\TestAfter install Flex under JRun4 (bot...

Views

89

Likes

0

Replies

0