Re: [Flashcoders] load flex swf into flash CS3 project

2007-12-19 Thread Jamie S
Though i've never tried loading a Flex swf in Flash, I have done the opposite and ran into similar issues. Ultimately all of the problems I encountered were related to either security issues or incompatibilities in the loaded swf making the whole app fail with no indication why. To solve security

Re: [Flashcoders] Catching a response from server when uploading with FileReference

2007-12-19 Thread Glen Pike
Hi, FileReference upload is a bit flaky with the transmission of cookies & session id's and I don't think you can send a "custom response" beyond normal HTTP Status codes, which are passed back into the listener onHTTPError function, no error message though. You would have to work ar

[Flashcoders] load flex swf into flash CS3 project

2007-12-19 Thread [EMAIL PROTECTED]
Hello- I need to load a compiled AS3 based Flex 3 swf (a simple form with data validation) into an AS3 based Flash project I'm working on in CS3. I tried importing the .swf into the library pre-compile as well as loading it at runtime and nothing shows up. Can this be done? Any ideas?

[Flashcoders] groupping 2 swf-s

2007-12-19 Thread Pedro Kostelec
Hello. I am sorry of posting this easy question here(i should post it to the newbies list but i think there is a problem with it) : I need to load two flash movies into a single one. One is containig the sound, the other the animation. I think i cannot put the sound directly into the movie beca

[Flashcoders] Catching a response from server when uploading with FileReference

2007-12-19 Thread matt stuehler
All, I'm using FileReference to allow a user to upload a file. I'd like to be able to capture a custom response from the server when the upload process is finished. I've searched the archives a bit, and in older posts ('05), it looks like this isn't possible. Is this still the case? Has anyone f

Re: [Flashcoders] AS3 drag-and-drop data grid

2007-12-19 Thread Steven Sacks
Thanks Matthew. Unfortunately, the Flex Data Grid has its own set of problems which preclude using it (I've already tried and it's not going to cut it). I'm probably going to have to write my own custom Data Grid, which isn't the worst thing. It won't be bloated because it will only do exact

Re: [Flashcoders] on exit/close event

2007-12-19 Thread Andrew Sinning
Thank Robert. I'll give this a try! Robert Hadsell wrote: Putting an onPreUnload javascript function in the page's Body tag might be more reliable. As I understand it, this function was conceived to force what you want to happen to go to completion before the page is actually closed. -- Bo

RE: [Flashcoders] on exit/close event

2007-12-19 Thread Robert Hadsell
Putting an onPreUnload javascript function in the page's Body tag might be more reliable. As I understand it, this function was conceived to force what you want to happen to go to completion before the page is actually closed. -- Bob Hadsell> Date: Wed, 12 Dec 2007 13:17:16 -0500> From: [EMAI

Re: [Flashcoders] Internet

2007-12-19 Thread Glen Pike
It's a place where Canadians are wide :) Steven Sacks wrote: http://www.gamerevolution.com/goodie/movies/internet "What is Internet?" ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcod

RE: [Flashcoders] AS3 drag-and-drop data grid

2007-12-19 Thread Matthew James Poole
The Flex data grid can do this. Obviously you are using flash, but you could have a Flex swf with just the datagrid and load it in exposing the API via code (or by local connection if that doesn't work). -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Ste