Most voted "flash" questions
Flash is a multimedia platform for developing applications that contain animations, audio and video, widely used in the construction of advertising ads and interactive web pages. If the question is not about "Flash", do not use this tag, even if you are using "Flash" in your project.
Learn more…45 questions
Sort by count of
-
8
votes2
answers719
viewsFilling Flash objects with solid colors and textures
I’ve been a Java programer for a while and now I’m creating a kind of Flash based coloring book in that video. Today there is a color palette, when clicking on the color and then in the drawing that…
-
6
votes1
answer1448
viewsHow to enable Flash Player in Javascript browser?
Is there any way to enable Flash Player via Javascript in the browser like at that link?…
-
4
votes1
answer1102
viewsHow to give Play/Pause in a SWF contained in an HTML?
My HTML is like this: <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="550" height="440" id="movie" align=""> <param name="movie" value="swf-file.swf"> <param…
-
4
votes1
answer396
viewsHow to prevent Adsense links from opening in new tab
Is there any method to prevent my site from opening links in a new tab and making them open in it? And the other way around? Thank you. Edit: I use Google Adsense. Some ads open in the same tab,…
-
4
votes2
answers78
viewsHide controls for flash (swf)?
How is the correct way to hide the controls in the SWF? For when the user right-click does not appear the options... These are the controls: This image here is what I want it to be about: I don’t…
-
3
votes1
answer144
viewsHow to detect which swf was loaded
I wonder if it is possible to detect when swf is loaded: Follow the code: <object id="teste" name="teste" type="application/x-shockwave-flash" data="120x600.swf" width="550" height="400"…
-
3
votes1
answer106
viewsIs it possible to use 3 webcams at once using Flash AS3?
I am using the code below to display 3 webcams at once. But it only works with 2. getCamera("0") and getCamera("1") = okay getCamera("1") and getCamera("2") = okay getCamera("0") and getCamera("2")…
-
3
votes1
answer135
viewsnavigateToURL is not sending POST
I’m trying to send parameters from actionscript to the php, I looked up the following page: Send variables using POST I did it right, but the moment you perform navigateToURL(urlRequest, '_self');,…
-
3
votes0
answers47
viewsBlue spot in interaction with video
I have a huge problem. I have a flash application that captures images and the name of the user who is logged in to our site. We display a video and overlay this information (image and name) over…
flashasked 9 years, 2 months ago Fernando Pimenta 31 -
3
votes1
answer72
viewsAdobe Air integrate Flex Componets
I am developing a project through Adobe AIR and Action-Script 3, I found that the UI Components do not have mobile support, ie on Android or iOS they do not scroll-bar down and up with your finger.…
-
3
votes0
answers268
viewsHow to make flash animation like a scratch card?
I’m doing a flash slushee and I’ve got nine boxes of gray color that you’re doing right now and when I click on the boxes it changes color and shows me the random numbers of luck, what I want to do…
-
3
votes3
answers1526
viewsHas Actionscript become useless?
With the advent of HTML5 and CSS3, it is correct to state that the language Actionscript used in applications Flash became a "dead" language or it was used in some other Adobe application?…
-
3
votes0
answers102
viewsHow to detect when 3 equal numbers come out and show a message?
Good afternoon, I’m making a scratch card in Actionscript and PHP. I have 9 boxes and when I click the buy button it goes to a PHP file and generates in a cycle is a Rand of random numbers to be…
-
2
votes1
answer90
viewsClock in Action Script
I created a clock in Action Script to use as content for Digital Signage 6 countries, but I have a problem with daylight saving time. I used getHours to pick up the schedules and applied the…
-
2
votes1
answer229
viewsDoubt with Actionscript3 Classes and Objects
Description of the Project I’m developing a slide catalog, where there are photos and texts, which are dynamically loaded from urls provided in a list. Load list displaying this format: nome_do_item…
-
2
votes2
answers343
viewsUsing Flash Professional, how to 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 save, this and other classes, in a file extension ". as" and be able…
-
2
votes1
answer227
viewsAction Script 3.0 Function does not receive parameter
I’m having a problem with parameters for my function. It’s not getting the parameter I pass to it. Follow the code below: function gerarescala(e:MouseEvent):void { var tom:String = texto.text; var…
-
2
votes1
answer170
viewsWhat is the best IDE to program in AS2?
I will start programming in an AS2 application and would like to know which is the best IDE to use. I searched and found these two: Flashdevelop and Intellij IDEA. I’ve worked with Android Studio…
-
2
votes1
answer196
viewsError loading multiple swf into html
I created a report on ASP.NET and HTML uploading files .swf (flash) within a for. The problem is when the for is big and it needs to load multiple files. swf in the same report the flash simply…
-
2
votes1
answer277
viewsError loading web address XML file
I have a flash game where I load the words through an XML file: var carregaPalavras:XML = new XML(); carregaPalavras.ignoreWhite = true; carregaPalavras.onLoad = function(success) { if (success) {…
-
2
votes1
answer277
viewsStart application on a specific monitor in Adobe AIR
I am developing an application in Adobe Air exe that uses 2 monitors, the application calculates how many monitors have the computer, and calculates using a Rectangle to popular the same. Here it is…
-
2
votes1
answer35
viewsAdobe Air iOS - Fileoffset error
Good, I am currently developing for iOS in Adobe Air in Ad-hoc distro mode. I’m currently using these technologies: Adobe Air 18 Adobe Flash Player 17 Adobe Flash Builder 4.5 Adobe Flash…
-
1
votes2
answers267
viewsHow to use cookies or other local storage in Flash?
I would like to persist some information in the program I am doing in Flash. I need to save primitive data from internal controls of my application, and thought of something like a local XML or a…
-
1
votes3
answers82
viewsTransparency of a SWF with wmode=Transparent does not work in Firefox
I need to display a SWF with transparency. O <wmode = transparent> is working on all browsers except Firefox. What? <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%"…
-
1
votes2
answers243
viewsHow to run a flash file(.swf) on an ASP.NET page?
I have an ASP.NET Webforms application and want to know how to run a flash file(.swf), on a div of an ASP.NET page.
-
1
votes1
answer97
viewsFlash->php->Mysql
Here I am with one more question of actionscript, I’m going to be very objective. In the flash I drew an automobile, the 2 wheels are 1 button, which when clicked performs an sql query to a table…
-
1
votes2
answers18770
viewsOnline Video Player that runs video files . mkv and . mp4
I wonder if there is any video player plugin online that has to run mkv and mp4 files online with file Urls straight from the server already tried Jwplayer the DIVX Web video the first only accepts…
-
1
votes1
answer85
viewsProblem with flash games cache
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…
-
1
votes0
answers34
viewsInvalid character when exporting to Flash CSV
When I export a DataGrid for .csv the characters of my header which contains invalid-formatted fictional accents. private function onExportToCSV():void { var fileReference:FileReference = new…
-
1
votes0
answers107
viewsFlash, javascript and Html5 canvas
Hi I slider in flash player with Html5 canvas and published now I need to put it inside the div of my file but I’m not getting, the screen turns black when I replace the html file made by flash, and…
-
1
votes0
answers110
views2 Flash canvas animations on the same HTML page
I need to put 2 Flash animations on one page, appears only 1 animation, the other is blank. I tried to make 2 "inits" but it didn’t work, When I went to export, I managed to libs with different…
-
1
votes1
answer159
viewsHow to capture the text of nested Ivs in an elegant way?
This post explains how to copy plain text to the clipboard using Zeroclipboard. But a reader brought a doubt: how to take the content of a <div> with several daughters within it? When we use…
-
1
votes1
answer25
viewsProblem with SWF
I have a swf file and I can’t in any way put it on a page. I’ve tried every way and it doesn’t work. The problem is that this swf is a virtual tour and the customer wants it because they want it. ..…
-
1
votes0
answers83
viewsIframe blocking flash property
I need to add an iframe of the game TRANSFORMICE. Sounds easy, right? Being: <iframe src="http://transformice.com" frameborder="0" width="100%" height="100%" ></iframe> However, there is…
-
0
votes1
answer243
viewsFlash iframe over div with z-index: 9999
Some components of my Flash chat are above the div header. As you scroll the screen, these components disappear and reappear. Follow the image: I don’t have access to Flash, that’s the problem,…
-
0
votes2
answers469
viewsNodejs or flash solution for streaming live video!
Hello, I have posted several messages on the subject but I have not yet achieved a definitive solution, I need to do streaming live video and that the player that will stream runs on any browser…
-
0
votes1
answer76
viewsFinish youtube video soaked in as3
I’m using a Youtube video embedded in a flash. When the video ends, it gets the default youtube screen of end of video, and suggests videos to the user. There is a way to set the video to pause in…
-
0
votes0
answers92
viewsControl Main SWF via an external SWF
In the actionscript2 was possible, but in the actionscript3 I can’t do it. Here’s the thing, I have a main SWF file that contains some movieClips. My main file loads another external SWF containing…
-
0
votes1
answer60
viewsAdobe Air iOS - Unload Swf
I wonder if it’s possible to do unload of a swf on iOS. I am currently doing an iOS project using Adobe Air and my class is as follows:: function foo() { var m_lc:LoaderContext = new…
-
0
votes1
answer64
viewsHow to enable right mouse button to display camera settings in scriptcam plugin?
I’m using the plugin scriptcam to capture image by webcam, I am using 2 cameras and need to select the camera when necessary, the problem is that the right mouse button does not activate the flash…
flashasked 8 years, 8 months ago Miguel Batista 2,812 -
0
votes0
answers149
viewsIs it possible to recompile a decompiled flash game with Sothink SWF Decompiler or JPEXS Free Flash Decompiler?
I have many games in the format swf, but I want to collect for swf in Adobe Flash CS6. The problem is that they are in Actionscript 1 and Actionscript 2, how can I recompile? Another problem is that…
-
0
votes0
answers19
viewsAdobe Flash AS 2.0
My problem is that when the character moves diagonally, he doesn’t do the animation (which is the same as -x or x). Here is my script: onClipEvent (enterFrame){ if (Key.isDown(Key.UP)){…
-
0
votes1
answer45
viewsActivate Flash Player with Junit
good afternoon. I’m trying to enable Adobe Flash Player in Headless Chrome, but I’m not getting it. Follows my code: public class testes { @Test public void inicializa() { ChromeOptions options =…
-
0
votes0
answers33
viewsHow to upload multiple flash content without conflicting with the maintimeline of other previously uploaded content using Loader.loadBytes?
In my project, I am trying to save all the swfs loaded in memory to make users free of delay... I can’t and I don’t want to use "Loader.unloadAndStop()" in the Loader. I am saving all content…
-
-1
votes1
answer241
viewsRun Adobe Flash in Google Chrome
I’m getting the message "Restart Chrome to turn on the Adobe Flash Player plug-in", but I’ve restarted, reinstalled, turned the OS off and on, checked for plug-in and browser updates, and nothing…