I'm looking for a solution for capturing audio from a user's microphone and posting it (preferably as MP3) to a server. I need something that I can embed in a web page.
I've seen where Flash can do this, but I understand that this approach requires expensive server-side software from Adobe. I'm not aware of whether Silverlight may pro...
I'm looking for a Flash/Flex component which will create a "popup" editing balloon, similar to, for example, iCal or Google calendar:
Does such a thing exist?
...
Is it possible to put a MovieMaterial on an imported Collada object in Papervision? I can't find anything on the matter on the internet and anything I try on my own is in vain...
Thank you
...
Hi,
I'm trying to get events to register when clicking on a flash object, but I can't seem to get it to work. In the below link, clicking on all the other text fields/buttons registers something, but not for the Flash object. Any ideas?
http://dl.getdropbox.com/u/139980/flash%20events/flash_events.htm
...
I'm trying to upload a file through URLLoader in Actionscript 3, I know it's possible, at least according to the docs, but I can't figure it. So if anyone has done this before I'd love to know what I'm leaving out, specifically, I'm unsure about URLRequest and its data property. I know that my file's data should go there, but I'm unsure ...
how to show a image with AS3 from source like:
"GIF89a,.,...... ..sR....8.d.4..p...%...h..'$W..." etc...
thanks in advance
Leo
...
HI Am NEW TO as3 , can any one help me regarding creation of dynamic buttons and assign click events, please view the attachment picture to know my requirements..
http://i39.tinypic.com/9gkmds.jpg
Pls guide me done this functionality in as3.
Thanks
...
How does any PlugIn work on a web browser ?
In which language is the Flash run time programmed ?
The PlugIns are a part of IE or any web browser, why can't they make system calls ? Are they not security threats ?
...
I have an AS2 swf file which loads a child swf and would like to pass some structured data to the child. I can pass primitive types by just setting properties on the child MC, but complex types lose their values - i.e.:
in parent:
var testObject = new Object();
testObject.valueName = "value";
child_mc.stringProperty = "test";
child_mc...
Hi,
I have the following project structure:
- A Flex Project (SDK 3.3)
- Multiple SWCs with grafics and textfields that are used as components in the Flex project.
Since I have a lot of SWCs that all use the same font in dynamic textfields, I do not want to embed the font in every SWC.
Instead I want to have a library (RSL?) with the fo...
sIFR-replaced text shows normally, hiding regular text without issue. However, every time a page loads on the site I'm developing, the replaced text takes forever (forever in internet-time, that is) to load, and jumps vertically on the page with a long lag before finally settling into place.
...
In a pure programming context (such as structural & OOP), what are the main differences that you find (or must be careful not to be confuse) between Java/C++ and ActionScript? Any other notable or important differences are also welcome.
...
Hi, I have main.mxml and an external class com.audio.AudioPlayer.as
AudioPlayer loads an audio file and has an event for counting bytesLoaded and bytesTotal.
I would like to push the bytesLoaded information continuously as its being loaded into a label on main.mxml from the ProgressEvent.PROGRESS
snd.addEventListener(ProgressEvent.PRO...
Could anyone tell me how to play a SWF file inside a Java application or does anyone know of a free plugin to do this?
TIA
Andrew
...
Hello all. I'm wondering if someone could look over my code. I'm trying to pass a dummy variable from javascript to actionscript 3 with the following code:
HTML:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
id="music_player" width="500" height="375"
codebase="http://download.macromedia.com/pub/shock...
I need to send a picture to flash with external interface (as3)... can not be an url because don't have connection... I'm trying open the image file and send to flash like text but without success
any idea?
...
Hey guys, I'm in sort of a dilemma here. I love the way the JW works and looks and I'd like to include it in my newest project I'm working on. pgn-guild.com/testing.html
I've read through the two threads on this topic already, but nothing seems too conclusive for AS3.0 and JW 4.4 when it comes to using the player in another .swf. I'd li...
I am trying to access files in Amazon S3 bucket with SSL with ActionScript3.
When I use this format...
https://s3.amazonaws.com/bucket.name/filename
I get security sandbox error. "Error #2048: Security sandbox violation: "
When I switch to this format...
https://bucket.name.s3.amazonaws.com/filename
It works like a charm (until I...
I'm trying to add scrolling text to a small mp3 player application I'm working on and I'm running across some problems. Namely, that I'm not that well versed in movie clips.
I was wondering if anyone knew of any good actionscipt 3 tutorials for auto-scrolling text or basic movie clips stuff (frames etc.). I've found lots of tutorials b...
Does anybody know of a free flash obfuscator? All I can find are commercial ones with free trials. I have done numerous google searches, and have been unable to find what I am looking for.
I know that obfuscators do not make your swf hack proof, but they make things harder.
Things I am looking for in an obfuscator:
Unlimited obfusc...