Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Craig H #1
buddy api help (FileList)
Hi there
I am creating a CD brochure using Director MX and I am having some
trouble with Lingo.
The client wants to be able to have some sort of file system, where
they can view files from a folder on the CD. The folder will also be
updated on a regular basis (on new CD's). I have tried this lingo:
on mouseUp
open "C:\Documents and Settings\file name" with
"C:\windows\explorer.exe"
end mouseUp
I want the files to be part of the stage and not as a seperate window
in "Explorer" I have been using the buddy API Xtra to do this, but I
am having some bother.
I have used the following Lingo attatched to a field:
on mouseUp me
test = baFileList("c:\test\","*.*")
put test & Return after field "new field"
end
But I just get a list of files like this:
["test1","test2","test3"].
I would like them to list down the page rather than accross,
Can this be done?
Or is there an easier way of doing this by having to have a seperate
window without all the borders etc.
Also would i be able to select the files once they are there?
Can anyone help???
Sorry for the long winded message!!
Craig H Guest
-
Need help with Buddy API
Hi All- I'm more than a little embarassed to be asking this, but I need some help with Buddy API and Director 6.5 (I do have FileXtra4 but for the... -
Automated Filelist.
Hi! I want to build a PHP-Site, wich lists some downloadable files in some directories from our internet server. Can anyone tell me some... -
buddy api
I was under the impression that Buddy API could minimize a Director app. but I looked in the PDF and the text from the interface property of the... -
BUDDY API on MAC
Trying to use the BUDDY API Xtra to open PDFs using Acrobat. Using the BaRunProgram and BaOpenFile and having no success, wrong functions to use? ...



Reply With Quote

