[flexcoders] Re: Flash game ESC problem

2007-11-08 Thread helix206
Sory for the late reply. Well, in my case, we are making games for kids, from age 7-11, and all games run in full screen. We dont want the kids to press escape and get MINIMAZED windows, we want to game to exit completly on ESC, or block ESC and expose an exit button in game just like all

[flexcoders] Re: Open SWF from another SWF.

2007-09-24 Thread helix206
Of helix206 Sent: Saturday, September 22, 2007 4:04 AM To: flexcoders@yahoogroups.com Subject: [flexcoders] Re: Open SWF from another SWF. Ok, i have tryed this with fscommand(exec, test.exe); and it works, all SWF files must be projectors. Now i have 2 problems, the projector test.exe

[flexcoders] Flash player 9 standalone download

2007-09-24 Thread helix206
Can anyone please tell me where can i download the FP9 standalone player and active X so that i can put them on the CD for my clients? I cant find them anyware on adobe. thansk alot.

[flexcoders] Using special characters in Flex

2007-09-24 Thread helix206
I have a problem with \ character in flex. I want to send it to JS function with external interface, but if i do it like this : ExternalInterface.call(test,dir\\test.exe); in JS i get dir est.exe. Any way to solve that? Thanks

[flexcoders] Re: Flash player 9 standalone download

2007-09-24 Thread helix206
\Adobe\Flex Builder 2\Player\debug\Install Flash Player 9.exe 2007/9/24, helix206 [EMAIL PROTECTED]: Can anyone please tell me where can i download the FP9 standalone player and active X so that i can put them on the CD for my clients? I cant find them anyware on adobe. thansk alot.

[flexcoders] Re: Open SWF from another SWF.

2007-09-22 Thread helix206
,True);. I hope someone can help. thx. --- In flexcoders@yahoogroups.com, helix206 [EMAIL PROTECTED] wrote: I have a problem. I have several local SWF files built for a client,all run in full screen, and all are seperate applications. Now the client wants one unique window for running all

[flexcoders] Flash game ESC problem

2007-09-17 Thread helix206
I am creating a game in Flash, in fullscreen, but i dont want to allow users to exit fullscreen mode with Escape button, how can i disable that? thanks

[flexcoders] Flex component kit problem

2007-09-17 Thread helix206
I have created a SWC component with Flash, simple one. I have a variable label1 that i set from Flex when defining a component : local:MyComp id=Mycmp label1=Testing / Variable label1 actualy changes but the textField in Flash doesent show it, anyone knows why? This is part of AS code from

[flexcoders] How is this done?

2007-09-05 Thread helix206
I saw a fiew flash sites that act as normal HTML/CSS sites. By that i meen they resize the browser window acording to the content in flash, so if you click a link in a site and new content is much bigger then the old one, the flash SWF width and height changes and browser adopts. Can anyone

[flexcoders] Flex component kit problem

2007-05-17 Thread helix206
Ok, i have managed to create a small component in flash and load it in flex, work great, tho i have one problem. As the class i created extends uimovieclip, flex sees it as movieclip, but i need the property's of a button. Actualy i need autoRepeat property of a button. Does anyone know how to

[flexcoders] Re: image out of frame

2007-05-11 Thread helix206
Set horizontalScrollPolicy=off verticalScrollPolicy=off on your component.

[flexcoders] Re: CacheAsBitmap stops working.

2007-05-10 Thread helix206
lot less code! Troy. On 5/2/07, helix206 [EMAIL PROTECTED] wrote: Hello all, I have this strange ans stupid problem and the deathline is comming in a fiew days, so i hope someone will be able to help me. First of, I am trying to drag a vector map inside another

[flexcoders] Re: CacheAsBitmap stops working.

2007-05-10 Thread helix206
around locally without it having to redraw but forcing a redraw if you dragged too far. Kinda similar result to a tiled renderer, not quite as efficient, but a whole lot less code! Troy. On 5/2/07, helix206 [EMAIL PROTECTED] wrote: Hello all, I have this strange ans stupid problem

[flexcoders] Mouse Event - Mouse Pressed

2007-05-07 Thread helix206
Hi all, I would like to know is there a simple way to do the folowing : Press a buttom, and while its pressed button should call a function 24 times a second, or at the speed of a movie? thx.

[flexcoders] Re: Mouse Event - Mouse Pressed

2007-05-07 Thread helix206
@yahoogroups.com flexcoders%40yahoogroups.com, helix206 oputarek@ wrote: Hi all, I would like to know is there a simple way to do the folowing : Press a buttom, and while its pressed button should call a function 24 times a second, or at the speed of a movie? thx.

[flexcoders] Re: CacheAsBitmap stops working.

2007-05-03 Thread helix206
! Troy. On 5/2/07, helix206 [EMAIL PROTECTED] wrote: Hello all, I have this strange ans stupid problem and the deathline is comming in a fiew days, so i hope someone will be able to help me. First of, I am trying to drag a vector map inside another container fluidly

[flexcoders] CacheAsBitmap stops working.

2007-05-02 Thread helix206
Hello all, I have this strange ans stupid problem and the deathline is comming in a fiew days, so i hope someone will be able to help me. First of, I am trying to drag a vector map inside another container fluidly. So, I have a vector map, exported to .SWF. This map is loaded with SWFLoader

[flexcoders] How to connect Flex with barcode reader?

2007-04-06 Thread helix206
What would be the correct way to read Barcode reader data from Flex? Are there some examples on that? thx.

[flexcoders] Re: DB access in Apollo

2007-03-07 Thread helix206
Hi all, If i remember corectly, Mike Chambers sad in his Flex presentation that its possible to write drivers is AS3 for direct DB communication. Anyone tryed that? Also, Apollo direct DB comm would be a great addition to the package. --- In flexcoders@yahoogroups.com, David Mendels [EMAIL