Groups | Blog | Home
all groups > macromedia flash flash remoting > january 2006 >

macromedia flash flash remoting : Flash Remoting example


Antonio_82_
1/7/2006 10:21:52 AM
hello everyone,
I am a C# developer new to Flash Remoting. I need to develop a web application
with an interface based on Flash but with server side code based on C#. I just
started to study on books and read examples, but when I try to follow these
example by myself many problems occurr, so they never work.
Can anyone suggest me some very good article or website (apart from the
Macromedia one of course) which describe very clearly the whole Flash Remoting
process for .NET applications and provide very simple yet good example to try?
Thanks very much :cool;
mrsoul
1/7/2006 5:08:14 PM
patord
1/9/2006 2:55:28 AM
Hi again

Have kind of got this working, have put a loader in the correct position and
have created an external swf file of the animated highlight, then added to the
existing code:

this.staffPosition.text = re.result.items[0].Position;
this.staffDept.text = re.result.items[0].department;
this.staffEmail.text = re.result.items[0].Email;
var myImage:String = "swf/staffHighlight.swf";
this.imageHolder.contentPath = myImage;

Where the imageHolder variable is I want to name this the P001 variable from
the database or "re.result.items[0].allocation", which is the name I have given
to the loader, I assume this is a reasonably efficient way to handle this but
the imageholder name is not being read correctly as a dynamic value. Can
anyone help Please?

Thx
MW
AddThis Social Bookmark Button