Hello.
I need to read sound stream sent by flash audio in my C++ application (C++ is not a real limitation, it may be C# or any other desktop language).
Now flash app sends audio to another flash app but I need to receive the same audio by desktop application.
So, is there a standard or best way how to do it?
Thank you for your answer...
I have a swf file but I dont have the source. I need to add a link to the object swf but I dont know how. I need to do something like this:
<a href='http://www.mypage.com'><object ....> </a>
is there a way to achieve this?
Thanks in advance
...
any tools that are freely downloadable to convert swf to flv format. (not their trial version)
...
Is it possible to pass constructor arguments to instance objects which I place on the stage? Are the instantiations of instance objects centralized somewhere as with .NET WinForms so I can just edit the xxx = new CustomRecangle() constructor?
public class CustomRectangle extends MovieClip {
public function CustomRectangle(...
How can you run AsUnit test runner from Ant?
I'm on the Mac OS so I use:
open -a "flash player" tests.swf
How can I make this cross platform?
...
I develop a game that will have to load jpg images that now i just put in the same folder where swf file is, in order to load them when it is needed. Is there a way to somehow embed all this stuf in the swf so that i will have to deliver only the swf file?
...
Hello...
I had been made a dress-up game...I arranged the set of dress images into to be the different frames of movieclips with the next button.
When i drag the dress images from frame1 movieclip and put on to the stage(avatar),the images from frame1 movieclip will be dissapeared when i clicked on the next button going to the frame2.H...
I'm loading thumbnails repeatedly in a sequential order. 01.jpg 02.jpg etc.
I need to know if they're failing to be produced. The only way I can think of is to read the creation time of the jpg, so I can verify that it's been updated.
Anyone know the best way to read creation time in jpg in as3? I didn't see that in the headers by pars...
Is it possible to send params to swf using SWFLoader or something like it?
So.. I want to create swf loader (swf) which would be able to send some Application.application.parameters to swf swf I'm triing to load (which are usualy sent to an application from html.)
how to do such thing?
...
I hove some sound coming from microphone. i need to add sound filter to it and to play it to the guy which talks into that microphone.
How to do such thing?
...
What live sound editing\filtering libs are there for flash developers?
...
I have some swf compiled in flex I want to load it into my movie clip in flash pro.
...So how to for example load flex swf inside Flash CS4?
how to do such thing?
...
Hello everybody,
I have a problem positioning a Flash element inside a div tag. The problem is, that the flash element is changing it's size based on the user input. I need a way how I can dynamically get the actual size of the flash element, and to change the behavior of the div element the flash is integrated in. actually I want to pl...
hi, quite a vague question
i'm looking to develop an application that essentially allows the user to upload their company logo and have it appear on an image to simulate what a product might look like with their branding on if that makes sense
does this kind of app have a proper name or search term i could work from?
ideally there'd b...
I have a number of movieclips added to the stage dynamically and positioned relative to the order they were added so they make a nice list with a little space in between. I have a button on each that removes the movie clip from the stage if need. I need to run a function to loop through the remaining movieclips and re position them so th...
I'm looking for a way to use CAPTCHA in a Flash form with an ASP.NET back-end.
...
Is there a tool, any type of programming library, or a way to capture live feed of Flash video and save it? I don't want to capture the screen but rather like to capture the actual feed.
...
Is it possible to allow users to paste image data into a Website? That is, they have an image in the clipboard and can paste it into an HTML Site? (I would then somehow grab the bytes and store them - persistence isn't the problem here)
It needs to be Cross-Browser IE8, FF3.5 and Chrome 4, but I can use browser plugins like Silverlight,...
Question says it all really, but I don't mind if any answers are AS2 or AS3 solutions, just curious really - seems weird that I couldn't find out how to do this really quickly.
...
Actionscript:
System.security.allowDomain("http://" + _root.tdomain + "/");
import flash.net.FileReferenceList;
import flash.net.FileReference;
import flash.external.ExternalInterface;
import flash.external.*;
/* Main variables */
var session_photos = _root.ph;
var how_much_you_can_upload = 0;
var selected_photos; // container for sel...