Questions tagged as 'flash'

1
answer

Action Script 3.0 Function does not receive parameter

I'm having a problem with parameters for my function. She is not getting the parameter I step into it. Here is the code below: function gerarescala(e:MouseEvent):void { var tom:String = texto.text; var escala:Array = new Array('C','C#','Db',...
asked by 15.08.2014 / 22:47
2
answers

How do I use cookies or other local storage in Flash?

I would like to persist some information in the program I'm doing in Flash. I need to save primitive data from my application's inner controls, and I thought of something like a local XML or a cookie . Is it possible to do something like...
asked by 19.05.2014 / 22:20
1
answer

How to capture text from nested divs in an elegant way?

This post explains how to copy plain text to the clipboard using the ZeroClipboard . But a reader came up with a question: how do you get the content of a <div> with multiple child divs within it? When we use the above example...
asked by 29.06.2016 / 22:26
1
answer

Problem with SWF

I have a swf file and I can not put it in a page at all. I've tried it anyway and it does not work .. the problem is that this swf is a virtual tour and the client wants it because he wants it .. <script type="text/javascript"> // <!...
asked by 21.11.2016 / 20:43
1
answer

Problem with cache in flash games [closed]

I'm monitoring a site in a college project and I realized that the moment I open a certain game, it gives an error, varying the error from game to game, some do not load, some take too long to load, another one gives error when entering the game...
asked by 29.06.2015 / 14:34
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

Iframe blocking flash property

I need to add a TRANSFORMICE game iframe. It sounds easy, right? Being: <iframe src="http://transformice.com"frameborder="0" width="100%" height="100%" ></iframe> However, there is a small error (however, considerable): The...
asked by 11.09.2018 / 04:09
0
answers

2 Flash canvas animations on the same HTML page

I need to put 2 Flash animations on one page, only 1 animation appears, the other one goes blank. I tried 2 "inits" but it did not work. When I was exporting, I libs with different names to avoid conflicts. Has anyone ever had anything lik...
asked by 02.02.2016 / 20:23
0
answers

Flash, javascript and html5 canvas

Hi I made a slider in flash player with the html5 canvas and I published it now I need to put it inside the div of my file but I can not, the screen goes black when I replace the html file made by flash, and I put it in my page . I'm testing on...
asked by 04.11.2015 / 07:05
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