Ask a Question related to Macromedia Flash, Design and Development.
-
Trevor Neilson #1
A Quick Question
Does anyone know if it is possible to create a Flash movie that has
the ability to let the user click on a button to begin the
installation of a .exe as well as run other functions?
The process would go:
1) Insert CD
2) Flash-based window opens
3) Flash-based window gives user the option to begin an install of a
..exe, run a Flash demo, launch a website, etc.
Most conserned with running .exe
Is this possible?
Thanks
Trevor Neilson Guest
-
very quick question
In my database a field is designated as 0 or -1 . When i make my form how do i set up the drop down menu so that the user chooses yes or no and... -
Quick CSS question
Hi, I have a css file that I used when building my template. Now that I'm building additional pages from the template, do I edit the same css file... -
quick MX question....
how do you get rid of that window on the right where it says 'color swatches', 'components', etc.. it really bothers me, it makes the working area... -
Quick question
if you want to select top 100 records, you will use SELECT TOP 100 * FROM tableName Is there anyone knows how to find bottom 100 records? ... -
QUICK SSA QUESTION
AIXers, I'm looking for a quicker way to determine the physical locations of ssa drives in a SSA drawer w/o having to use diag/ssa service aides... -
bosman #2
Re: A Quick Question
"Trevor Neilson" <treneilson@yahoo.com> wrote in message
news:1e2f3c04.0309251006.2f5a1509@posting.google.c om...You can define action for button to start exe file by fscommand command> Does anyone know if it is possible to create a Flash movie that has
> the ability to let the user click on a button to begin the
> installation of a .exe as well as run other functions?
>
> The process would go:
> 1) Insert CD
> 2) Flash-based window opens
> 3) Flash-based window gives user the option to begin an install of a
> .exe, run a Flash demo, launch a website, etc.
>
> Most conserned with running .exe
>
> Is this possible?
>
> Thanks
For examle button is named starter_btn
starter_btn.onRelease = function() {
fscommand("exec", "Here you have to put Path to the application");
}
regards
bosman
bosman Guest
-
Trevor Neilson #3
Re: A Quick Question
> You can define action for button to start exe file by fscommand command
Thanks bosman. I will give this a shot.> For examle button is named starter_btn
>
> starter_btn.onRelease = function() {
> fscommand("exec", "Here you have to put Path to the application");
> }
>
> regards
> bosman
Regards,
Trevor
Trevor Neilson Guest



Reply With Quote

