[Flashcoders] Crossdomain problems

2007-05-30 Thread Gert-Jan van der Wel
Hi list! I'm a developer on the Floorplanner team (check www.floorplanner.com) and I ran into some crossdomain issues. All the furniture elements are separate swf's which are loaded in one by one. For the sake of scalability we are thinking about moving all the furniture swf's to the Amazon S3

Re: [Flashcoders] Crossdomain problems

2007-05-30 Thread Gert-Jan van der Wel
subscription options or search the archive: http://chattyfig.figleaf.com/mailman/listinfo/flashcoders Brought to you by Fig Leaf Software Premier Authorized Adobe Consulting and Training http://www.figleaf.com http://training.figleaf.com -- Met vriendelijke groet, Gert-Jan van der Wel

Re: [Flashcoders] [AS2/JS] problem with cross domain JS,

2008-01-10 Thread Gert-Jan van der Wel
! Sebastian ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Gert-Jan van der Wel Floorplanner [w] http://www.floorplanner.com [e] [EMAIL PROTECTED] [t] +31 616.650.338

[Flashcoders] Bundle swf's on server for transport to client

2008-01-30 Thread Gert-Jan van der Wel
Hi list, I'm working on the Flash app of Floorplannerhttp://www.floorplanner.com/tryit/ and we are having some problems with the loading of all the swf's. The Flash app (AS2) consists of 1 main app that loads several forms (the windows you see, like the library). The library holds a lot of

Re: [Flashcoders] Bundle swf's on server for transport to client

2008-02-04 Thread Gert-Jan van der Wel
application. Greetz Erik On 1/30/08, Gert-Jan van der Wel [EMAIL PROTECTED] wrote: Hi list, I'm working on the Flash app of Floorplannerhttp://www.floorplanner.com/tryit/ and we are having some problems with the loading of all the swf's. The Flash app (AS2) consists of 1 main app

Re: [Flashcoders] Bundle swf's on server for transport to client

2008-02-04 Thread Gert-Jan van der Wel
you resize the images aswell. In that case at the end of the resize just get a new bitmapData (during might be too heavy, something to test I guess). Greetz Erik On 2/4/08, Gert-Jan van der Wel [EMAIL PROTECTED] wrote: Hi Erik, Thank you for your response. I know that something like

[Flashcoders] AS2 SOAP web service

2008-03-31 Thread Gert-Jan van der Wel
Hi everybody, I'm having some trouble with connecting to a SOAP web service from my AS2 app. I need to log in on the web service to use it, but I don't know when I should use the login/pass. I use this script: var service:WebService = new WebService( url ); var call:PendingCall =

Re: [Flashcoders] AS2 SOAP web service

2008-04-01 Thread Gert-Jan van der Wel
://chattyfig.figleaf.com/mailman/listinfo/flashcoders ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com/mailman/listinfo/flashcoders -- Gert-Jan van der Wel Co-Founder CTO Floorplanner.com +31 (0)10 281 0799 +31 (0)6 1665

Re: [Flashcoders] AS2 SOAP web service

2008-04-01 Thread Gert-Jan van der Wel
have a crossdomain.xml policy issue. Kevin N. Gert-Jan van der Wel wrote: Thanks for your suggestion, but it doesn't seem to work... Gert-Jan 2008/4/1, Jason Van Cleave [EMAIL PROTECTED]: you can try and authenticate before you go to the page or hardcode your user/pass like

Re: [Flashcoders] books for flash programming

2008-04-03 Thread Gert-Jan van der Wel
-Jan van der Wel Co-Founder CTO Floorplanner.com +31 (0)10 281 0799 +31 (0)6 1665 0338 [EMAIL PROTECTED] http://www.floorplanner.com skype: gertjan-floorplanner ___ Flashcoders mailing list Flashcoders@chattyfig.figleaf.com http://chattyfig.figleaf.com

[Flashcoders] 2D and 3D floor plans

2008-07-08 Thread Gert-Jan van der Wel
Hi list, Maybe a little spammy message, but I just wanted to let you know that we released a new version of Floorplanner that's now open for beta testers. This version has better 2D/3D integration and it's finally possible to show furniture elements in 3D (using Papervision 3D of course

Re: [Flashcoders] hiring

2008-07-16 Thread Gert-Jan van der Wel
Thanks Sid! We're also looking for an ActionScript/Flash developer to join the Floorplanner team in Rotterdam, The Netherlands. It quite difficult to find good people... Gert-Jan Op 16 jul 2008, om 14:39 heeft Sidney de Koning het volgende geschreven: try http://www.riajobs.org/ Sid

Re: [Flashcoders] hiring

2008-07-17 Thread Gert-Jan van der Wel
and direct mailings are also more effective i think. (This is specific for the dutch users: Have you tried freelance.nl ? ) Good luck! Sid On Jul 16, 2008, at 4:58 PM, Gert-Jan van der Wel wrote: Thanks Sid! We're also looking for an ActionScript/Flash developer to join the Floorplanner team

[Flashcoders] Selling a Flash website

2008-09-29 Thread Gert-Jan van der Wel
Hi everybody, This might be a little off topic, but hopefully someone can help me out. For the last couple of years a friend and I were happily running a project on the side called T-signers.com. It's a site where people can design and order their own custom t-shirts. It's always been a

Re: [Flashcoders] Selling a Flash website

2008-09-29 Thread Gert-Jan van der Wel
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Gert-Jan van der Wel Sent: Monday, September 29, 2008 11:18 AM To: Flash Coders List Subject: [Flashcoders] Selling a Flash website Hi everybody, This might be a little off topic, but hopefully someone can help me out

Re: [Flashcoders] Selling a Flash website

2008-10-06 Thread Gert-Jan van der Wel
Thanks Mike! I'll have a look right away. Gert-Jan 008/10/6 Mike Duguid [EMAIL PROTECTED] On Mon, Sep 29, 2008 at 4:18 PM, Gert-Jan van der Wel [EMAIL PROTECTED] wrote: For the last couple of years a friend and I were happily running a project on the side called T-signers.com. It's

[Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Gert-Jan van der Wel
Hi there, We use filters (shadows and glows) to make the scene look better. At some point a user can print what they've created, but the print shows no filters. Is there an easy way to get the filters on the print? Gert-Jan ___ Flashcoders

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-24 Thread Gert-Jan van der Wel
Hi Jim, Yeah we tried the printAsBitmap option, but it didn't make much of a difference. We're now looking at creating a BitmapData and printing that. Maybe that works. Gert-Jan Op 24 okt 2008, om 15:17 heeft Jim McIntyre het volgende geschreven: Gert-Jan van der Wel wrote: Hi

Re: [Flashcoders] Printing filters from the Flash Player

2008-10-28 Thread Gert-Jan van der Wel
(); delete printBmp; printedImg.unloadMovie(); } } Gert-Jan van der Wel wrote: Hi Jim, Yeah we tried the printAsBitmap option, but it didn't make much of a difference. We're now looking at creating a BitmapData and printing that. Maybe that works. Gert-Jan

[Flashcoders] Access Flash8 MovieClip instance from Flash9 app

2008-11-25 Thread Gert-Jan van der Wel
Hi everybody, We have a lot of content that's created in Flash 8 (separate SWF files). Each file is just an image with a color MovieClip (and instance name). Is it possible to load the F8 content in a F9 application and to access the color MovieClip? Hope someone can help. Gert-Jan

[Flashcoders] T-signers.com for sale

2009-01-29 Thread Gert-Jan van der Wel
Hello everybody, A while ago I mentioned the option of selling T-signers.com on this list. Since then we haven't taken any action, but now the time has come to make a decision. We emailed our users yesterday and I thought it would be nice to give you all a chance to participate.

[Flashcoders] SWIZ + AS3

2009-04-06 Thread Gert-Jan van der Wel
Hi everybody, After seeing Introduction to the Swiz Framework for Flex by Chris Scott I got enthusiastic about SWIZ. I wanted to use it for an AS3 project, but I'm having some trouble getting started. I'm using Eclipse (3.4.2) with FDT 3. I downloaded the swiz.swc and added it to my