PDA

View Full Version : Html


QueenCobra
08-26-2004, 02:55 PM
Hi

I design a web site using front page and from one of the html I want to open a page in auto play studio how can I do this???????

longedge
08-26-2004, 04:06 PM
Do you mean that you are publishing a web site on the www and want to provide a link to an AMS executable as a download ?

JimS
08-26-2004, 04:46 PM
If you start your AMS5 project from a command line, you can include switches that can tell your project to open to a certain page.

I don’t know how to create a hyperlink that includes switches, maybe someone else knows.

An alternate method might be to create a .bat file that will perform the command line actions that you want with the switches, then create a hyperlink to the .bat file.

The big problem here is that a window will pop up and ask the user if he/she wants to Open, Save, or Cancel. If the user picks Open, it should work as you want.

You might want to check out _CommandLineArgs in the help file.