Does anybody knows if there is a simple way to change this
var colorTransform:NewColorTransform;
colorTransform = new NewColorTransform();
colorTransform.color = Config.ARRAY_COLOURS[1];
color.transform.colorTransform = colorTransform;
That is changing colors (the ARRAY_COLOURS have [ 0xFF0000, 0x0000FF, 0xFFFF00 ])
I would like to h...
I have 1.mp3 beside my .fla file and when I tried to run a movie test, it doesn't play any sounds. Only the stage has a glitch was it keep loop frame 1 and 2. What happen?
var mySoundReq:URLRequest = new URLRequest("1.mp3");
var mySound:Sound = new Sound();
mySound.load(mySoundReq);
mySound.addEventListener(Event.COMPLETE, playSong);
f...
Hello Hello
I have a SWF loaded via a "swfobject.embedSWF()"
I use Javascript's methods to pass calls via the flash APIs: http://developer.longtailvideo.com/trac/wiki/Player4Api#Sendingevents
call.player.sendEvent('LOAD', theFile)
Using a XMLHttpRequest() call via GET to a PHP script I get a file url:
http://xx.yy.com/protected/5dd...
I write a Pixel Bender kernal for my flash.
I know that the pbk would run in another thread.
But when I run my swf, the GPU usage shows 0%.
I want to know does the Pixel Bender with Flash would use the GPU.
...
I have a HTML page that contains a flash file and some a JavaScript function that returns the object of the flash file.
So far I can call the JavaScript function from C# and have it return an Object, but I want to cast it as AxShockwaveFlash and access the COM Object directly from C#.
I have seen this done with Windows Media Player imb...
Can python be used as a language to develop browser based games? Like we do in flash. If yes then what frameworks are available to get my hands dirty? If no then what are the reasons?
...
Hello. This is my site: http://chfmm.ru/2 click at the SEAT and chose any seat. FireBug show error (http://s46.radikal.ru/i111/1010/60/1e43ff9e2bc7.jpg).
This photo hosting have 1 crossdomain file (http://www.radikal.ru/crossdomain.xml)
what should I do?
my code:
Security.allowDomain("*");
var context:LoaderContext = new ...
Hi guys, so I've installed red5 0.9, I've installed jdk 1.6 update 22. I've set my environment variables correctly, installed eclipse galileo for java ee developers, tortoise svn, and then ivyde and subclipse plugins for eclipse. I then created a folder called red5_server, and did the svn checkout. When I try to import the red5_server, I...
Which way is the best way: RIA via Silverlight, RIA via Flash\Flex, Ruby\Python, Mobile App Dev(wp7\android), GameDev? Thx
...
I have been searching and searching for an answer for this. I am building a flash video player with a custom UI, and admittedly I'm not sure exactly what I'm doing. I tried altering a skin, but that always comes out wonky due to whatever coding they use. So I'm altering single video components and putting them in the mc what I want them....
Hello Friends,
i want to run a large card game in flash, that is supposed to be played
by people online.
I have founds available for the development of this project, but i'm a
little bit concerned for the development part.
Lets say, i want this to be developed by someone, where could i look for
skilled people that could do this?
Or lets...
Hi,
I´m working with a FLVPlayBack object on Flash using AS 2.0...
It load dinamicaly a lot of videos, in differents size. The problem is to make it show on all screen without mantain aspect ratio, I tried something like:
Player._width=800;
Player._height=600;
and
Player.setSize(800,600);
If I use
Player.mantainAspectRatio=false, nothin...
I am trying to put a Flash ActiveX control into a Windows Form but I am running into a problem: a lack of documentation. The best I have found is a site called "F-IN-BOX" that has some documentation but much of the API is still a black box. For example, some property will take an integer or a string and provide no clue about what it wa...
Anyone knows if there's such a tool?
...
Well i am not asking about the tool to compress or measure the size of swf file , i need a tool that can show me how many bytes or mbs, my swf is using ??
...
Hello
I have embed tag and its configured as:
<embed flashparam="config={"playitem":[{"url":"http://localhost/test.flv","autoPlay":false}]}"
Now i want change the "URL" dynmically. How can i change it using jquery?
THX
...
Why I'm getting this error in a actionscript project using flash Builder?
I'm not even embedding anything, I'm just extending an OSMF class 'NetStreamLoadTrait' which has some metadata, that's it. [ExcludeClass]
I'm using another OSMF project insted the one coming with the Flex SDK 4.0, but I have deleted the osmf package inside the SD...
Is there any way of showing a link's destination from a swf in the browser? The answer might be a simple no.
Hard to explain, so I have attached a screenshot that makes it clearer.
...
I need a audio and videoplayer that is usable both in non flash-browsers (such as iphone-safari) and in non html5-video-enabled browser (such as all old browsers)
Apart from this clean asthetics(think vimeo), support for many codec-types and easyness to implement are all bonuses.
Free or paid doesn't matter!
...
Hey Guys
I'm currently developing a prototype using AS3 and trying out some touchscreen gestures.
I'm compiling using AIR 2.0 and currently have GESTURE_ZOOM and GESTURE_ROTATE working but for some reason GESTURE_SWIPE is giving me a few headaches. I know It's possible as I've seen it working here, using the same laptop (DELL LATITUDE ...