Re: [Flashcoders] Firefox 1.5 stranger hitarea behavior

2006-11-29 Thread Vibol Hou
Firstpixel wrote: Does anyone ever had problems with firefox 1.5 and hitarea buttons? seems the initial hitareas are fixed on the browser when I scroll the page, and I can't reach the initial off page button's hitarea. Gil Beyruth Criação e Desenv. Flash {FP}Firstpixel.com

Re: [Flashcoders] Beta testers and comments needed

2006-09-22 Thread Vibol Hou
Converted a 1.9GB Fraps video file to a 765k audio only flv. Would be nice to have an X to close the app; possibly a simple progress bar for the conversion. -V Berkay Unal wrote: Hi Coders, I've cretaed a drap n drog flv converter. But i need to have some beta testers and comments on it.

Re: [Flashcoders] Huge block of scrolling text: Choppy animation.

2006-09-15 Thread Vibol Hou
Are you using a pixel font? I a similar issue with a large block of pixel fonts and motion+shape tweening. The only solution I found was to anti-alias the pixel font for the large block of text. -V Micky Hulse wrote: Hi, I am working on a simple Flash project... at end of the animation I

[Flashcoders] CPU Performance Profiling? (

2006-08-01 Thread Vibol Hou
I've got a flash video application that performs well on Intel-based Mac OS X, but performs poorly on G4 Mac OS X (PC performance is fine across many processor speeds). The 'poor' performance is characterized by sluggish video playback and sluggish interactivity, sluggish scrollpane scrolling,

Re: [Flashcoders] CPU Performance Profiling? (

2006-08-01 Thread Vibol Hou
Thanks for your response Steven. I am a relatively new to the flash scene, but AS is easy enough to learn (similar enough to JS) that I've been able to develop fairly complex applications to date. Of course, the nuances of the platform escape me with my lack of overall experience and that has

Re: [Flashcoders] UIScrollbar disabled state?

2006-08-01 Thread Vibol Hou
You can open up the Scrollbar.as file and find the list of skin variables in there. C:\Program Files\Macromedia\Flash 8\en\First Run\Classes\mx\controls\scrollClasses if you're on a PC -V Mike Pearce wrote: First time I've noticed this.. Where are the disabled state skins for

Re: [Flashcoders] security issues - offline application

2006-08-01 Thread Vibol Hou
You could add complexity to the process by encrypting the credits before placing them in the local store. Naturally this means the key would be stored in the player, but the normal user probably isn't sharp enough to be able to decompile and find the key, let alone figure out how to access the

[Flashcoders] Netstream strangeness on stream failure

2006-07-15 Thread Vibol Hou
Has anyone encountered this behavior before: If a NetStream object is in the middle of streaming video and the source mysteriously disconnects (server goes down, vpn connection dies), the NetStream object starts to spew out NetStream.Play.Stop events in an infinite loop. V

Re: [Flashcoders] FLV or MP3 stops during tween

2006-07-01 Thread Vibol Hou
I don't seem to have this issue. NetStream and NetConnection work fine in an object as an object variable, instantiated within the object. -V Dan Rogers wrote: For the record... I think I finally figured out what the problem was with my FLV. It turns out to have less to do with Tweening

[Flashcoders] overriding button class internal positioning

2006-05-17 Thread Vibol Hou
Greetings, I've reviewed the class reference for the Button component, but there does not appear to be any reference on how I might override the specific x,y positioning values of the icon and text field objects within the Button. Does anyone know of a more detailed description of the Button

Re: [Flashcoders] overriding button class internal positioning

2006-05-17 Thread Vibol Hou
Disregard this, I found it. -VH Vibol Hou wrote: Greetings, I've reviewed the class reference for the Button component, but there does not appear to be any reference on how I might override the specific x,y positioning values of the icon and text field objects within the Button. Does

[Flashcoders] Flash Video / on2 VP6 Keyframes/Interframes

2006-03-07 Thread Vibol Hou
I'm looking for more information on how on2 Vp6 keyframes and interframes are related to each other in an FLV. I understand how the FLV file has been packaged up, but how does vp6 apply interframes to a keyframe to generate the final video frame? -Vibol