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...
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...
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?
...
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
...
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 ...
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 ...
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...
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...
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/
...
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?
...
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 ...
Can I play two flv from FMS at the same time with actionscript?
Anyone tried this?
...
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 :) )
...
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...
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?
...
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...
Here is the link
http://alvotechnologies.com/demo/fungi/
when resizing the window, swf objects overlaps??
...
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...
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...
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...