Im seeking for some reliable flash obfuscator. Price is also important for me, so Im thinking to buy SWF Protector
Made a few testes and as a result: SWF Protector is the only one that breaks Flash Decompilers. Tested protected swf with Sothink and Trillix Decompilers. Both failed to open protected AS3 code.
But before buy it I want to ...
I need to figure out the bit depth / quantization / bit resolution of the microphone channel in Flash. Anybody out there, who knows that?
The sampling rate is pretty simple - one can set/get it with Microphone.rate (to 5,8,16,22 or 44 KHz).
But no clue about the bit depth. It's not mentioned at any Adobe pages as far as I know. There'...
Not sure if too many of you are familiar with SWFUpload. It's a flash/js/php based uploading script. My main issue is that I'm decently fluent in php where I can create a simple mail() script, however, with the various JS files I'm not sure if it'd be better to create the mail function in JS.
If anyone has had experience with SWFUpload ...
I found web-socket-js for running WebSocket in Flash.
If I run WebSocket under Flash, can all browsers with Flash player installed support this?
...
Hi All,
I will take advantage of the fact that this discussion is not answered yet to add some info and narrow down my problem.
You can still download my project from the link below.
It seems that my fla's document class in Flash Pro CS5 is not linked properly to the default application class in Flash Builder 4. What I mean is that w...
Hi again,
I'd like to use AMFPHP and Flash Remoting to set up a system in which an array of objects on the Flash client gets checked against a mirrored array on the server. I've never used Remoting or AMF before, but I have worked on some projects that involved serialization, and I remember serializing an array of objects and arrays of...
Hi. I'm using the HTML5 JW Player. It sizes the HTML5 video correctly, but shrinks the Flash fallback player; here's an example page: Test Page
If you view that page in IE, you'll notice that on panel 5, the video is smaller than the space it's supposed to occupy. On Firefox, it works fine because it's using the OGG video in its HTML5 v...
Has Apple been known to recently reject apps that were created in Flash CS5?
Also, If I submit an app that violates the TOS, am I risking my Paid Developer status, or just having my app rejected?
...
Hello,
As an AS3 beginner, I'm trying to translate an old AS2 trick into AS3. I want to disable then re-enable any kind of interactivity with all the display objects on the stage, at once. For example while waiting for external assets to load or after a user clicks on a menu item.
This what I used to do with AS2 :
protect_mc.onRelease...
Hey
How do I get accurate counting? My game has is a pass or fail scenario based on time.
I need an equation that will work in ActionScript.
Thanks
Timed-scenarios:
'Commence escape within 30 sec or lose 600 life points'
...you see only readout of lifepoints, but time needs to be accurate
I'm not attached to this, it's just an exampl...
Is there a way to convert Flash animations into WPF animations automatically, like converting mp3 to wma?
I'm interested in converting these two items to WPF:
http://activeden.net/item/background-animation-blurry-light-cells/21980
http://activeden.net/item/abstract-lines-with-gradient-background-random-effect/64777
...
I'm trying to load a swf file into my main swf. Everything looks fine when I test it with ctrl-enter, but when I open my main swf in a browser it just shows 5 flashing dots where the loaded swf should be. Any ideas whats going on here?
...
I'd like to adjust the width of the default ScrollBar that appears inside of a Flash ComboBox. From my research on various forums, it seems like the best approach would be to subclass fl.controls.ScrollBar, which I've tried doing here:
package helpers {
import fl.controls.ScrollBar;
public class CustomScroller extends fl.controls...
hi,
i im using the text input component in flash as2,but i need text input with round corners, is there a script that can do it? or somthing?
thanks
...
Hi guys. I recently purchased a flash blog on Flashcomponents.net : http://www.flashcomponents.net/component/advanced_xml_flash_blog_with_cms_and_rating_system.html
There is the blog and the blog "editor", for wich you have to log in. The password is defined in a Php file named 'admin.php'.
The problem is that, whatever password I type, ...
Hello,
I'm using swfobject to inject my swf. My SWF basically initiates a webcam and prompts the user for access to the cam. Problem is whenever I center align the div that contains the swf object the Allow/Deny button seems to be unresponsive/not clickable. It's the oddest thing.
Here is the site for you to view the coding: http://tin...
Damndest thing. Every once in a while, I'll make a change to some part of my Flash application, while working in Flash Builder 4, and when I click Debug Play, it starts running with the old code and the old variables, even though the code I'm looking at in the code window is the new, changed code. I can still advance step by step, but th...
hi
how can i add a ffplay.exe (ffmpeg) video to php script.can i use exec() to access the ffplay.please help me out.thanks in advance.
...
I am developing a flash based website using mxml. My monitor's resolution is 1280x768 and is widescreen. The problem is while it appears properly in my screen it doesn't appear properly in others. Which is the best approach to solve the problem ?
I have 2 in mind.
Let scrollbars take care of it : If the screen is 14 inch screen...
I try to get input from a textfield of type INPUT and save its numerical value on a couple of variables, but when i enter for example 1 or any digit i get Nan in the trace debug, after i put another digit i get the first after i put another one i get the first two and so on so forth. What i am doing wrong? Here some snippets from my code...