Re: [Flashcoders] Application Structure - Flash Remoting& MovieClipLoader

2007-07-12 Thread eka
Hello :) An other framework it's VEGAS : http://code.google.com/p/vegas/ Install the framework : http://code.google.com/p/vegas/wiki/InstallVEGASwithSVN The tutorials in english : http://code.google.com/p/vegas/wiki/TutorialsVEGAS (in progress) Examples in the svn repository of the project : h

RE: [Flashcoders] Application Structure - Flash Remoting& MovieClipLoader

2007-07-12 Thread Richard Mueller
Well, the past 24 hours have been interesting to say the least. I've never really written a class, yet I know a lot about them and understand them for the most part. Before starting the project, I knew I was going to run into data access issues but didn't really have a solution. I'd never h

RE: [Flashcoders] Application Structure - Flash Remoting& MovieClipLoader

2007-07-12 Thread Sunil Jolly
Hi, I would recommend ARP for this too. It's a bit tricky to use (at first), but it will keep your code clean for sure and save you a lot of time. There's a remoting example that you could adjust quite easily. As for the moviecliploader, I try to use a single class to do all my loading. I guess t

Re: [Flashcoders] Application Structure - Flash Remoting& MovieClipLoader

2007-07-11 Thread Muzak
they're all MVC based and are very similar. regards, Muzak - Original Message - From: "Glen Pike" <[EMAIL PROTECTED]> To: Sent: Wednesday, July 11, 2007 9:32 PM Subject: Re: [Flashcoders] Application Structure - Flash Remoting& MovieClipLoader > Hi, > >

Re: [Flashcoders] Application Structure - Flash Remoting & MovieClipLoader

2007-07-11 Thread Glen Pike
Hi, I would suggest looking at ARP or another Framework to handle your Service calls through a single interface which you create services for. It is well documented with examples and OS so you should be able to get the hang of it quite quickly. osflash.org/projects/arp HTH