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!!