My client needs to let a user record a message from the browser, then export the message as an audio file (e.g., WAV).
How is this best accomplished? Flash, Java, HTML5? By best, I mean something that is straightforward to implement and also broadly supported.
What are people's experiences using HTML5?
Thanks!
...
Hi,
I'm trying to "skin" my Flash application's buttons using either ActionScript or Flash Professional, without having to rely on Flex code or libraries.
Right now my buttons have no skins at all, though there is black text where the label is, so I know they're there.
I've tried using the getStyle and setStyle methods, but can't get ...
I want to develop apps within Flash CS5, though I have no idea how to compile the Flash file for Android. Can anyone provide me with an overview of what I need to do?
Thanks!
...
Hi,
i have a Flash Application with a button and an onRelease event. How can i load an external swf File, display it for 5 seconds on top of the main stage and then fade it out? Will this be possible with createEmptyMovieClip()?
Kind regards
Thom
...
What is the best GUI widget kit to implement a drag and drop interface in Flash.
I hope to have a list from where block like items are dragged and their arangement on a continuum is serialized.
Similiar to how one would compose a song or a video out of blocks.
...
How can I make the background of the Button component transparent in actionscript (or remove it completely) ?
I'd like to show a Button component with only the text label, no background, no border.
ps. I'm using AS2
...
I've got this strange problem where this code:
private function initLevel():void {
var levelMap:Array =
[
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0],
[0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0]
];
for (var y:* in levelMap) {
for (var x:* in levelMap[y]) {...
From the Flash player specification, it supported up to 15/16 or 32 sounds in a buffer, which mean any more sounds is load beyond that limit will either caused buffer stop working.
Is there any class to override to increase sounds to 1024 or greater?
...
Hello!
i search for a Flash-Preloader like this:
http://stage.pokkari.net/scripts/flash/showplayer.swf?file=http://www....
it can be online, i dont want to develope it by myself, i only want a flv/swf-preloader with the option with ?file= wether online or on my server.
the preloader itself should be an easy preloader with one loading ...
Hi! I'm trying to define interface in which one method (initPage) needs to have different arguments in every implementation. How can I do this? Using ...args for me is not good, because I'm loosing strong type checking.
public interface IPage {
function initPage(...args):void;
function showPage():void;
function hidePage():vo...
Hey,
I've installed Flash Moto CMS, and I want to link it with any kind of TemplateMonster but I have no idea on how I can do this right now.
So I'm asking you for help !
Any documentation, any video tutorials !!!
Thanks
...
This question is for anyone that's had personal experience. The question is simple: Does Apple accept iPhone apps that haven't been written using their SDK? Apps can be written using different languages these days, and then compiled into iPhone apps. Does Apple even care?
Edit
iPhone apps can be created using Java and Flash CS5, which i...
I'm developing a mobile Flash application (not an AIR app) running in the browser. According to Adobe:
Flash Player 10.1 provides support for
use of native device virtual keyboards
with TextField support if no physical
keyboard is detected. A virtual
keyboard is automatically raised and
lowered in response to focus changes
...
I have been trying to get sIFR 3 rev.436 working on my site but I stuck at publishing the movie.
I did everything the instruction had told me to but when I published the movie and double clicked it to test, it failed, the movie was blank with the following error. Someone said the Action Scripts should be in the same folder as the sifr.f...
In our project, swf assets are provided by cp(content provider). To guarantee these assets are not overproof, we need an application to check them.
This application is run on different devices. So, we need a unitive criterion(not CPU occupancy) to measure the performance of all the swfs.
I had an idea, that is to calculate the number of...
I've been experimenting with this and I haven't been able to come up with an adequate solution. Hoping one of you Mathletes can point me in the right direction. I'm building a Snow Globe in ActionScript 3 and I need to come up with a set of equations to control two level of snowflakes - one level random, and the other interactive where ...
Hello,
I am reading one tutorial :-
http://www.tutorialized.com/view/tutorial/Integrating-Flash-and-mySQL/2334
But i can't understand what is "Gateway.php" and all such things . Can anybody point me to some nice tutorial link? I am a beginner in Flash.
Thanks in advance :)
...
I'm basically looking for something that can play/stream a variety of formats if possible (or if not, to have an easy way for non-technies to convert them to the desired format). I'm also looking for something easy to setup - like including a javascript tag at the top of the page and then perhaps using a div, or just 1 line of script cod...
Hi,
As I understand flash 10 has some basic 3d features. My question is if any of the 3d engines available today (ppv3d, away, sandy, alternativa, am I missing one) uses these features and does this provide any performance and quality gains.
I'm working on some flash game that should contain 3d content. I'm using ppv3d and it just does...
Hello,
I am trying to make myself a simple metacafe uploader, and I am using the webbrowser to do that.
Everything was working great with loggin in, navigating to upload page etc...
I used the HtmlElement and setAttribute/Invoke to click and set the text fields:
HtmlElement password = wb.Document.All["sPass"];
assword.SetAttribute("valu...