I have an Audio Recorder created in flash. Currently it records audio and saves it in .flv format.(I am using AS2.0) My question is: Is there any way by which I can record and save audio in .mp3 format, directly?
Thanks in advance.
...
Most useful ActionScript packages / libraries for flash games
...
Is there a way to change the position of the registration point inside a Movie Clip using Flash5 ?
I've found stuff online for older Flash versions but not CS5.
...
I have an ArrayCollection [{category: "fiction", title: "The Time Machine", author: "H.G. Wells"},...] of objects from which I want to create checkboxes that:
Are divided into sections with section headers
Are displayed horizontally, i.e. the checkboxes appear left to right and continue onto the following line
Anyone know how to achi...
I have a dynamic text box in a Flash AS3 project. I've attached a UIScrollBar component to it which works great if there's more text than display room.
I want to be able to hide the scrollbar when there's more display room than text. I can't seem to find anything about it in AS3. Does anyone know the property I should be looking for ...
Like the title say's, is it possible to send data to my flash movie after it has been loaded?
More specific: I have a flash-movie with an image in it, and from the outside I would like to be able to alter it by sending fe. '?color=FF00FF' to the movie.
Is there a way to catch this variable in flash?
...
Does anyone know how accurate flash timing is and its ability to identify the client monitor's refresh rate? I need to be able to calculate time durations with up to 10 milliseconds accuracy of response time. Also if it is off, is there a way to possibly calibrate the response based on monitor refresh rate and action to make sure the v...
Is there a way to get a button to work that is under a mask in Flash CS5?
...
Hi Stackers, so I have a JSON link that contains a couple of nodes (not sure what you call them in JSON) that I need to put into arrays in ActionScript, but I'm still having trouble trying to trace out all the specific node content.
I found a similar question here, but the fix just showed how to trace out the entire JSON file (which sho...
I'm trying to use AS3_Shim in my alchemy code but it doesn't seem to be working. It always returns a NULL function pointer. There don't seem to be any examples of AS3_Shim's use, so I'm not sure what I'm doing wrong. Here is some example code:
static AS3_Val thunk_logtest(void *self, AS3_Val args) {
// warning: this leaks
AS...
I have a big loop in actionscript that sends lots of data to an url:
for(var i=0;i<1000;i++) {
var request:URLRequest = new URLRequest();
request.url = url;
request.method = URLRequestMethod.POST;
request.data = data;
var loader:URLLoader = new URLLoader();
loader.load(request);
}
The problem is because URLLo...
I have to play flash (swf) in my program when the user clicks on a link. Which is best? Concentrate on android 2.2 and use the Adobe Flash Player, or what do you recommend? I have tested WebView, but can not play swf in the emulator. HTC has a custom flash player but it feel like a limitation.
Some code samples to play swf in android t...
Hi,
there is a flash application which has a "Fullscreen" functionality. That simply means that there is a link within the flash application called "Fullscreen". And when you click on the "Fullscreen" link a fullscreen mode appears.
Here is the flash application:
http://issuu.com/qslibrary/docs/qs-mba-career-guide-spring-2010?documentI...
Is their a built-in way to show a message box in adobe air.
I'm using air with the Flash IDE BTW.
...
In creating a RIA, what are the advantages and disadvantages of each approach?
...
i created a 3d model using sketchup and exported it as a DAE file.
then i try to import the model into papervision, but the model never appear.
when i use the DAE file provided in the examples, it works. only when i tried to create my own models, it doesn't work. does this have anything to do with sketchup?
...
Hello SO community,
Yet another issue along my web development escapades that has me quite stumped. I recently had to decompile a swf file using the Trillix SWF Decompiler. I now need to recompile the directory (flex project) Trillix has given me. I do not have flex builder nor plan on learning or using it ever so I donwloaded the co...
I have a Flash player creating a LSO (for the moment I can't alter the Flash files) and I want to make the LSO created files work across different machines.
I'm assuming I want to upload the LSOs to the server and then have them download when a user has logge in. Is anything like this possible?
...
hello,
looking for flip page software, that is with nice features like http://page-flip.com, but it also need to have have ability to flip one page, like http://www.jquery.info/scripts/jFlip/demo.html, and two pages also, like page-flip.com.
it can be gpl, but also it can be commercial....
any advice?
...
I have an actionscript file that I am trying to export from Adobe Flash Builder 4. The program reads in a json.txt file. It works fine when I run it and view it in a browser. I then right-click on the .as file, and choose 'export' -> 'release build' and save it on my computer.
Then, when I open up the .html file, it can no longer load ...