flash

how do i solve this bad error

as you see this is a class create 4 text Fields , what i woona do is in this line of code first1[i].text = k1[i]; in the for loop to write the randomize numbers in the TextFields that's my code import flash.display.Sprite; import flash.display.DisplayObjectContainer; import flash.di...

Flash object won't recognize query string if set through mod_rewrite

If I load an SWF with a query string at the end, like: object.swf?this=that ... then "this" is properly recognized as a flashvar within the flash object. But, if I set "this" via mod_rewrite, as in: RewriteRule ^object$ lib/object.swf?this=that [QSA,NC,L] ... then "this" is undefined. I even wrote a little PHP script to dump the ...

Is there an easy way to convert Flash ActionScript from version 1-3?

Have one. Fla (Flash) file that uses ActionScript 1.0. Need to have it in version 3.0 and was wondering if there is any easy way to convert it? My knowledge of ActionScript is basically nonexistent. Have access to Adobe Flash CS5. ...

Silverlight Application Hosting Requirements

Hi there, I want to build a silverlight web application that could installed on a user's computer. So any hosting requirements would be subject to whatever configuration the user has. What are there requirements to host a silverlight application? I need the same question answered for Flash and WPF. Can any OS be used? Is it required...

QTP for Flash - any recommendations for a useful plugin?

hi I am using QTP and need to test a flash application. I found 3 plugins for this purpose: Adobe's actionscript, Experitest's SeeTest and Riatest. Adobe's was heay duty learning and i gave up...can anyone recommend one otfthe other options? or provide additional options? ...

AS3 Specify if there are unvisible displayObjects with active listeners

Is there any way to count (specify) the avarage amount of objects that are removed from stage and has active listeners? I have really big project(game), more than 100 classes.. Now i scan each classes, if there are active unnecessary listeners i remove them. Now, i wanna such a tool, which will tell me where is there any other unnecessa...

attach a symbol over the xml slide gallery in actionscript 2.0

Hello, i'm editing an actionscript 2.0 file, i have a xml files with images urls in the nodes and it works. I have a symbol with id='mysymbol' in the library and it would be great to attach 'mysymbol' over the gallery while other images slide. i have an empy scene, just this AS 2.0 script and the xml: import mx.transitions.Tween; imp...

block games ads

Hi guys, I would like to block in game ads for my registered users.. is there a way to block mochiads on my server? tried IP Deny, htaccess still no avail. thanks, Garv ...

what's the difference between classic text and TLF text

what's the difference between classic text and TLF text ...

Flash action logs

Hello, Flash files are binaries (.fla), and almost impossible to merge. Is it possible to get action logs, like "added xxx symbol", "modified xxx symbol" or rather the action stack of "undo", which could help me merge symbols of two fla files? OTOH how do you resolve merging issues in Flash? ...

Flash IAB (Vpaid),How create Flash player

any One Can Help Me, How to create Own IAB standrad Based Flash player. by ganesh ...

Class in loaded SWF cannot use base class in loading SWF

I have two SWF files which I shall call container and slave. The slave file contains a movieclip that extends from a class I shall call base. base extends MovieClip and is compiled into an SWC. slave includes this SWC as a runtime library, while container includes it as merged (and does reference it so it should be compiled into the cont...

how to add a MovieClip from the library by a class

how to add a MovieClip from the library by a class i've MovieClip and i want to add it to the stage by a class note i've already a class and linked to a MovieClip and what i woona do is to addChild another MovieClip in the stage ...

Flash: Is it possible to `srand`?

Like the title suggests… Is it possible to srand Flash's Math.random? I'm asking because I'd like to generate psudo-random numbers in a repeatable way. ...

actionscript: connect to socket server

I am using actionscript to connect to my socket server, but I always got <policy-file-request/> sent from actionscript and after that the conneciton is closed. The code in actionscript is: protected function connect_to_server_btn_clickHandler(event:MouseEvent):void { Security.loadPolicyFile("http://192.16...

Server requirements hosting for Flash

Hi there, I want to build a Flash web application that could installed on a user's computer. So any hosting requirements would be subject to whatever configuration the user has. What are there requirements to host a Flash application? Can any OS be used? Is it required that some Flash framework/runtime be installed on the machine? Doe...

Is it possible for one SWF to load another but give it fewer privileges?

From a webpage, I can specify that a SWF should be loaded with "allowNetworking=internal" and "allowScriptAccess=none" to prevent it from modifying the state of the browser. Is it possible for SWF A to be loaded with no restrictions, and have A impose those restrictions on a SWF B that it loads? ...

mp4 video will only play sound in flash cs4.

I'm using a flvplayback component in flash cs4. The sound from the mp4 video plays fine, but the video doesn't play. I don't know how to check the specific encoding of the mp4. I'm publishing to flash player 10 at 24fps. Thanks ...

detect user's download speed for flash video

We have a custom flash video player. It uses streaming over a hosted FMS $50/month account. Some users are complaining that the video doesn't play at all. With one of these users, we had them go to a speed test website and it was determined that they had a very slow connection which we are assuming is what is causing them to not be abl...

Flex, Problem when jpegencoding two bitmaps in sequence.

I am creating this "drawing application", where the user can click "preview" and it will take what they made, draw a bitmap, and then I want to split that bitmap into left and right images. I create the first bitmap, encode it as a jpeg, and then use that to cut the left and right out using copypixels. I then reform the images together w...