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

Franekek12
Franekek12
Offline

Badges

Badges
2

Accepted Solutions

Accepted Solutions
0

Likes Received

Likes Received
0

Posts

Posts
2

Discussions

Discussions
0

Questions

Questions
2

Ideas

Ideas
0

Blog Posts

Blog Posts
0
Top badges earned by Franekek12
Customize the badges you want to showcase on your profile
Re: Conversion between ASObject and custom Java object - Adobe LiveCycle 19-05-2011
It helped! Thank You very much.But there is another question (or two): Why the "RemoteClass" metadata is not recognized by the Flash Player? Do I need some import statement in my AS class or some liberaries are missing?And there is another one problem. Everything work fine for this function call: var rooms:Object = remoteObject.echo1(myDupa);But for this function call:var rooms:Dupa = remoteObject.echo1(myDupa);I receives this error: TypeError: Error #1034: Type Coercion failed: cannot convert m...

Views

224

Likes

0

Replies

0
Conversion between ASObject and custom Java object - Adobe LiveCycle 17-05-2011
I have Java Enterprice Application with BlazeDS installed there and Flash client (created in pure Flash -not Flex). Now I want to send my custom Java object over the wire.On The java side i have method://////////////////////public void echo1(Dupa dupa){ System.out.println("--"); System.out.println(dupa.dup); System.out.println("--"); }//////////////////////On the Flash side:////////////////////////var myDupa:Dupa = new Dupa();myDupa.dup = "www";var rooms:Object = remoteObject.echo1(myDupa);/////...

Views

3.8K

Likes

0

Replies

4