Re: [Flashcoders] Q: passing flash form data with NO server side scripting

2006-09-27 Thread Iv
Hello bitstreams,

bmc I have an unusual flash form project in that the hosting provider
bmc doesn't support ANY server side scripting.
- change your provider.

bmc My goal is to simply pass name value pairs from a form...
- SharedObject possible?


-- 
Ivan Dembicki

[EMAIL PROTECTED] || 
http://www.design.ru

___
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] Q: passing flash form data with NO server side scripting

2006-09-27 Thread Julien Vignali

I double Iv... You should really change your provider.
A one-page script could do everything you're trying to achieve and even 
more... PHP is widely available at a very low cost ;-)


Nevertheless, if you are really stuck to this provider, I'm afraid but 
your solution with the server log file doesn't make sense to me... How 
will be able to extract your form data from there? You'll have to post 
anything in a GET (what about special characters or long strings for 
exemple?). How will you know which line you need in the log file? There 
could be a lot of garbage in this file and its size is usually growing 
so you may run into performance problems too on the client side...


Iv a écrit :


Hello bitstreams,

bmc I have an unusual flash form project in that the hosting provider
bmc doesn't support ANY server side scripting.
- change your provider.

bmc My goal is to simply pass name value pairs from a form...
- SharedObject possible?




___
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] Q: passing flash form data with NO server side scripting

2006-09-27 Thread Miles Thompson

At 08:01 AM 9/27/2006, [EMAIL PROTECTED] wrote:


Hi
I have an unusual flash form project in that the hosting provider doesn't 
support ANY server side scripting.
My goal is to simply pass name value pairs from a form...I assume the only 
way I can do this is using sendAndLoad and a LoadVars object. Since the 
hosting provider dooesn't support any server side scripting, instead of 
targeting a specific file on the server, I was simply going to target a 
directory and then retrieve the name value pairs from the server's log file.


Does this make sense?

Any other solutions greatly appreciated!
Jim Bachalo

[e] jbach at bitstream.ca
[c] 416.668.0034
[w] www.bitstream.ca

...all improvisation is life in search of a style.
 - Bruce Mau,'LifeStyle'



Change your provider - their position in this day and age is nuts.
Maybe they don't know what they are doing?

If you really want to play, set up an account at hub.org. BSD system, 
virtual machine, and you can install just about anything in your machine.


Other than that, there are a gazillion providers which offer basic 
databae/scripting.


Regards - Miles  



--
No virus found in this outgoing message.
Checked by AVG Free Edition.
Version: 7.1.405 / Virus Database: 268.12.9/457 - Release Date: 9/26/2006


___
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