[Flashcoders] file reference

2006-06-19 Thread Mayur Bais
hello all, I want to know the path of the file on the local hard drive which is been browsed by the user. How can I achieve this ? flash 8 provides flash.net.FileReference package which we can achieve browse and upload. But I could not find the solution to my problem. Any idea how can I do this ?

RE: [Flashcoders] file reference

2006-06-19 Thread Mayur Bais
not too long ago (last week !) Search for the following : ³FileReference and Getting File Path² with the cool new tool that Muzak has provided us http://muzakdeezign.com/flashcoders/ From: Mayur Bais [EMAIL PROTECTED] Reply-To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com Date: Mon

[Flashcoders] camera detection

2006-06-15 Thread Mayur Bais
Hello all, I am trying to develop camera recording application. I was able to record the video and save it and play back again . But my problem is : it needs to show camera feed in video component by default, if user has already attached camera to his PC and NOT show the setting

RE: [Flashcoders] PDF generation Though Flash

2006-05-25 Thread Mayur Bais
Hi, There could be components like blazePDF available to generate pdf from flash Which may generate jpg and then pdf Check out http://www.blazepdf.com/ it's a ready made component Mayur -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Sachin Desai

Re: [Flashcoders] outlook need to be oppened from Flash

2006-02-27 Thread Mayur Bais
try this link.onRelease = function(){ getURL(mailto:[EMAIL PROTECTED]); }; [EMAIL PROTECTED]);}; or you can create a text box ,select some text in it..and in the getURL box in the property inspector write : mailto:[EMAIL PROTECTED] [EMAIL PROTECTED]);}; Mayur ! On 2/27/06, Bharat Group

[Flashcoders] asp + flash

2006-02-14 Thread Mayur Bais
I having the following Problem ..i would be really thankful if some one here can help me with this. the asp for me is just not working... i have this code in my flash file var result_lv:LoadVars = new LoadVars(); var send_lv:LoadVars = new LoadVars(); login.clickHandler = function(evt:Object)