[AS1] how can I browse a file from a cd using action script
hello
I am designing a cd autorun. I made a close button that when I click on, it will end the autorun program and if possible open a file from the cd.
Thanks for the nice page you gift. It is really useful.
Actually I wanted to allow the user to browse the Cd after seeing the presentation so the rest of documents that are not contained in the presentation will be shown in an individual file which will appear to the user after he clicks on the button.
I hope you understand what I meant. so, please help me.
Thanks / best wishes
Since proxy works with BAT files you can put any command you want in the BAT file to do just about anything you want. To show a folder from the CD you would call "explorer.exe" (which is the Windows Explorer, not Internet Explorer). You can do it like this to browse the root folder of the drive the BAT file is on. This will work from a CD or on your desktop if you want to try it before burning a CD.