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>
不要問你的問題。請詳細描述你的問題。什麼時候應該叫什麼?在哪裏應該點擊。什麼是卸貨? – DanielB