开发者

Disabling sound of embedded flash object with html

开发者 https://www.devze.com 2023-02-03 17:24 出处:网络
Was wondering how to disable sound from an embedded flash object with 开发者_JAVA技巧html?You can\'t control the sound of a Flash movie in HTML I am afraid. What you can do is set up Javascript functi

Was wondering how to disable sound from an embedded flash object with 开发者_JAVA技巧html?


You can't control the sound of a Flash movie in HTML I am afraid. What you can do is set up Javascript functions with the ExternalInterface object in Flash and you can call those functions from Javascript.

ExternalInterface in the AS3 LangRef: http://www.adobe.com/livedocs/flash/9.0/ActionScriptLangRefV3/flash/external/ExternalInterface.html

If you don't have your Flash source files only the SWF I think you won't be able to do this.

Rob

0

精彩评论

暂无评论...
验证码 换一张
取 消