Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Omar Fouad
Another Small Question... Can I Include MovieClips created in Flash inside a Flex Application? On Jan 27, 2008 7:34 AM, Omar Fouad <[EMAIL PROTECTED]> wrote: > Oh My God! :D > > Ok I Really think I'll Jump To Flex... > > Can Someone give me some Tutes links for Flex? > > Thanks. > > > > On Jan 27

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Omar Fouad
Oh My God! :D Ok I Really think I'll Jump To Flex... Can Someone give me some Tutes links for Flex? Thanks. On Jan 27, 2008 5:44 AM, Muzak <[EMAIL PROTECTED]> wrote: > > Now here is the question... Which one is best, of those two methods? > What > > are the advantages, and disadvantages of ea

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Muzak
Now here is the question... Which one is best, of those two methods? What are the advantages, and disadvantages of each one? Which one can I use to bulid a CMS based Application? None ;-) Remoting (and/or WebServices) is the way to go if you're serious about CMS type applications. And in that

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Juan Pablo Califano
You were concerned about decompilers being used to reverse-engineer the code and therefore compromise security. I think it's known that there are Flash decompilers for AS1/2. I haven't heard about an AS3 decompiler yet. If you compare Flex and Flash (CS3/AS3) vulnerability to decompilation, sin

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Paul Andrews
Flex makes it easy to use XML. It also makes it easy to layout an interface and you can skin it. You can do all this in Flash, but it will take longer. Flex has excellent support for transitions. You really need to check out Flex. I'm feeling guilty about banging on about flex on this list, so

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Omar Fouad
So to create an CMS I should use Flex... But it is possible to do it in flash too? I mean if I want to make more Interactive Interfaces, and transitions... On Jan 27, 2008 12:21 AM, Paul Andrews <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Omar Fouad" <[EMAIL PROTECTED]> > T

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Paul Andrews
- Original Message - From: "Omar Fouad" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Saturday, January 26, 2008 9:39 PM Subject: Re: [Flashcoders] Flash and Database Issue - Need Advice What do you mean by "Whatever you fear about security using Flex is equally applicable to Fla

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Omar Fouad
What do you mean by "Whatever you fear about security using Flex is equally applicable to Flash." ? On Jan 26, 2008 10:57 PM, Paul Andrews <[EMAIL PROTECTED]> wrote: > - Original Message - > From: "Omar Fouad" <[EMAIL PROTECTED]> > To: "Flash Coders List" > Sent: Saturday, January 26, 20

Re: [Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Paul Andrews
- Original Message - From: "Omar Fouad" <[EMAIL PROTECTED]> To: "Flash Coders List" Sent: Saturday, January 26, 2008 8:23 PM Subject: [Flashcoders] Flash and Database Issue - Need Advice Alright, it's been two years since I begun developing flash websites, but only now I understand

[Flashcoders] Flash and Database Issue - Need Advice

2008-01-26 Thread Omar Fouad
Alright, it's been two years since I begun developing flash websites, but only now I understand the benefits of a database driven Flash online application. I am trying to figure out the different techniques, advantages and disadvantages of how Flash, Flex and AIR can connect to a database, and henc

Re: [Flashcoders] Event Handling in ActionScript 3

2008-01-26 Thread Glen Pike
Hi, You probably want to do something like this: 1. Create a custom event class that extends flash.events.Event and allows you to add & pass variables - see myEvent below 2. In your class that dispatches events, extend flash.events.EventDispatcher (or implement IEventDispatcher in

Re: [Flashcoders] Event Handling in ActionScript 3

2008-01-26 Thread Hans Wichman
Hi, If you dont like the as3 event mechanism, you can write your own, but looking at your code, there are a number of things I wouldn't do: - setting local variables on the activation stack, it leads to memory waste - executing the asynchronoustask before setting the callback handlers - prepending

[Flashcoders] Event Handling in ActionScript 3

2008-01-26 Thread Guybrush Threepwood
Hello. I'm new to AS3. I'm using Flash CS3.I've been reading recent posts about event handling, EventDispatcher, and the Delegate class which used in AS2. I've read the documentation about the EventDispatcher class, and learnt how to use it in Flash. How ever I can't seem to fin a way to do what I

RE: [Flashcoders] Video has no mouseEnabled, help (AS3)

2008-01-26 Thread Cor
Hello Matthias, Load the video(component) into a Sprite instance and you can attach Mouse events to it HTH Cor -Oorspronkelijk bericht- Van: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Namens Matthias Dittgen Verzonden: vrijdag 25 januari 2008 15:07 Aan: Flash Coders List Onderwerp: [F

[Flashcoders] [AS3] how to tell Loader on which clip you are going to load?

2008-01-26 Thread Leonardo Scattola - New Vision srl
Hello everyone! I wrote a little class extending the AS3 Loader class. In my new loader I've added a reference to the clip to which attach my content, so that I can write myLoader.loadImage(url, clip:MovieClip) where loadImage is a static method; in an ideal world myLoader will always load an