
July 31st, 2007, 02:04 AM
|
|
Contributing User
|
|
Join Date: Aug 2004
Location: Pta, RSA
Posts: 166
  
Time spent in forums: 21 h 13 m 12 sec
Reputation Power: 6
|
|
|
Url target
hi
I have a flash movie with buttons on an html page index.htm
example code:
Code:
on (release) {
getURL("range.htm", "main");
}
want to use the same flash in a different layout now, so i changed it to:
Code:
on (release) {
getURL("range.htm", _top);
}
so that it opens over the current page. but it keeps opening in a blank document. "_top" doesn't make a diffenrence either.
why is it doing this, and how can i fix it?
Thanks
 Lee
|