Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > ActionScript Forums Group > Simple Stuff (Newbies)

Reply
 
Thread Tools Rate Thread Display Modes
Old 01-13-2001, 08:41 PM   #1
sky_doq
Registered User
 
Join Date: Dec 2000
Location: Brielle , the Netherlands
Posts: 65
Send a message via AIM to sky_doq Send a message via Yahoo to sky_doq
Exclamation

I'va a question , how to create a back button with flash yust like the browser has ??

JJ
sky_doq is offline   Reply With Quote
Old 01-13-2001, 09:35 PM   #2
Strok
Registered User
 
Join Date: Nov 2000
Location: Toronto Canada
Posts: 789
Send a message via ICQ to Strok
Default

So far as i know it is not possible

you can try:

on (release) {
getURL ("javascript:history.back()");
}

But it works just on second click
Strok is offline   Reply With Quote
Old 01-13-2001, 09:39 PM   #3
Strok
Registered User
 
Join Date: Nov 2000
Location: Toronto Canada
Posts: 789
Send a message via ICQ to Strok
Default

Sorry
It work now !!!


on (release) {
getURL ("javascript:history.back()");
}
on (press) {
getURL ("javascript:history.back()");
}
Strok is offline   Reply With Quote
Old 01-15-2001, 08:46 PM   #4
sky_doq
Registered User
 
Join Date: Dec 2000
Location: Brielle , the Netherlands
Posts: 65
Send a message via AIM to sky_doq Send a message via Yahoo to sky_doq
Cool

Thnx for your help, now if people don't want to be on my flashsite they can use my 'go back button' and it also is for my flashbrowser.

JJ
sky_doq is offline   Reply With Quote
Reply


Thread Tools
Display Modes Rate This Thread
Rate This Thread:

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off

Forum Jump

Similar Threads
Thread Thread Starter Forum Replies Last Post
back button flyByNite Other Flash General Questions 6 03-07-2006 08:06 PM
Trying to create secondary Back Button Chivid ActionScript 1.0 (and below) 1 05-16-2005 12:55 AM
Back to Previous Menu (Back Button) Bassdog ActionScript 2.0 5 04-23-2005 06:15 PM
BACK button? Bosworth Other Flash General Questions 5 02-22-2005 11:15 PM
back button solution and if statements Ricod ActionScript 1.0 (and below) 2 11-30-2001 08:47 AM


All times are GMT. The time now is 04:25 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Ad Management plugin by RedTyger
Copyright 2000-2009 ActionScript.org. All Rights Reserved.
Your use of this site is subject to our Privacy Policy and Terms of Use.