flambe icon indicating copy to clipboard operation
flambe copied to clipboard

Flambe Build Flash IDataOutput

Open justnajm opened this issue 10 years ago • 3 comments

Hi,

For some reason unable to build flash.

command: flambe build flash produce error: C:\HaxeToolkit\haxe\std/flash/utils/IDataOutput2.hx:3: lines 3-4 : Class not found : IDataOutput

justnajm avatar Aug 05 '14 07:08 justnajm

What version of Haxe are you running?

aduros avatar Aug 07 '14 19:08 aduros

It almost looks like you changed the name of IDataOutput to IDataOutput2 by accident..

markknol avatar Aug 07 '14 21:08 markknol

Its 3.1.3 release 2014-04-13.

I am also using openfl. I had a problem in that too i.e startDrag was not working in html5 build. Then I removed the tag which is mention in openfl html5 docs and startDrag work now.

Following are the lines from IDataOutput2

package flash.utils;

extern interface IDataOutput2 extends IDataOutput { }

justnajm avatar Aug 08 '14 18:08 justnajm