Skip to main content
Participating Frequently
June 6, 2016
Question

win 10 , firefox , flash can't open local file

  • June 6, 2016
  • 1 reply
  • 463 views

I am  depressed for this problem.

In win 10(1511) ,Firefox(45) ,Can't flash has no response for  FileReference.browse().  File browse window does't show.

<?xml version="1.0" encoding="utf-8"?>

<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009"

    xmlns:s="library://ns.adobe.com/flex/spark"

    xmlns:mx="library://ns.adobe.com/flex/mx" minWidth="955" minHeight="600">

  <fx:Script>

  <![CDATA[

  protected function button1_clickHandler(event:MouseEvent):void

  {

  var f:FileReference=new FileReference();

  f.browse(); // no response.

  }

  ]]>

  </fx:Script>

  <fx:Declarations>

  <!-- 将非可视元素(例如服务、值对象)放在此处 -->

  </fx:Declarations>

  <s:Button click="button1_clickHandler(event)">

  </s:Button>

</s:Application>

This topic has been closed for replies.

1 reply

Participating Frequently
June 7, 2016

Hi,

We have verified this issue on win 10 (1511) Firefox 46 32 bit with FP 21 and the issue is not reproducible.

I would like to know more information about what  FP version you are using? Is Firefox 32 bit or 64 bit?

Participating Frequently
June 7, 2016

what i use is 64bit.

It's weird.

I test 44 ,45, 46 . all of them are 64 bit. and flash version is from 19 to 21.

Today , I update it to 47.0. It does work .

so, in win 10, until 47.0, flash works properly. This must be bug of Firefox.

This issue can be closed.

thanks for your patience.