0

我正在尝试在 FDT 5 IDE 中为此库创建一个项目我创建了一个新项目:

File->New FDT Project->Web->AS3然后完成

在此处复制文件表格:https ://github.com/jwagener/recorder.js/tree/master/flash

但是 IDE 显示项目中存在问题:

Description Resource    Path    Location    Type Could not resolve type reference to 'flash.utils.ByteArray' at line 576 column
25. MultipartURLLoader.as   /recorder/src/ru/inspirit/net   Unknown Flash Problem Could not resolve type reference to 'flash.utils.ByteArray' at line 581 column
39. MultipartURLLoader.as   /recorder/src/ru/inspirit/net   Unknown Flash Problem Incompatible types ByteArray and ByteArray. Found at line 184 column
37. MultipartURLLoader.as   /recorder/src/ru/inspirit/net   Unknown Flash Problem Incompatible types ByteArray and ByteArray. Found at line 447 column
24. MultipartURLLoader.as   /recorder/src/ru/inspirit/net   Unknown Flash Problem Unexpected Token playingProgressTimerHandler at line 103 column 69.   Recorder.as /recorder/src   Unknown Flash Problem Unexpected Token playingProgressTimerHandler at line 103 column
69. Recorder.as /recorder/src   Unknown Flash Problem Unexpected Token statusHandler at line 186 column
61. Recorder.as /recorder/src   Unknown Flash Problem Unexpected Token statusHandler at line 186 column
61. Recorder.as /recorder/src   Unknown Flash Problem Wrong number of arguments. Expect at least 2 but have found 1. Found at line 103 column 25.   Recorder.as /recorder/src   Unknown Flash Problem Wrong number of arguments. Expect at least 2 but have found 1. Found at line 186 column 15.   Recorder.as /recorder/src   Unknown Flash Problem You cannot assign 'ByteArray' to 'ByteArray'. Found 'fileContent;' at line 189 column
21. MultipartURLLoader.as   /recorder/src/ru/inspirit/net   Unknown Flash Problem You cannot assign 'ByteArray' to 'ByteArray'. Found 'fileContent;' at line 583 column
22. MultipartURLLoader.as   /recorder/src/ru/inspirit/net   Unknown Flash Problem

我对 AS 开发真的很陌生,我只想重新编译 sa 说的库。

希望有人可以提供帮助。

4

1 回答 1

0

您需要先完成 FDT 设置教程。如果我没记错的话,您需要 Flash Player 9+ 才能使用 ByteArray 类。但是,Flash Player 11 是您最安全的选择。下载 Flex SDK 并使用以下两个教程之一进行设置:

http://fdt.powerflasher.com/2008/10/creating-flash-player-10-projects-with-fdt-beta/ http://www.applicationdomain.net/post/2008/05/26/Setting- up-FDT-for-Flash-Player-10

希望有帮助。

于 2012-05-08T07:06:28.683 回答