0
有沒有辦法讓文件參考在ipad下工作?Adobe空氣打開iPad照片和加載圖像到電影剪輯
該文件參考適用於flash和andriod平板電腦,但不適用於ipad。
/**
* uploadNewBackground
*
* Sets up the position for the panel container and add Event Listener to
* all the buttons for different categories and also container a listener
* for the zoom in and out function
*/
private function uploadNewBackground(e:MouseEvent):void{
var imageFileTypes:FileFilter = new FileFilter("Images (*.jpg, *.png)", "*.jpg;*.png");
_file = new FileReference();
_file.browse([imageFileTypes]);
_file.addEventListener(Event.SELECT, selectFile);
}
一個很好的例子,我只是找到了關於一些信息那非常非常感謝,我會給它一個拍攝,看看它是否有效!再次感謝您的幫助。希望我們的空氣社區也會成長:) – Bruce 2012-03-31 03:16:50
無恥的插件。如果您是IRC用戶,那麼efnet上會有一個大型且活躍的actionscript和flex社區。 irc.netnet.org #actionscript – francis 2012-03-31 03:19:51