Hello.
I'm integrating a swf-file into a Wordpress environment, where requests are made by Ajax-Calls via jQuery (v1.7.2).
In HTML I'm able to submit a link which doesn't reload the entire page when clicking it, but just parts of it.
I want to be able to do the same from within the Flash file. But 'navigateToURL' automatically reloads the entire page.
Is there a way of passing a regular HTML URL request to the browser or anything similar?
I didn't find anything on the web about this. I'm new to Actionscript.
button_1.addEventListener(MouseEvent.CLICK, fl_ClickToGoToWebPage);
function fl_ClickToGoToWebPage(event:MouseEvent):void
{
navigateToURL(new URLRequest("/dienstleistung/entwurfsplanung/"), "_self");
}
Any help would be great.
Felix
North America
Europe, Middle East and Africa
Asia Pacific