flash

Flash XML Client AS3

I want to control the time of a counter. I need to receive XML data from a TCP/IP socket controlling the values of my counter. Flash client 'LOADER' receives XML messages and loads swf files. How do I rewrite LOADER and LOADEDSWF to pass this type of event data? Correct my question if I'm wrong. HOW I SEE IT "I'll see "Event.data" in...

How to track my flash video player embed on other sites

Setup: an online tv channel with "youtube" like clips and categories our own flash video player which can be embeded into other remote sites as2 flash player Goal: To track who's embeding my videos, at least with basic statistics per domain. Since it's AS2, it's harder to do this. My ideea is that I can create a php page which shou...

Programming tests for Flash developers?

What programming tests do company's give Flash developers? I would like to level the playing field for developers and recruiters. I've heard companies give debugging tests with broken documents you have to fix. Flash developers could include Flash IDE users and actionscript programmers. Everyone would like to know what to expect a...

POST data to a Flex/Flash (mxml) application

I have Flex application requiring to filter users depending on there database groups. Depending on which group they are, the're is a config.xml file that is use to populate the swf. Here is how I figure how to do this : 1. The client comes to a .aspx page with a form requiring a username and a password. 2. On the server side I confirm...

Drupal/Flash: How to mediate their communication with Views, etc

My intention is to build a full-screen well-optimized flash site, possibly a hybrid (but i want persistent flash.. for example, to play music), with drupal in the back. However, I want to be able to do this as dynamically as possible. If flash is detected, then I will be showing a flash site with a flash area and an ajax non-flash area...

Duplication of Mediators in Robotlegs AS3 MVCS

I'm using robot legs framework and wondering how mediator.mapView works with multiple instances of the same view. For example, in the following, is a new ItemDisplayMediator created for every ItemDisplay instantiated, or do all ItemDisplay's use the same mediator? If they each instantiate a new mediator, is it possible to use a single me...

Writing to a file in as3 flash develop

Ive been doing some research and I cant seem to find anything on writing to a file. My initial question was writing a array to a seperate file. But now I am looking for resources on how to write any data such as XML or a array to a file. What I want to do is create a game editor. I want to eventually save that data to a file to be opened...

How to remove this?

Hi Am using the flash player, when i right click on it, its showing like this How i can remove MediaXxxScript.com when i rightclick on the player? please help me. Thanks in advance. ...

When I use e.currentTarget to move an object in a function nothing happens.

package { import flash.display.; import flash.events.; import flash.net.*; public class exp1 extends Sprite { var directionX:Number = 5; var directionY:Number = Math.random()*5; public function exp1() { var loader:Loader = new Loader(); var request = new URLRequest("monkeyproj-1.jpg"); ...

Response.Redirect causes download of the swf

Hi. I have a flash image slider with a button below each image. When i press that button, the user is redirected to a new page where i add that image product to my cart. The problem is that after doing the adding, i want to redirect the user back to the initial page. The code: protected void Page_Load(object sender, EventArgs e) { ...

Changing the position of AIR-window (in AS3)?

I created a simple transparent app for Adobe AIR in Flash. It has not chrome, so now I need to make it draggable. How could this be done? Thanks! ...

Good resources for learning event driven flash development?

What are good books / site where you can learn the best practices for event driven programming in actionscript (3 obviously). I've got a big project coming up and, to be honest, my flash is usually a big mess of classes and I don't want the the next one to turn into a ball of hair behemoth. ...

How to integrate Flash and MySQL

Hi all - tutorials (e.g. ) show how to integrate Flash and MySQL. Also Flash can manipulate and sent this back to server (http://www.kirupa.com/developer/actionscript/create_edit_xml.htm). To integrate flash and MySQL one can do the following: (1) MySQL -> php -> Flash (e.g. (http://)library.creativecow.net/articles/brimelow_lee/php_my...

Issue with ExternalInterface.call in IE

I am having an issues with ExternalInterface.call to return a value in IE. It is working fine in Firefox. Eventhough I changed the "allowscriptaccess" to "always", still it is not working. Is there any thing that I need to change in Flex or the HTML to make this work? or this is a security setting in IE? Thanks in advance, Praveen ...

Writing a video chat widget in Flash and PHP.

I am writing a webcam chat in flash (for the client side), I also am using PHP/Apache/Memcache for the server side for text chats... What exactly will I need in terms of server side software to connect these users flash/swf sessions together? I currently have an ubuntu server running Lamp (Apache/Php/MySql/Memcache)... the client to c...

ActionScript 3 - Install a library

I would like to know how can I install a library packages to a Flash project. I am using Adobe Flash CS4 and the library I'm trying to include is in AS3. The library can be found on http://code.google.com/p/as3ansi/ ...

Can JavaScript call ActionScript code?

Hey all.. I'm new to Flash. I have created a flv player that can play videos dynamically based on a user selection in a list component. I would rather not develop the user interface in Flash. Meaning, I'd like to bag the list component. Mostly because I am not very savvy yet. Is it possible to have javascript call actionscript? I would ...

How to create videos which animate as u draw/write?

An example is here: http://www.youtube.com/watch?v=rDu2A3WzQpo ...

how can i call from my website to mobile or landline phones. (in PHP,Flash, ..)

Hi all, I wish to call from mywebsite to mobile phone, how do i implement in PHP or Flash. Is it possible in PHP, flash, or any other technologies. ...

AS2 switching from movieclip to frame?

I've coded a little game, but now I realized that I should include all the actions to frame on layer called "actions". This far I've written my code to movieclip. Any help on transforming this to frame? onClipEvent (load) { yspeed = 0; lastx = 0; gravity = 0.2; speed = 5; } onClipEvent (enterFrame) { yspeed += gravi...