Questions tagged as 'actionscript-3'

1
answer

Obfuscate code in ActionScript 3.0 in SWF in Flash?

I found this program called Sothink SWF Decompiler that reverse-engineers .SWF by converting them to .FLA , leaving even the whole file schedule visible and open to the user. Is there any method of obfuscating the code within a .SWF so...
asked by 19.02.2014 / 17:13
1
answer

Call external file by Div

In the script below it is possible to call an external file through this <div> <div id="script" class="#"></div> Look at this snippet of the script: https://'+id+'?= How do I get through <div>...
asked by 19.08.2014 / 18:05
1
answer

Using StageWebView

I need to implement an Application to display HTML text already formatted, these texts are with images. I found two options: WebView - But I can not use it as a component, just instantiating and playing on the screen. RichEditableText, this w...
asked by 05.12.2014 / 13:33
1
answer

URLloader error - flex

I'm creating an application in flex (AS3), where I need to get information from an external url. However when using URLloader the error occurs:    "Error # 2044: Unhandled securityError :.text = Error # 2048: Security   sandbox violation: "...
asked by 21.08.2014 / 19:30
3
answers

Transparency of a SWF with wmode = transparent does not work in Firefox [closed]

I need to display a SWF with transparency. <wmode = transparent> is working in all browsers, except in Firefox. What can it be? <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="root"...
asked by 15.09.2014 / 18:33
0
answers

How can an external swf access the stage within the document class?

I have a main swf that loads other swfs. Everything works correctly with the code below that is inside the main swf ( sketch ): var loader:Loader = new Loader(); stage.addChild(loader); loader.load(new URLRequest('external.swf')); However,...
asked by 06.12.2016 / 15:37
0
answers

Character invalid when exporting to CSV Flash

When I export a DataGrid to .csv the characters of my header that contains accents will be formatted invalid. private function onExportToCSV():void { var fileReference:FileReference = new FileReference...
asked by 06.07.2015 / 16:17
1
answer

Touch Flash action script 3

Why does this happen? I created a circle that converted it into a BUTTON, and I give it any action, if I leave one of my fingers pressed on the screen outside the circle, and touch it with my other finger it does not perform any kind of actio...
asked by 03.06.2015 / 14:19
1
answer

Mobile development with Adobe AIR

I'm trying to develop a chat, with custom listview for video, images and so on. but it's causing a lot of lag. Lock all that's the way! Even the touch, when you move from screen to screen. Has anyone had a problem with this and can you hel...
asked by 30.07.2014 / 00:20
1
answer

* public class *, what is its function in the action script?

Good people, I'm trying to learn ActionScript 3.0 to understand how the source of a game works, because it has a part of the script that I can not find a good explanation on the internet that is public class , in following code: package {...
asked by 16.06.2018 / 19:31