[Flashcoders] open windows explorer or OSX finder from flash

2008-10-31 Thread thomas nordahl
Is it possible to open either windows explorer or finder from flash ? is there maybe an jacascript that in use with Externalinterface does the trick? If any one have a soullution or know a tutorial please reply to this thread :) Happy coder Thomas

Re: [Flashcoders] open windows explorer or OSX finder from flash

2008-10-31 Thread Hans Wichman
Hi, no, unless it's a projector or wrapped up. regards, Hans On Fri, Oct 31, 2008 at 10:26 AM, thomas nordahl [EMAIL PROTECTED] wrote: Is it possible to open either windows explorer or finder from flash ? is there maybe an jacascript that in use with Externalinterface does the trick? If

Re: [Flashcoders] open windows explorer or OSX finder from flash

2008-10-31 Thread Hans Wichman
Hi, no, unless it's a projector or wrapped up. regards, Hans On Fri, Oct 31, 2008 at 10:26 AM, thomas nordahl [EMAIL PROTECTED] wrote: Is it possible to open either windows explorer or finder from flash ? is there maybe an jacascript that in use with Externalinterface does the trick? If

Re: [Flashcoders] open windows explorer or OSX finder from flash

2008-10-31 Thread Hans Wichman
Hi, no, unless it's a projector or wrapped up. regards, Hans On Fri, Oct 31, 2008 at 10:26 AM, thomas nordahl [EMAIL PROTECTED] wrote: Is it possible to open either windows explorer or finder from flash ? is there maybe an jacascript that in use with Externalinterface does the trick? If

[Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Preston Parris
I have a combo box that I just styled, everything works perfectly in the flash ide, all of the data populates, it drops down, is styled fine, Now when I open it in the browser, I click to drop it down, nothing happens. If I click it then tab to the box it shows the yellow outline of wear the

RE: [Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Karim Beyrouti
The problem with the drop down not working could be you removing some needed assets from the styling MovieClips. I suggest if you need to remove some bits of components you just test a lot and try to set the alpha to 0 from the palette if you need to remove something... As for the fonts - I had

RE: [Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Mendelsohn, Michael
It's possible that if your movie is a one frame timeline, you need to initiate all the ComboBox params after one frame. I can only speak for V2 components in AS2, but I have always needed to set up components after one refresh. - MM ___ Flashcoders

RE: [Flashcoders] ComboBox not dropping down in browser?

2008-10-31 Thread Cor
Can you show it?? -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of Preston Parris Sent: vrijdag 31 oktober 2008 17:53 To: flashcoders@chattyfig.figleaf.com Subject: [Flashcoders] ComboBox not dropping down in browser? I have a combo box that I just

[Flashcoders] Times per minute, and how much, data can pass to server without crippling it?

2008-10-31 Thread Anthony Pace
How many times per minute do you think it would be safe for a user to send this data to the server? So they can have the most up to date information possible. I am trying to avoid locking a file based on the user that is viewing it, because I want everyone to be able to view it at the same

Re: [Flashcoders] open windows explorer or OSX finder from flash

2008-10-31 Thread Anthony Pace
I personally wouldn't use this... This will only work on windows if your in IE:file:///C:/pathname here and choose your target Not a great help. Hans Wichman wrote: Hi, no, unless it's a projector or wrapped up. regards, Hans On Fri, Oct 31, 2008 at 10:26 AM, thomas nordahl