我拉我的頭髮,我仍然無法解決這個問題。請告訴我我這些代碼做錯了什麼?
錯誤(NEW):
No Error, but display undefined;cppar=1&[email protected]
CODE(修訂版X3) -
import flash.events.MouseEvent;
import flash.net.URLRequest;
import flash.net.navigateToURL;
var EmailFlashVariable = '[email protected]'
var url:String = root.loaderInfo.parameters.clickTAG + ';cppar=1&EmailURLVariable=' + EmailFlashVariable
var url_request:URLRequest = new URLRequest(url)
mcButton.addEventListener(MouseEvent.CLICK, ADFclicked)
function ADFclicked(event:MouseEvent) {
navigateToURL(url_request, '_blank')
我加入
<param name="flashvars" value="clickTAG=http://www.freescoreonline.com">
在生成的HTML
您可以在第一篇文章中繼續:http:// stackoverflow。com/questions/26745119/expecting-identifer-before-leftbrace/ – akmozo 2014-11-05 17:34:10
沒有人回答並決定創建一個新線程 – 2014-11-05 19:03:00