Flasher Archive
[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]
Subject: | FLASH: GetUrl with the ? thingy |
From: | Michael Galvin |
Date: | Sun, 10 Oct 1999 18:32:49 +0100 |
If I create an html file, I can use the following syntax
<a href="frame.htm?78.htm">78</a>
<a href="frame.htm?79.htm">79</a>
which will open the same frame.htm file, and fill in one of the frames with
the relevant .htm file (78 or 79) depending on which link is used.
So, how do I recreate this in flash? I've tried
Get URL ("frame.htm?78.htm", window="new")
and it opens the new window, loads the frame.htm file, but doesn't fill in
the relevant file.
What am I doing wrong. I've tried sending the vars with GET and POST,
to no avail.
Has anyone else tried this, and got it to work?
Michael
|
[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]