In Chrome upon network error, the event object in error handler is behaving differently than IE and flash player (i.e. directly running the swf, not from the browser). Consider the following test code :
private function loadData():void {
var loader:URLLoader = new URLLoader();
loader.addEventListener(IOErrorEvent.IO_ERROR, onEr...
First,Sorry for my English.
I wanted to make a flash game,it's about some fish swiming in a tank.
All the fishes swim randomly,i don't need any rotation,just left and right direction will be fine with me.
But the result is their actions are really odd.
Can someone tell me how to make them swim just like real fishes?
And there's also ano...
This is a cross post. I've already posted the question to flexcoders.
We work in flex as a technology. However a potential client has stated that they are worried about the lifespan of flex as a technology. Especially as apple doesn't support it on their mobile devices, and the increasing support for HTML5 within browsers.
What I would...
Hi, does anyone know how/where to download actionscript 3 flash platform full documentation in packed HTML files.
What I want is to have a local copy of the following doc:
http://help.adobe.com/en_US/FlashPlatform/reference/actionscript/3/flash/display/Bitmap.html?allClasses=1#bitmapData
We are currently using a local copy of FLASH4 a...
i usually write my code with textmate.
a custom command for testing the proj directly in flash is:
echo 'document.testMovie();' > /tmp/fc.jsfl
open -a /Applications/Adobe\ Flash\ CS5/Adobe\ Flash\ CS5.app /tmp/fc.jsfl
what about the flash standalone player?
echo 'document.testMovie();' > /tmp/fc.jsfl
open -a /Applications/Adobe\ Fla...
I am working on a website and this website contains games and this games will need to submit score to the website so the website will handle saving the user game score in the database.
So i am asking about the standards and common techniques to do this communications between the website and the flash games, is it better to let the fl...
hello! :)
i've to write a simple method, wich allow me to move a movieclip inside another one, like in http://www.cballestimenti.it/ (i've to move it in vertical, instead of horizontal).
i've write this simple code but it seems to not work properly...can anyone help me? thanks a lot in advance!
public function factor():void
{
thumb...
Hi,
I've searched here and with Google but I can't find an answer to this. Our app uses the WebBrowser control to display SWF flash objects to users. This works fine with the mouse but some deployments only have a remote control with arrow keys.
The problem is that when the Flash object loads
WebBrowser.Navigate("c:\mypath\myflashfile....
I found this site: http://www.silobreaker.com/FlashNetwork.aspx?DrillDownItems=11_81046 and i'm trying to figure out how such a flash component can be made. I'm sure the data points mentioned are predefined beforehand rather than "live", so thta part's fine, but how are the secondary nodes spread out, how does double clicking on another ...
I want to write bot for photo hunt game like this one, so I need to read every pixel and see if two pictures have difference color code. But don't have any experienced about flash before. Is it possible to write something like this and how ?
Thanks,
...
You know with Facebook, how you can share video on your sites and Facebook embeds the videos via flash.
Well on computers and laptop the embeded video will play on Facebook since they have Flash installed. But for iPhone and Android users will just be redirected to the site, I want to stop this and add an alt text stated something like ...
Hi there,
I'm having extreme issue with sizing an swf object in my browser. It appears if I scale my application up the webcam Allow/Deny functionality on the site disables itself in Firefox. It's definitely the strangest thing I've ever seen. Take a look: http://tinyurl.com/29ppl64
Click the "Skip" option, it will display the webcam o...
Is there a way to control the vertical space between two HTML paragraphs, in an AS3 TextField?
I understand and have successfully applied CSS styles via AS3 and have also utilized the TextFormat class.
I am still unable to control the vertical space between a closing and an opening <p> tag:
txt.htmlText = "<p>First paragraph here.</p...
Hey there
I've experience this problem in many forms.
public function startTimer() {
timer = new Timer(3000);
timer.addEventListener(TimerEvent.TIMER, timerTick, false, 0, true);
timer.start();
}
private function timerTick(e:TimerEvent) {
var bubble = new Bubble();
this.addChild(bubble);
}
Bubble gets removed from the disp...
Hi all!
I'm successfully loading swf from another domain, but when i addChild loaded content, it doesn't appear on the stage.
My firebug shows that swf loaded with status (304 Not Modified), means no problem.
Why i cannot see loaded swf content on the stage?
Thank you
...
I had atleast 20 images.i tried to move it scroll from right to left in Flash MX 2004. When i pr viewed in timeline window it shows actual image moving. But when i exported it into swf it shows as a Blurred image moving.
The movie is at http://www.ahilam.com/tes.swf
How to solve this. Plz help. Any help will be greatly appreciated.
...
How can I use URL parameters while debugging in Flash Builder 4?
...
I have this detailed animation that ended up being too small for the viewer to see whats going on.
So my question is if it is possible to make a zoomed-area where the cursor goes (like a magnifying glass). I have found tons of tutorials on this effect with still images, but so far non on how to do it with moving animation.
PS. I'm usin...
Is it possible to access the type of object being interacted with so I can create a new instance of the same object? So for example in the code below I have the movieclip myItem. After it's clicked it is removed from stage and then moved to the inventory. When I click on it there, is it possible to create a new instance of mcItemToDuplic...
Hi All,
I have a flash movie that I need to read in a value from a PHP script in order to set which frame it starts from, I am using the following code:
if (loaded == total) {
var lvContent = new LoadVars();
lvContent.load("http://MY URL/Includes/getID.php");
trace("Who: " + lvContent.pageID); ...