开发者

Flash Projectors and file embedding

开发者 https://www.devze.com 2023-01-09 15:45 出处:网络
Is it 开发者_C百科possible to embed a number of .doc, .xls and pdfs into a Flash projector? Embedding in ActionScript3 looks like this:

Is it 开发者_C百科possible to embed a number of .doc, .xls and pdfs into a Flash projector?


Embedding in ActionScript3 looks like this:

    [Embed(source = "/assets/MyWebCamera/buzzer.mp3", mimeType = "audio/mpeg")]
    public static var Asset_Buzzer:Class;

You will have to change the mimeType and presentation logic for those binary files. At this time there is no built in office file viewer fir flash.

0

精彩评论

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