[Flashcoders] External Imaging Nightmares

2006-02-15 Thread Jamie Alpers
Ok, I am new to this group so if this is something that has already been answered and/or is stupid, feel free to flog me (hopefully after providing me with some insight as to the answer). Anyway, I am trying to create a flash file where I can provide it a list of jpg filenames (I'll figure out

Re: RE : [Flashcoders] External Imaging Nightmares

2006-02-15 Thread Jamie Alpers
yet and I guess it couldnt get the correct width until it was actually in a frame. On 2/15/06, Jamie Alpers [EMAIL PROTECTED] wrote: Unfortunately, security policies on the network I work on prevent me from loading extensions without going through at least a month long process. Is there any

[Flashcoders] Event Dispatcher

2006-02-17 Thread Jamie Alpers
This may be a duh question, but when you use dispatchEvent in a custom created component, can I use my own event name or do i have to use one of the built in ones of an object. For example, I am creating custom quiz component (the built in ones dont have the flexibility we need) and would like to

Re: [Flashcoders] Event Dispatcher

2006-02-17 Thread Jamie Alpers
Thanks. I relooked at my code and realized i was just making a stupid mistake by confusing object names. it works now :-) On 2/17/06, Johannes Nel [EMAIL PROTECTED] wrote: yeah. the type property can be whatever, as long as you know what you are listening for all is good. On 2/17/06, Jamie