2012-03-30 50 views
0

有没有办法让文件参考在ipad下工作?Adob​​e空气打开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); 
     } 

回答

2
+0

一个很好的例子,我只是找到了关于一些信息那非常非常感谢,我会给它一个拍摄,看看它是否有效!再次感谢您的帮助。希望我们的空气社区也会成长:) – Bruce 2012-03-31 03:16:50

+1

无耻的插件。如果您是IRC用户,那么efnet上会有一个大型且活跃的actionscript和flex社区。 irc.netnet.org #actionscript – francis 2012-03-31 03:19:51