Re: [Flashcoders] Re: flash applicatin and database

2006-12-09 Thread Nehal Gandhi
hey thanks for the reply. cant use flash remoting due to the cost factor. and..php.. i cant use as never worked on it. Valentina, i will look into it..how about Zinc? any idea? will it work for MAC server or MAC standalone? -Nehal On 12/9/06, Roberto Scordino [EMAIL PROTECTED] wrote: I

[Flashcoders] flash applicatin and database

2006-12-08 Thread Nehal Gandhi
Hey, I need help for deciding the architect for project which is an application Application would get installed on win/mac , standalone/network scenario. Flash is fixed as front end, and need to decide middle tire +db. Which db should I use which support all above mention platform and

Re: [Flashcoders] Open PDF in Acrobat

2006-11-29 Thread Nehal Gandhi
if its standalone application you r creating, have a look at local content updater on adobe site. it worked for me... -Nehal On 11/30/06, Rákos Attila [EMAIL PROTECTED] wrote: Are you talking about a projector application? In this case you can create a simple batch file for opening PDF-s,

[Flashcoders] Save Bitmapdata as JPG with Java

2006-09-28 Thread Nehal Gandhi
hey, I have read sometime back, some one saved Bitmapdata Image, to server using java (not PHP). I am looking for the same, any pointer? thanks in advance -Nehal ___ Flashcoders@chattyfig.figleaf.com To change your subscription options or search the

Re: [Flashcoders] ColorTransform

2006-09-20 Thread Nehal Gandhi
Try this --- import flash.geom.ColorTransform; import flash.geom.Transform; var colorTrans:ColorTransform = new ColorTransform(); var trans:Transform = new Transform(my_mc); var restoreTrans:ColorTransform = new ColorTransform(); blue_btn.onRelease = function() {

Re: [Flashcoders] Can't get rid of halo rectangle

2006-03-21 Thread Nehal Gandhi
try Button.prototype.drawFocus = undefined; -Nehal On 3/22/06, Keith Takayesu [EMAIL PROTECTED] wrote: I'm trying to assign custom icons to a Button dynamically in a custom component. Here is my code snippet: mybutton = createClassObject ( Button, mybutton , this.startDepth++, {_x:myx