RE: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread Kevin Aebig
Even though Flex is a solid answer, you can still do this directly with
Flash by breaking up the various pieces into a wizard type app and using
remoting.

Cheers,

!k

-Original Message-
From: [EMAIL PROTECTED]
[mailto:[EMAIL PROTECTED] On Behalf Of hidayath q
Sent: Friday, March 24, 2006 10:15 PM
To: flashcoders@chattyfig.figleaf.com
Subject: [Flashcoders] Enourmous data Transfer by Flash.

Hi guyz,

I have been assigned a Inhouse project to be developed in Flash.Its a online
registration of resume from the applicant and to searching the posted resume
in different catogory by the Manager to sort out the resume.this project is
almost like a application with nearly 20 tables and more forms and enormous
amount of data to be passes in and out of Database.

Is it feasible to develop a appication like this in flash.if so what
kind of method i should adopt for the best result to develop the application
in Flash.

I really need u r help before i start this project.thank u in advance.

Regards,
S.Hidayath.
___
Flashcoders@chattyfig.figleaf.com
To change your 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


___
Flashcoders@chattyfig.figleaf.com
To change your 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


RE: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread stacey
Break it apart by process - login, registration, search, enter, edit, etc.
That will then break up the amount of information you are passing back and
forth - remoting would be ideal, but if you could still manage using a
drill down type of approach for retrievals - first you get the top level
info, someone clicks on it, it makes another call to get teh details of
that item.


 Even though Flex is a solid answer, you can still do this directly with
 Flash by breaking up the various pieces into a wizard type app and
 using remoting.

 Cheers,

 !k

 -Original Message-
 From: [EMAIL PROTECTED]
 [mailto:[EMAIL PROTECTED] On Behalf Of hidayath
 q Sent: Friday, March 24, 2006 10:15 PM
 To: flashcoders@chattyfig.figleaf.com
 Subject: [Flashcoders] Enourmous data Transfer by Flash.

 Hi guyz,

 I have been assigned a Inhouse project to be developed in Flash.Its a
 online registration of resume from the applicant and to searching the
 posted resume in different catogory by the Manager to sort out the
 resume.this project is almost like a application with nearly 20 tables
 and more forms and enormous amount of data to be passes in and out of
 Database.

 Is it feasible to develop a appication like this in flash.if so what
 kind of method i should adopt for the best result to develop the
 application in Flash.

 I really need u r help before i start this project.thank u in advance.

 Regards,
 S.Hidayath.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your 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


 ___
 Flashcoders@chattyfig.figleaf.com
 To change your 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



___
Flashcoders@chattyfig.figleaf.com
To change your 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


Re: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread elibol
Theoretically Flex is better fit for the job, but practically speaking, I
wouldn't recommend Flex at this time. If you already have experience with AS
2.0 and the Flash IDE, learning to use Flex builder, MXML, and AS 3.0 will
take time away from your production schedule, and with beta products, f*eatures
are subject to change in future releases*, there won't be backwards
compatibility.

M.

On 3/24/06, hidayath q [EMAIL PROTECTED] wrote:

 Hi guyz,

 I have been assigned a Inhouse project to be developed in Flash.Its a
 online
 registration of resume from the applicant and to searching the posted
 resume
 in different catogory by the Manager to sort out the resume.this project
 is
 almost like a application with nearly 20 tables and more forms and
 enormous
 amount of data to be passes in and out of Database.

 Is it feasible to develop a appication like this in flash.if so what
 kind of method i should adopt for the best result to develop the
 application
 in Flash.

 I really need u r help before i start this project.thank u in advance.

 Regards,
 S.Hidayath.
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your 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

___
Flashcoders@chattyfig.figleaf.com
To change your 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


Re: [Flashcoders] Enourmous data Transfer by Flash.

2006-03-26 Thread Johannes Nel
Theoretically Flex is better fit for the job
huh? do you mean as3 and the 8.5 runtime is better. yes that would be true,
but flex 1.5 is as apt as flash for large data transfers.


On 3/26/06, elibol [EMAIL PROTECTED] wrote:

 Theoretically Flex is better fit for the job, but practically speaking, I
 wouldn't recommend Flex at this time. If you already have experience with
 AS
 2.0 and the Flash IDE, learning to use Flex builder, MXML, and AS 3.0 will
 take time away from your production schedule, and with beta products,
 f*eatures
 are subject to change in future releases*, there won't be backwards
 compatibility.

 M.

 On 3/24/06, hidayath q [EMAIL PROTECTED] wrote:
 
  Hi guyz,
 
  I have been assigned a Inhouse project to be developed in Flash.Its a
  online
  registration of resume from the applicant and to searching the posted
  resume
  in different catogory by the Manager to sort out the resume.this project
  is
  almost like a application with nearly 20 tables and more forms and
  enormous
  amount of data to be passes in and out of Database.
 
  Is it feasible to develop a appication like this in flash.if so what
  kind of method i should adopt for the best result to develop the
  application
  in Flash.
 
  I really need u r help before i start this project.thank u in advance.
 
  Regards,
  S.Hidayath.
  ___
  Flashcoders@chattyfig.figleaf.com
  To change your 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
 
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your 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




--
j:pn
http://www.lennel.org
___
Flashcoders@chattyfig.figleaf.com
To change your 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