By now all my projects created for pixel bender run slower than ported into C and than thru alchymy to AS3. So If Adobe uses for PBJ filters some special VM I can hope that one day my PBJ filters will owerrun same filters ported thru alchymy... Am I wright?
Are Pixel Benders Filters runing inside flash rendered by AS3 VM or by some spec...
Hi all,
I have swf files and i read this files from database. My q. is how can I embed this files in asp.net.
Tnx.
...
Hi,
I have to load a large xml in flash and I'm trying to send it compressed. To do that I tried to zlib compress the string and send it base64 encoded. In flash I turn the string into a byte array and use its uncompress() method. So far I tried:
ZLIB.NET
byte[] bytData = System.Text.Encoding.UTF8.GetBytes(str);
MemoryStream ms = new ...
Hello!
I am trying to create a mini video portfolio on my flash website, but when importing the first video, I get 13 errors...all of which have something to do with either UIManager.as or VideoPlayer.as. I am assuming that the ActionScript is automatically generated, but I am unfamiliar with this idea.
Here are the errors I keep gettin...
I basically have the same question as bder on the actionscript.org forums, namely if I can have my text anti-aliased if it is using an embedded font (Myriad Pro) to assign it to the htmlText property of a TextField and styling that with CSS.
Everything works fine with the text embedding and styling (the font is the one I want, and all i...
I tried googling this but can't find anything. I'm just curious as to why we use the folder name 'com' as the root directory? what does it stand for? computer? haha. thanks
...
Hi.
I've been told that there is a gaming site that you just need to upload your flash game and it automatically detects scoring and adds the scores to an online highscore table.
is it possible?
can i somehow using javascript or a 2nd flash file to load a flash and to debug all of it's variables without having the source?
I assume tha...
I need to grab values from the querystring and inject them into a getURL(""); snippet that's in the on (release) {} for a button.
So if the URL that contains the embedded swf is
http://domain.com/player.html?returndomain=otherdomain.com
I'd like to get that otherdomain.com and inject it. Something like
var returnUrl = "";
// do mag...
Hi guys, I have to resort to you again.
Is there a way to lock the mouse X and Y position?, I mean, I want to move my mouse but I want that the mouse position to be locked on.. let say, the center of the screen.
Btw, I need to do this using Flash.
If there is ANY workaround, i.e, using JS or something like that, would be appreciated.
...
I'm having issues with Google Chrome (5.0.375.70) and an expandable Flash ad:
http://www2.okblitz.com/adtest.html
When "Click to Expand" is clicked on the closed ad, Chrome displays a "Missing Plug-in" error. The expanded ad creative itself loads fine as can be seen when it opens expanded by default.
The script itself is using jQuery ...
hi everyone
I have 3 scenes and I created buttons so they would switch scenes. the bottons work. everything works correctly but my first scene stays ontop of every other scene i go to. CAN I please have help thank you
...
I have a flash movie which produces a certificate for participants in an online course.
It gets the pageHeight, pageWidth from the printjob then scales the certficate image to fit nicely in the middle.
This is working fine on windows and linux, but on the mac it is not behaving. It is chopping of the right and bottom edge of the certif...
Note: This is an Actionscript project, not a Flex project.
I have class A defined in an RSL (technically, it's an art asset that I made in the Flash IDE and exported for actionscript. The entire .FLA was then exported as a SWC/SWF).
I my main project I have class B, which inherits from class A. The project compiles fine, with no errors...
Hello to all,
Please tell me about the change watcher in flex.
i have a situation like,
i have few canvas, on which i have to show select and unselect,(These canvas hold product thumbnail images) , so when some thumbnail is selected i have to show selection and on selecting other, i have to unselect the previously selected canvas and h...
Hi there,
I have a parent swf called Main.swf that loads a child Registration.swf via a regular loader class then adds it to the stage. This child has a webcam function that captures an image but before that happens it prompts the user for permission to allow the webcam to be turned on.
The problem I'm having is that in my IDE the prom...
I am using FlourineFX (trunk from 2010/07) as a client to talk to a Apache Axis Server dealing out AMF data.
I can connect fine but the server issues a header.
Name: AppendToGatewayUrl
Must Understand: true
Content =";jsessionId=0003048u39483948940";
How would I go about amending the URL to append the string with Flourine?
...
(Event.ENTER_FRAME,myFunction); function myFunction(event:Event)
{
if (fk.playheadTime > stopTime)
{ fk.pause(); }
}
i pause my video at stoptime it works but then when i press the play button it doesn't work.i guess the problem is my code's place.as you can see i write it in enter_frame event.how can i solve this problem?thanks f...
I have this legacy code which embeds an SWF into an HTML using an old version of SWFObject.js:
var so = new SWFObject("main.swf", "main", "100%", "615", "9.0.115", "#000000");
so.addVariable("deeplink", deeplink);
so.addVariable("cid", cid);
so.addParam("scaleMode", "noscale");
so.addParam("allowScriptAccess", "always");
so.addParam("al...
My Flex 3 application uses a custom cursor and has to show a customized context menu when the user performs a right click. The problem is the customized menu is shown only when the default arrow cursor is shown. When I change it to the custom cursor, the standard context menu appears instead of the customized one.
Is there a way to hav...
Hi,
Well I'm having a hell of a time trying to get my CPU down under 45% when running my current application. I've tried all sorts of optimization tricks and tips with little success and I'm at a point now where I need a fundamentally
different approach.
Problem and Current Approach
In the main view of my application I have a single ...