lingo-l Getting folders...

2005-07-27 Thread Mendelsohn, Michael
Hi list... [WinXP] I use the below buddy command to get a safe place to store data for the projector. I'm wondering if this registry key has been the same in previous versions of Windows, and will likely stay the same with Windows Vista, that is, if anyone has a crystal ball. (And if you do

lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread arjen
hi list, i'm having an urgent problem. hope anyone can help. i'm developing an interface that talks with several others applications using FlashXML-sockets, which goes very well. but now we're adding a web-interface, and i have trouble getting the the XML-socket to listen to very simple server

Re: lingo-l Getting folders...

2005-07-27 Thread Valentin Schmidt
Hi Michael, I'm not sure about the reg key, but you can directly query the app-data folder by using: tAppDataFolder = baEnvironment( APPDATA ) Cheers, Valentin Mendelsohn, Michael wrote: Hi list... [WinXP] I use the below buddy command to get a safe place to store data for the projector.

Re: lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread Mathew Ray
Could it be a security sandbox issue? Flash Player 7.0.14.0 looked for policy files in only one location: /crossdomain.xml on the server to which a data-loading request was being made. For an XMLSocket connection attempt, Flash Player 7.0.14.0 looked for /crossdomain.xml on an HTTP server on

Re: lingo-l lingo + flashSocket + php + another app

2005-07-27 Thread Cole Tierney
does anyone understand what i'm talking about, and recognize the problem? I haven't worked with flash xmlSockets, but you could test your theory by having the php send an additional \n or \0. If that doesn't help, I would run a packet sniffer to see what's really going on. -- Cole [To

Re: lingo-l Getting folders...

2005-07-27 Thread Daniel Nelson
or... OSX: applicationDataFolder = baSysFolder(prefs) Windows 2000, XP: applicationDataFolder = baSysFolder(26) These each give the user specific application data folder. Regards, Daniel Valentin Schmidt wrote: Hi Michael, I'm not sure about the reg key, but you can directly query the

RE: lingo-l Getting folders...

2005-07-27 Thread Mendelsohn, Michael
Thanks Daniel and Valentin. I noticed in Buddy Help under baSysFolder, there's a list of corresponding numbers/folders in the Windows Platform SDK. Where's that list available? Also, I'm wondering if there's a web page somewhere that lists common environment variables you can use in

RE: lingo-l Getting folders...

2005-07-27 Thread Mendelsohn, Michael
Excellent, Stephen. Thanks for the tip. - MM [To remove yourself from this list, or to change to digest mode, go to http://www.penworks.com/lingo-l.cgi To post messages to the list, email lingo-l@penworks.com (Problems, email [EMAIL PROTECTED]). Lingo-L is for learning and helping with