Flash development

Moderators: None (Apply to moderate this forum)
Number of threads: 221
Number of posts: 377

This Forum Only
Post New Thread
Single Post View       Linear View       Threaded View      f

Report
Re: Opening a link in the same window Posted by Jonavis on 25 Jan 2003 at 9:08 PM
: I have created a menu with buttons on it to go on a web page. However when I tried to put links onto the buttons using the URl in the Character dialogue it stopped my rollovers working when I moved the mouse over the text. I tried using the GetURL command but this caused the page to open in a new window. I used the _self command. Does anyone know how to open the link in the same window? Maybe using a command like _parent? Please help.Many thanks.
:
: ITA
:
-----------------------------------------
Hi ITA,
From what your saying, I asume that the correct commando to open a link in the same page (asuming that you dont have the page divided in frames) would be:

on(release){
getURL("yourfile.html:, "_self");
}

let me know if this works or if you need anymore help.

see ya,
Jon


Thread Tree
ITA Opening a link in the same window on 20 Jan 2003 at 1:33 AM
Jonavis Re: Opening a link in the same window on 25 Jan 2003 at 9:08 PM



 

Recent Jobs

Official Programmer's Heaven Blogs
Web Hosting | Browser and Social Games | Gadgets

Popular resources on Programmersheaven.com
Assembly | Basic | C | C# | C++ | Delphi | Flash | Java | JavaScript | Pascal | Perl | PHP | Python | Ruby | Visual Basic
© Copyright 2011 Programmersheaven.com - All rights reserved.
Reproduction in whole or in part, in any form or medium without express written permission is prohibited.
Violators of this policy may be subject to legal action. Please read our Terms Of Use and Privacy Statement for more information.
Operated by CommunityHeaven, a BootstrapLabs company.