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...
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...
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...
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...
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...
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...
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...
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...