flash

Flash AI Question

I have a question regarding AI. Suppose I have a tank, and in my map I have walls. I have an enemy that should try to attack my tank either when it gets. Can someone help run me through the logic of code. Is it when the tank is near the enemy then has a range and if the tank is in range the enemy is activated and goes after our targe...

how to export array (array collection) data into an html table or text file

Hey all, I have an array collection of strings and integers (which I have displayed in a data grid) and I am wondering if it is possible to export the array collection into an html table? or even a text file for the user to download I found some pages that had an export to .xls files but I want to stray away from that for now. Thanks i...

Flash 10.1: Can you programmatically adjust the input volume of the Microphone?

I need to variably adjust the input volume of the mic in Flash 10.1. This is not the same as gain, as gain is a software solution, whereas I need to control the mic input level on the microphone itself. Does someone know if this is possible and how I'd do it? ...

Looking for a flash application to create slideshows

I am looking for a flash application to make slideshows from my pictures and videos and adding audio files as background music (especially free ones). TIA ...

Super easy audio player with Flash + jQuery

I am trying to make an super easy audio player with jQuery. How would you convert this <a href="song.mp3">Song</a> to this? <object type="application/x-shockwave-flash" data="dewplayer.swf" > <param name="flashvars" value="mp3=blank.mp3" /> </object> <a href="song.mp3">Download</a> So what needs to happen as ...

Recommend a Flash based multi file downloader with the ability to rename files

Before I get shot for not 'googling' it... I have but nothing of use came up 'flash' 'download'.... are far to generic for google to be of any use. What I am looking for is something like uploadify but for downloads. Essentially a flash based download manager. The only thing which it must have is the ability to rename a file other than ...

How to do a proper haXe preloader for Flash, or what do you think is the best way to do it?

Hi, I have recently begun to develop a game in haXe which targets the Flash platform. I can say that I'm not really used to Flash and how it works, it is really apparent that it was intended for animations. But anyway, now that game I'm making is starting to be that big that it takes a few seconds for it to load that I want to have a nic...

AS3 : How do I give my DisplayObjects custom properties ?

Hello, I am very new to AS3, and I'm confused about how things that would have been simple in AS2 are so complex and tricky now. For example, I want to create a bunch TextField objects that, for some reason, rise up every frame (as in : object.y-=1; ). However, I also need each TextField to reference the TextField that was created just b...

Delphi 6: Can native Delphi do smooth graphics like Flash?

I have a native Delphi TFrame that emulates Roy Tanck's Cumulus Tag Cloud viewer, a WordPress Flash plug-in. What that plug-in does is create a 3D sphere of words that spin around on the surface of a "virtual" sphere. You can see it in action here: http://www.roytanck.com/2008/03/06/wordpress-plugin-wp-cumulus-flash-based-tag-cloud/ ...

Can we use Flash Player to play video stream from other media server(rather than FMS)

I am curious, is it possible to play video stream from non-adobe(or homebrew server), in the newest flash player(10). It looks like the VideoPlayer only plays the stream from FMS? Is it the business model of Adobe? ...

Are there significant differences between Flash swf 8/9/10?

I know that there is a detailed specification available online, but I could only find one for version 10. Do you know if reading this specification will be useful for the other versions too, or do I need to actually learn 3 separate (or more) documents to fully understand the format? And is .swf really fully open source? I don't quite ...

Is there limit on concurrent netstreams for FMS?

Can I play two flv from FMS at the same time with actionscript? Anyone tried this? ...

Flash: Stream a RTSP 3GP video, is it possible?

Situation: I've got a RTSP stream with a 3GP video, users need to watch it in their browser. I can't rely on any proxy setups (RED5/Wozwa etc.) because of scalability. Question: Is it possible to stream it in flash? (I don't mind any dirty hacks :) ) ...

Actionscript 3 Conditional

Hello. I have what I think should be an easy problem. I read through an array and count the occurrences of the values in it, I then write these to some variables, which I want to compare in a conditional. My conditional should trace which number occurs more. Array code: ActionScript Code: private function runCount(scoreArray:Array, c...

Is possible that make and save a .swf file?

I want to create a clip dynamically (for example with createEmptyMovieClip) and after assign object and motion to it, save or export it as a .swf file. Is it possible? ...

Flash Game 'falling' movieclips

I'm gonna make a small Flash game where movieclips go downwards. Very easy to make of course but I want to make a static level. I want to draw this level in Adobe Flash CS4 (drag movieclips in a big movieclip for example). So in the game I'm planning to lower this big movieclip couple of pixels per frame. But this movieclip needs to have...

flash objects overlap when window is resized??

Here is the link http://alvotechnologies.com/demo/fungi/ when resizing the window, swf objects overlaps?? ...

Embedding a Flash UI in a Java application

What's out there that lets you do this? Are there any OSS projects or maybe something a little more popular than this: http://www.jpackages.com/jflashplayer/ ? This does exactly what I'm suggesting (i.e. cuts out the need for Swing UI for the most part) but for a number of reasons I'd be interested in any better alternatives. Are there...

Flex SDK or Adobe Flash?

I looking to get into Flash game development (coming from XNA), but I'm not so sure I'm willing to dish out for the pricey Adobe Flash software. I've noticed there is the free "Flex" SDK. What's the difference? Would I be able to develop a flash game using the free Flex SDK and submit it to a game portal in the same way I would if I de...

Access the Stage in AS3

Hello. I'm trying to get a projector file to run full screen when it starts, without needing to click anything. My main class inherits from MovieClip, so as far as I can tell I get access to stage... yeah right :) package { import flash.display.MovieClip; import flash.events.MouseEvent; import flash.display.StageDisplaySta...