Questions tagged as 'flash'

1
answer

Adobe Air integrate Flex Componets

I'm developing a project through Adobe AIR and Action-Script 3, I found that UI Components does not support mobile, ie in Android or iOS they do not scroll-bar down and up with your finger . As far as I can tell, it has the Flex Framework fun...
asked by 22.11.2015 / 18:54
2
answers

Using Flash Professional, how do I import classes from an ActionScript file?

In my project I have the ListLoader class, responsible for interpreting a list and uploading files described in it.   My goal is to be able to save this and other classes in a .as extension file and be able to import it into my current project a...
asked by 25.07.2014 / 17:24
1
answer

Adobe Air iOS - FileOffset error

Well, I'm currently developing for iOS in Adobe Air in Ad-hoc distribution mode. I am currently using these technologies: Adobe Air 18 Adobe Flash Player 17 Adobe Flash Builder 4.5 Adobe Flash Professional CC 2015 When I publish...
asked by 31.08.2015 / 17:05
1
answer

What is the best IDE to program in AS2?

I will start programming in an AS2 application and would like to know which IDE to use. I searched and found these two: FlashDevelop and IntelliJ IDEA . I've worked with Android Studio, which is said to be very similar to IntelliJ an...
asked by 29.04.2015 / 22:29
1
answer

Clock in Action Script

I created a watch on Action Script to use as content for Digital Signage with 6 countries' time, but I'm having a problem with daylight saving time. I used getHours to pick up schedules and applied the spindle difference with simple...
asked by 16.07.2014 / 16:12
1
answer

Doubts with ActionScript Classes and Objects

Description of the Project I'm developing a slide catalog, in which there are photos and texts, which are loaded dynamically from urls provided in a list. Load list that has this format: nome_do_item url_da_sua_imagem url_da_sua_descriçã...
asked by 23.07.2014 / 14:23
1
answer

Start application on a specific monitor in Adobe AIR

I'm developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors the computer has, and calculates using a rectangle to popular them. This way it's all right, my question is why the mouse has de...
asked by 12.08.2015 / 10:20
1
answer

Error loading multiple swf in html

I've created a report in ASP.NET and HTML which loads swf files into a for . The problem is when the for is large and it needs to load several .swf files in the same report the flash simply does not run and gets marked with an exclamat...
asked by 19.12.2014 / 15:30
1
answer

Error loading web address XML file

I have a flash game where I load the words through an XML file ie: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) { parsePalavras(); } else {...
asked by 05.02.2015 / 11:51
0
answers

How to detect when 3 equal numbers come out and show a message?

Good afternoon, I'm making a scratchpad in ActionScript and PHP. I have 9 boxes and when I click the buy button it goes to a PHP file and it generates in a loop a rand of random numbers to be shown, when clicked on the boxes, what I intend now a...
asked by 10.01.2017 / 18:09