That just ended up changing the entire webpage. I want the php page to be viewed from ‘inside’ a frame.
(I’m still somewhat new and trying to learn php and flash right now - I have no programming background)
edit:
I used:
getURL (“display.php” , “_self”, “GET”);
The frame of a movie. Sorry, I thought this being the ‘Flash and Actionscript’ forum that was a given.
WebQS, The particular page I wan’t to load has html and php in it, so how would I urlencode that?
Did I mention, I have no programming experience?
Hey, I’m trying…
Bit busy at the moment, but I’ll see what I can come up with to help in the code dept. Should be pretty simple - the trick would be to replace any special characters such as " and ’ and possibly < > with their urlencoded equivalents.
See the technote at Macromedia.com on urlencoding (search at Flash support). PHP has a urlencode() function built in to the core.