0
我使用HTML,我想嵌入它並將其鏈接到我的其他網頁。它處於離線模式,我一直在尋找很多,發現這個:如何在swf文件中添加鏈接?
MyClickTagButton.addEventListener(
MouseEvent.CLICK,
function():void {
if (root.loaderInfo.parameters.clickTAG.substr(0,5) == "http:" || root.loaderInfo.parameters.clickTAG.substr(0,6) == "https:") {
navigateToURL(
new URLRequest(root.loaderInfo.parameters.clickTAG), "_blank"
);
}``
}
);
但我不明白的是如何把我的鏈接。因爲我的網站鏈接只有「person.html」,「welcome.html」等。如果您知道如何,請幫助我。我會很感激。
我不認爲你需要'CSS'標籤。我認爲你需要用'ActionScript'標記。 – BSMP 2015-04-02 22:56:08
難道你只需要將嵌入對象包裹在錨標籤中? – tnschmidt 2015-04-02 22:57:04