Open URL and prevent reload
hello.
i'm integrating swf-file wordpress environment, requests made ajax-calls via jquery (v1.7.2).
in html i'm able submit link doesn't reload entire page when clicking it, parts of it.
i want able same within flash file. 'navigatetourl' automatically reloads entire page.
is there way of passing regular html url request browser or similar?
i didn't find on web this. i'm new actionscript.
button_1.addeventlistener(mouseevent.click, fl_clicktogotowebpage);
function fl_clicktogotowebpage(event:mouseevent):void
{
navigatetourl(new urlrequest("/dienstleistung/entwurfsplanung/"), "_self");
}
any great.
felix
you can use externalinterface class have flash file submit requests function in html page/javascript , let deal have now.
More discussions in ActionScript 3
adobe
Comments
Post a Comment