Ask a Question related to Macromedia Director Lingo, Design and Development.
-
Agustín María Rodríguez #1
Re: user imports external file
"billbones" [email]webforumsuser@macromedia.com[/email] wrote:
You can use fileIO for opening a system window and let the user browse> I want to give the user an option to import their own graphic (image file) so they can use it as a texture on a 3d model.ie when the user presses the 'import' button the windows file dialogue box appears and they can naviagate to their file and import it.
>
> Is this possible and how.
for the file. Then, you can assign that path to the member that will
hold the image. Once that´s done, you make a newTexture using that member.
property pFileIOx
on beginSprite me
--initialize xtras
pFileIOx = xtra("fileIO").new() --fileIO
end
on mouseUp me
pFileIOx.setFilterMask("Select the file for the texture, *.jpg")
tPath = pFileIOx.displayOpen()
member("texture").fileName = tPath
end
Good luck,
--
Agustín María Rodríguez | [email]agustin@OnWine.com.ar[/email] | [url]www.OnWine.com.ar[/url]
Agustín María Rodríguez Guest
-
how to load external html file into mxml file
hi all plz tell me how i can load external html file in mcml file just like say when we receive mail in inbox and see our mail data .. i have... -
Flash file imports data with XML
I'm hoping there's an easy answer to my question. I'v made a flash file that imports data from an xml file and then it loads it into the flash... -
Mount in user mode && USBD for external HDD
Hi, well I have 2 problems the first: I have external hdd and I want that the system create a symlinks when I turn on my hdd usbdev -v give... -
Start external Process under different user account in ASP.NET???
Does anyone know how to get Process.Start() to use the security context of the user that my ASP.NET app is impersonating? It seems that it is... -
load a .swf file within current .swf as per value of external text file
Hi ! I am confused at a point and need help. I just want to load a .swf file within my current .swf file as per the value the external text...



Reply With Quote

