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...
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 ...
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.
...
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...
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?
...
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...
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...
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
...
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?
...
any One Can Help Me,
How to create Own IAB standrad Based Flash player.
by ganesh
...
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
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
...
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.
...
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...
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...
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?
...
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
...
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...
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...