flash

Passing params to flash from ASP

Hello. Please help me. i have a flash embed in my asp page` <object width="550" height="350" classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"> <param name="movie" value="flash_small.swf"> <param name="flashvars" value ="my_language=en-EN"> <embed src="...

Custom cellRenderer for a List with XML data

Hello, I have a Game-sprite representing a game room with up to 3 players, it works ok. And would like to populate a List component with those Game's, based on an XML data coming from a socket. I've prepared a simple test case demonstrating my problem - ListTest.fla (should have a List component in its Library): import fl.data.*; imp...

Avoiding CSRF when serving AJAX or Flash requests

I have a Flash based game for the browser which sends users' scores to a php backend script which stores the score and the user id in the database. Now I have a url like www.example.com/update.php?score=200&uid=234 The problem is that this is very much exposed to an intelligent user, and he can use this url to store whatever score he w...

PrintJob printing background colour only

Hi Everybody, Hopefully someone can see something which I've missed out or something, because this is really odd! Basically I've created a print class which has all the print job code in to print a sprite, however when I print it, the sprite which I've created acts like a mask and the area where the sprite graphic should be is filled wi...

RemoveChild frame animated MovieClip, will stop frame running?

If I removeChild frame animated Movieclip, will it automatically stop running the frames inside it? Actually without calling mc.stop(); ...

Flash AS2 post request across domain not allowed

Hi guys, I have my flash application hosted on a 3rd party domain (flash.example.com )and i'm trying to post data and redirect to my local server. (www.example.com) It will not allow me to do this. I've used the flash debugger and it IS finding the crossdomain see output below. OK: Searching for <allow-access-from> in policy files t...

How to import Photoshop Shapes in Flash

I'm looking for a method to import Photoshop shapes intro flash. I want to import them as vectors not bitmaps. Is it possible? ...

How to embed jwplayer into google web toolkit application?

Hi all, glad to ask my first question in Stack Overflow :) At work I'm developing a google web toolkit application and I need to embed a jwplayer inside it. Do you have any suggestion about how to achieve this? I found gwt2swf but so far I couldn't make it work. I have written this: SWFWidget jwplayer = new SWFWidget("player.swf"); ...

how can i make this code by oop

i've a button called profile_btn i want to make this code by OOP profile_btn.addEventListener(MouseEvent.CLICK,profile_btnClickHandler); function profile_btnClickHandler(ev:MouseEvent):void { //The actual code to jump to a specific frame this.gotoAndPlay('play'); } another question how to include 3 classes to a specific fram...

How to limit CPU resources / Shockwave Flash

Can I set a maximum percentage of CPU resources a specific program or process can use? I want to use the executable name instead of its pid, because I would like certain executables to always run with constrained resources. The reason I ask for that is that I am bored of the way Shockwave Flash behaves. It is not possible that to draw a...

AS3 RadioButton label changes visibly when added to display list

I'm instantiating a group of RadioButton components into a Sprite and then later adding it to the display list. When the latter occurs, I can visibly see the font of the RadioButtons' labels changing from a serif to sansserif—but I have NO code to that effect anywhere. This occurs long after the components are actually instantiated, wh...

Whats necessary to get Accessibility.active to be set true

Trying to get accessibility 'events' from flash - like being informed that there is new content/form and that it should be read. Looking at examples leads me to believe that either the flash apps I'm looking at are not accessibility enabled or that my app is not causing the Flash accessibility to be marked as active. Maybe it as simple...

How can I make Flash work with a SharePoint List instead of XML?

I heard from an article somewhere that Flash can now use SharePoint lists instead of an XML file. However, I'm having trouble locating a tutorial which will explain how to get a Flash app to draw from a SharePoint list. Anyone know any good tutorials? I'm working with SharePoint 2010, Flash CS4, and I'm currently using AS3 to pull in...

How can I install adobe flash on the android emulator

I want to use Adobe Flash in the development of Android applications. But how do I install flash on the emulator so that I can test my software with flash? ...

Using Flash components into Flex application

What is the right way for integrating a Flash component into a Flex application? I heard that there are different ways of integration between Flash and Flex: using SWF, using SWC (something else?). What are theirs pros and cons? What are the points of communication between them Flash and Flex? I'm using Flash Builder 4 for developing ...

How to use hitTestObject on multiple instances dynamically placed on the stage? (AS3)

By placing multiple instances of a MovieClip via linkage from the library, does anyone know how to apply hitTestObject on those instances? I am creating a pacman style flash game in AS3. If anyone knows a good tutorial that might be helpful, feel free to let me know. ...

Div Layer should be placed over a Flash movie

There is a flash application that I want to embed on my site. On top of that flash application there should be a div layer. But what happens is that the flash movie always appears over the layer. Can you help me to place the div layer over that flash application? This is the code for the flash application: <object style="width:420p...

Sniffer for flash application.

Hi, I am searching an addin for firefox or any other software to sniff trafic between flash application and server side. Any suggestion? ...

Where can I find a flash file uploader that doesn't require javascript?

I'm looking for a flash uploader that doesn't need javascript/jquery. I'm not familiar at all with javascript so my attempts at flash/js hybrid uploaders have all failed to integrate with my script. ...

cost of calling a class for a static const in as3

I'm wondering about the effectiveness, cost of, or resources used to call a public static const from a class Let's, hypothetically, say I have a class that has quite a few resources and calling the constructor is about 40kb of memory. Is there any difference in adding static constants to the same class as opposed to creating a small cl...