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...
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...
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...
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...
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...
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...
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...
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.
...
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");
...
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)
{
...
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!
...
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.
...
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...
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
...
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...
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/
...
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 ...
An example is here: http://www.youtube.com/watch?v=rDu2A3WzQpo
...
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.
...
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...