Questions tagged as 'flash'

2
answers

Filling Flash objects with solid colors and textures

I've been a Java programmer for some time and now I'm creating a kind of Flash coloring book based on in this video . Today there is a color palette, when clicking the color and then in the drawing that part receives the color chosen using...
asked by 09.10.2014 / 15:06
1
answer

How to enable Flash Player in the browser via Javascript?

Is there any way to enable Flash Player via Javascript in the browser as in this link ?     
asked by 24.03.2017 / 13:23
2
answers

Hide controls for flash (swf)?

How is the correct way to hide controls in the SWF? For when the user right click does not appear the options ... These are the controls: ThisimghereiswhatIwantittobeabout: I do not know if it's with <embed> or <ob...
asked by 04.04.2016 / 21:17
1
answer

How to give Play / Pause in a SWF contained in HTML?

My HTML looks 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 name="quality" value="High"> <pa...
asked by 09.05.2014 / 00:21
1
answer

Preventing AdSense links from opening in new tab

Is there any way to prevent my site from opening links in a new tab and having them open in it? It's the opposite? Thank you. Edit: I use Google Adsense. Some ads open on the same tab, others open a new tab. I wanted to block them from openin...
asked by 26.05.2015 / 02:21
1
answer

navigateToURL is not sending POST

I've been trying to send parameters from actionscript to php , I've checked the following page: Send variables using POST I made it right, but at the moment it runs navigateToURL(urlRequest, '_self'); , it always sho...
asked by 08.04.2015 / 19:48
1
answer

Is it possible to use 3 webcams at once using Flash AS3?

I'm using the code below to view 3 webcams at once. But it only works with 2.    getCamera("0") and getCamera("1") = ok% getCamera("1") and getCamera("2") = ok% getCamera("0") and getCamera("2") = no...
asked by 20.11.2014 / 02:38
1
answer

How to detect that the swf was loaded

I wonder if it is possible to detect when swf is loaded: Follow the code below: <object id="teste" name="teste" type="application/x-shockwave-flash" data="120x600.swf" width="550" height="400" onload="alert('carregado')"> <para...
asked by 01.09.2014 / 17:58
0
answers

How to do flash animation type a scratch card?

I'm doing a scratch card in flash and I have 9 boxes with definite color gray what are you doing at the moment and when I click on the boxes it changes color and shows me random numbers of luck, what I want to do and an animation like a real scr...
asked by 11.01.2017 / 10:15
0
answers

Blue spot in interaction with video

I have a problem. I have a flash application that captures images and the name of the user that is logged into our site. We display a video and overlay this information (image and name) on the video. The interaction is working normally and...
asked by 12.09.2015 / 15:04