I just started making games and I decided for my next project to use either flashdevelop or flex builder. Reason being is because you can embed just about everything and for licensing purposes and it recommended the the game is compiled into one file. flex sdk is good with that type of stuff.
As of right now I decided to use flashdevel...
Hey everyone,
I'm writing on behalf of YSTV; we're looking at providing embed options for our videos, and I've got a quick question.
We can obviously provide embed code to users such as
<embed height="360" width="480" flashvars="backcolor=0xffffff&autostart=false&file=http://ystv.york.ac.uk/static/videos.php?file=1040&amp;...
Hey.
I am trying to upload a lot of files from a browser to a webserver that I have total control of. I've tried to use SWFUpload, but the problem is that my browser hangs when I am uploading a file. The files are supposed to be of any length (up to 2GB due to other restrictions, of course).
While the upload is in progress the browser ...
How can be cloned shape loaded by Flex Action Script 3 from external swf ( authored in the Flash CS4 ) ?
...
For For some reason, I'm not getting any result returned to me when uploading a file to my server. I'm using a php script, the file gets sent, gets uploaded, but I can't get the return result.
I am firing these event listeners:
fileRef.addEventListener(ProgressEvent.PROGRESS, fileRef_progress);
fileRef.addEvent...
I am about to purchase one of the Adobe products and although I have been reading and watching videos on the subject for a few hours already, I couldn't figure out if I could retrive data:
-either using Acrobat's own form tools/LiveCycle into my own server (not acrobat.com - and hopefully not some corporate Acrobat server application)
...
Hey guys, I have been programming with as3 for the past 4 months and Ive been getting rather good at it. I just recently decided to work with flashdevelop. I notice that there is alot of code that is availible in the flex sdk that isn't available in as3 with flash cs4. Like embedding of assets and such. I've been trying to find some up t...
I am trying to embed some xml into my application but I get the following error
Fault] exception, information=TypeError: Error #1090: XML parser failure: element is malformed.
Here is my code.
package
{
import com.objects.EngineApi;
import com.objects.Rectangles;
import flash.display.Sprite;
import flash.events.Even...
I am trying to build a karaoke system in Flash. However, I've run into a problem with synchronizing the base and loop track because of a random delay in NetConnection.publish().
To test this I play a video and publish a recording at the same time with the headphone jack going into my line-in jack. I would expect there to be a small but ...
Question: I get an annoying error:
I try to use the type Size in the below actionscript code.
But I always get this error:
1046: Type was not found or was not a compile-time constant: Size.
But no matter what I try, it seems to break when I add
public function get Size():Size
Somehow it doesn't like the return type Size, but what am ...
I am loading a swf into another swf using swfloader, I want to catch all the exceptions thrown by the inner swf, is it doable?
...
Hi,
Till now all the exceptions in my code will cause the host flash player to pop up a window to say there is an exception and the execution will be paused, I am wondering is there any exception/abnormal things that will be detected by flash player but not be popped up?
Thanks.
...
I have a SWF that I wish to debug on with the flash debugger. I have the debug flash player and the 'Debugger' context menu option is greyed out. If I check the 'Permit debugging' option in the SWF publish settings, this does not become enabled.
My hunch is that this is down to the fact that my SWF is being loaded by another parent SWF....
I'm trying to work out some kinks in a multitouch application I've built. It uses flosc to communicate with a xml socket server that sends the multitouch events.
This all works fine and dandy for most of the time.
But if I'm mean and flood it with multitouch events Flash can't keep up with parsing the input, and the socket just keeps...
I have a very simple flash program that plays music. It consists of a play pause button and a timer that shows the current position of the song. I'm trying to make it possible to pause or play the song using a regular form button.
<div class="musicplayer_playpause">
<script type="text/javascript">
AC_FL_RunConten...
Hi,
I recently started "playing" with xpcom, and I would like to know if there is a way
do interact with a Shockwave flash element.
In IE I can use the IShockwaveFlash interface, but for the Firefox I can't find any interface.
I tried using the nsIFlash5 definition from the header file "wrap_XPCOM_3rdparty.h" (acquired from the XulRun...
Is it possible to play a media file which is outside the webroot using the Jquery Media Plugin. The server that we are on is windows based. The file path for example is:
\server\share\music.mp3
In my testing so far it does not seem possible.
...
I want to create an animating sphere representing the earth but here is the catch i want the users to be able to spin it round in real time, any suggestions what tools will do the trick?
...
:: EDIT ::
This question is a little sprawling, so I'm trimming it down to make it more concise.
SUMMARY:
When I have a class linked to a MovieClip in my library and that class takes an argument in its constructor method. That class will compile properly ONLY when it's located in my top-level directory (same dir as the .fla and Docume...
This is the strangest most unexplainable and frustratng thing I've experienced with flash and I have no Idea how to solve the problem.
Consider this function
public function trackDownloadHandler(event:MP3DownloadEvent):void
{
dispatchEvent(event);
//dispatchEvent(new MP3DownloadEvent(MP3DownloadEvent.OPEN,event.channelPadID))
...