[flexcoders] Re: SecurityError

2008-12-14 Thread dialogtmp
> Rick Winscot > > > On 12/14/08 1:42 AM, "dialogtmp" wrote: > > > > > > > > > > > I tried to set allowscriptaccess=always,but it still occured Error > > #2060. > > > > I try to search some information, but I don't

[flexcoders] Re: SecurityError

2008-12-13 Thread dialogtmp
to > cross-site scripting. Have you tried the allowscriptaccess parameter? What > is your security configuration? > > Rick Winscot > > > On 12/13/08 10:20 PM, "dialogtmp" wrote: > > > > > > > > > > > thaks Rick :) > >

[flexcoders] Re: SecurityError

2008-12-13 Thread dialogtmp
thaks Rick :) About my flex page,at the first,it will wait another page development by javascript pass the parameter. And then the flex page accroding to the parameter to parse html . Finally, passing the result of html parsing back to the javascript page. dialogtmp --- In flexcoders

[flexcoders] SecurityError

2008-12-11 Thread dialogtmp
thanks, dialogtmp

[flexcoders] open the other website

2008-10-13 Thread dialogtmp
s that can implement? What component and method should I use? thanks, dialogtmp

[flexcoders] get the file path

2008-10-02 Thread dialogtmp
hello all, When I use fileRef.name, I can get the file name. If I want to know where the file located on the user computer, what API should I use? thanks, dialogtmp

[flexcoders] dialog box

2008-09-22 Thread dialogtmp
Hi,all I want to implement a function that will show a dialog box let user to choose pictures they want to show on this program. But I don't know which API on the AIR can show the dialog box. Is any related information? thanks, dialogtmp

[flexcoders] Re: search file

2008-09-22 Thread dialogtmp
thanks :) But I don't know the method for implement file searching. Is there any similar example to learn? dialogtmp --- In flexcoders@yahoogroups.com, Gordon Smith <[EMAIL PROTECTED]> wrote: > > You can do this in AIR, but browser apps are not allowed to enumerate the

[flexcoders] search file

2008-09-09 Thread dialogtmp
this idea possible implement in flex? thanks, dialogtmp

[flexcoders] Re: download many files at a time

2008-09-01 Thread dialogtmp
Just remember me as that guy who's trying to help out, there's not much > > left for me to do, but exactly that, and it's a good feeling (despite the > > hat'in by a few people on this forum). > > > > -r > > > > On Aug 31, 2008, at 12:4

[flexcoders] Re: download many files at a time

2008-08-31 Thread dialogtmp
e dialog for each file though. > > 2008/8/28 dialogtmp <[EMAIL PROTECTED]> > > > hello,all > > > > I want to let user to download many files at a time, but I can't use > > the server side language to implement. > > > > I have alre

[flexcoders] download many files at a time

2008-08-27 Thread dialogtmp
hello,all I want to let user to download many files at a time, but I can't use the server side language to implement. I have already searched much information, but still could not find the solution. How should I do? Dose it possible implement in flex? thanks, dialogtmp

[flexcoders] Re: about allowMultipleSelection question

2008-08-26 Thread dialogtmp
> > http://mitek.id.au/blog/2008/08/24/easy-multiple-items-selection- in-datagrid/ > > > Cheers, > Dmitri. > > > --- In flexcoders@yahoogroups.com, "dialogtmp" wrote: > > > > Hello all, > > > > When I set the allowMultipleS

[flexcoders] Re: about allowMultipleSelection question

2008-08-25 Thread dialogtmp
Thank you very much!! \^0^/ But I only study flex for several weeks. I don't know how to use the override method in my flex project. Has any related information? thanks, dialogtmp --- In flexcoders@yahoogroups.com, "Dmitri Girski" <[EMAIL PROTECTED]> wrote: >

[flexcoders] Re: about allowMultipleSelection question

2008-08-25 Thread dialogtmp
log/2008/08/24/easy-multiple-items-selection- in-datagrid/ > > > Cheers, > Dmitri. > > > --- In flexcoders@yahoogroups.com, "dialogtmp" wrote: > > > > Hello all, > > > > When I set the allowMultipleSelection is true of TileList, I c

[flexcoders] about allowMultipleSelection question

2008-08-24 Thread dialogtmp
Hello all, When I set the allowMultipleSelection is true of TileList, I can use shift or Ctrl to choice many objects. But I just want to click mouse to choice many objects. How should I do ? thanks, dialogtmp

[flexcoders] download files

2008-08-14 Thread dialogtmp
Hi! I know I can use "fileRef.download" this method to download file in the internet, but this method only can download a file at a time. If I want to download many files at a time, has any method can do that? thanks, dialogtmp