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

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

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