Oct 01
A quick post to let you know that the Flash Remoting presentation files from last thursday at the MMUG Belgium are online. I covered Flash Remoting with AMFPHP and shared some project experiences, tips and tricks and showed a bunch of examples.
You can get the files here. The zip file includes the presentation slides, all the examples, the database dumps and the AMFPHP classes.
Many thanks to MMUG Belgium (Serge and Peter) and MultimediaCollege for the venue.
Add to Bloglines - Digg This! - del.icio.us - Stumble It! - Twit This! - Technorati links - Share on Facebook - Feedburner
Christophe Herreman is a software developer living in Belgium. He's working on high-end Flex and AIR solutions at
October 5th, 2005 at 12:12 pm
That was a great presentation! Thanks again!
A lot of info in a very short time.
October 17th, 2005 at 4:16 pm
how come when i use
var pendingCall:PendingCall = service.Login();
in frame2, i get this
——
**Error** Scene=Scene 1, layer=Layer 1, frame=2:Line 1: The class or interface ‘PendingCall’ could not be loaded.
var pendingCall: PendingCall = service.Login();
——
However when i use it in the same frame as the imports everything is alright.
December 31st, 2005 at 1:18 pm
Hi Bert,
you need to import the classes in every frame where you use them.
regards,
Christophe