Hi everyone
I'm french so sorry for my poor english
I've created some swf projects, all with amfphp2.
With IE or Aurora, all is fine but with Chrome, the swf read the data but not update them.
I've made a lot of research and nobody can response about my problem.
I've monitored with Fiddler2 (a web debugger) and the connections to the folder AmfPHP2 were corrects without errors mentionned.
The swfs use a Local Shared Objects as params for the services of AmfPHP.
But if this LSO was the origin of the issue (with Google Chrome), could the services read the data but not update them ?
Thanks for your attention
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
it seems amfphp is working ok, so you're probably not posting to the right forum. But here's something that might help: Chrome has its own version of flash embedded, I recall, so it might not work because of that
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Thanks for your response, ariel. Your work is great.
I disabled the embedded Flash and enabled Flash from the folder Macromedia and nothing changes.
It's very difficult to debug because the scripts (PHP and AS3) run well on IE and Aurora.
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
Hi everyone
I'm french so sorry for my poor english
I've created some swf projects, all with amfphp2.
With IE or Aurora, all is fine but with Chrome, the swf read the data but not update them.
I've made a lot of research and nobody can response about my problem.
I've monitored with Fiddler2 (a web debugger) and the connections to the folder AmfPHP2 were corrects without errors mentionned.
The swfs use a Local Shared Objects as params for the services of AmfPHP.
But if this LSO was the origin of the issue (with Google Chrome), could the services read the data but not update them ?
Thanks for your attention
it seems amfphp is working ok, so you're probably not posting to the right forum. But here's something that might help: Chrome has its own version of flash embedded, I recall, so it might not work because of that
Thanks for your response, ariel. Your work is great.
I disabled the embedded Flash and enabled Flash from the folder Macromedia and nothing changes.
It's very difficult to debug because the scripts (PHP and AS3) run well on IE and Aurora.
time for traces, step by step debugging, good luck!