[Flashcoders] Re: Blur effect via action scripting

2007-05-03 Thread Glenn Grant
you don't even need a tween package for this (altho they sure are useful things). read about BitmapData, BlurFilter, and Repeating actions using loops in the Flash Help. gg OOoops!!! I am sorry. It is not blue but blur. I have three good quality image in my application. Initially I want all

[Flashcoders] Exporting alpha channel video from flash

2007-04-04 Thread Glenn Grant
exporting a .png sequence works, but that is clunky. yes, i know about wmode, that doesn't seem to have anything to do with this. does anybody know the trick? thanks, glenn grant ___ Flashcoders@chattyfig.figleaf.com To change your subscription options

RE: [Flashcoders] setting a timer in flash 8

2007-03-25 Thread Glenn Grant
hi gustavo, your first problem is that you have a gotoAndPlay loop. that means that every time you go back to frame 1 you are re-creating your now variable, so it is never going to have a chance to get bigger. secondly, the timer does need to be updated checked inside your onEnterFrame (i used a

[Flashcoders] LoadVars.send vs. LoadVars.sendAndLoad

2006-11-29 Thread Glenn Grant
I use .sendAndLoad to load a shopping cart so it will not pop a new browser window each time the user adds an item. this works fine locally, but online the items are not being added to the cart. if i use .send instead of .sendAndLoad everything works fine except for the aforementioned launching of

[Flashcoders] flash paypal shopping cart security

2006-11-25 Thread Glenn Grant
i am trying to use the paypal cart with flash 8. my code looks like this: System.security.allowDomain(paypal.com); var myLoadVars:LoadVars = new LoadVars(); var cartVars:LoadVars = new LoadVars(); function loadCart(){ myLoadVars.bn = PP-ShopCartBF; myLoadVars.lc =