Tagged Questions
0
votes
1answer
38 views
Can't get air app to load html file included in project
I would like to use JavaScript in my air application but can't get the air app to load the loacal (included) html file.
This is the content of the html file:
<html>
<head>
<script>
...
1
vote
1answer
151 views
Flashdevelop for webgl with haxe & stdjs
I am currently trying to get an instance of the WebGL context in HaXeJS using FlashDevelop. I would like to use the stdjs library.
I have imported the dependencies using haxelib with:
haxelib git ...
2
votes
1answer
297 views
ExternalInterface to use as3's addEventListener in javascript
How can you make an EventDispatcher extended class's "addEventListener" visible to javascript by the mean of ExternalInterface, and how to make it work with javascript functions in order to call js ...
1
vote
1answer
653 views
FlashDevelop - Compiled SWF/HTML does not work in IE9
I have the most weirdest problem with Flash Player and FlashDevelop (to be honest, dont know which one causes it), so let me explain.
I have recently downloaded FlashDevelop and created an AS3 ...
0
votes
2answers
451 views
Flashdevelop issue with publishing
I have created a simple flash object to redirect a browser to a different webpage using "navigatetoURL" while getting the URL from externalinterface calls to the javascript that the page doing the ...