Hello.

i made an swf (With ActionScript 3.0) that exchanges data with php file.
The swf works perfectly fine when on my local host but when i embed the swf in a the page
the swf doesn't work.

The swf runs a php file ( www.mywebsite.com/mypage.php )
and recives data from it ( the swf acts like a simple html form)
is it somehow related? i mean could it be that u cannot access another php page while in a php?
or maybe something else?

Help =/

Recommended Answers

All 2 Replies

Have a look at your server log. Is the server receiving requests from the swf? If yes, are they valid? Put some debugging code in the php script to see if it gets its parameters correctly.

Hmm i'm not sure what debugging code i can use in this case.
sorry i'm kind of new to php.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.