import flash.display.LoaderInfo;
import flash.events.MouseEvent;
click_btn.addEventListener(MouseEvent.CLICK, onButtonClicked);
function onButtonClicked(e:MouseEvent) :void {
if (root.loaderInfo.parameters.clickTAG.substr(0, 5) == "http:")
{
navigateToURL(new URLRequest(LoaderInfo(root.loaderInfo).parameters.clickTAG), "_blank");
}
}
CS3 is there a way to make super video blox to work?
-
i know that youtube api is dead and i wanna know if there's a way to make
it work with a working one?
1 day ago
0 comments:
Post a Comment