2011-11-10 65 views
0

嗨,大家好我希望下面當頁面卸載使用JavaScript和Flash我有Flash和JavaScript的一個問題

<script type="text/javascript"> 
(function save() { 
    var appWidth = 24; 
    var appHeight = 24; 
    var flashvars ={ 
     'event_handler': 'microphone_recorder_events', 
     'upload_image': 'images/upload.png' 
    }; 
    var params = {'name' :'wmode',' value' : 'transparent'}; 
    var attributes = {'id': "recorderApp", 'name': "recorderApp"}; 
    swfobject.embedSWF("recorder.swf", "flashcontent", appWidth,  appHeight, "10.1.0", "", flashvars, params, attributes); 
}); 
</script> 
+0

不要問你的問題。請詳細描述你的問題。什麼時候應該叫什麼?在哪裏應該點擊。什麼是卸貨? – DanielB

回答

0

來調用的代碼點擊你可能需要觸發從JavaScript閃蒸事件。檢查這個article的解決方案。