Hi all,
I have a flash movie embedded into a php page. i’m basically trying to send a URL without having it navigate away from the flash. This is my code, however it doesn’t seem to work.
a4on_btn.onRelease = function(){
getURL(“Javascript:void(0);”,“http://localhost/iPHC2.1/IPHC-process.php?q=a4+on”);
};
without the javascript:Void, it changes the page, executes the command i want, but i lose the flash.
Any suggestions?
thanks
AJ