Home Tutorials Forums Articles Blogs Movies Library Employment Press Buy templates

Go Back   ActionScript.org Forums > Supporting Technologies > HTML and JavaScript

Reply
 
Thread Tools Rate Thread Display Modes
Old 10-18-2002, 10:20 PM   #1
toxalot
Registered User
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
Default Window Status Bar

Is there some way to change the window status bar from within Flash?

Jennifer
toxalot is offline   Reply With Quote
Old 10-18-2002, 11:33 PM   #2
jimburton
no sleep til bedtime
 
jimburton's Avatar
 
Join Date: May 2001
Location: Brighton
Posts: 1,322
Default

yes, with javascript in a getURL:

getURL("javascript:window.status='No one looks at the status bar!';return true;");

but it will stay that way then until you set it back to something else...
jimburton is offline   Reply With Quote
Old 10-18-2002, 11:54 PM   #3
toxalot
Registered User
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
Default

That gives me an error

'return' statement outside of function

Jennifer
toxalot is offline   Reply With Quote
Old 10-19-2002, 12:39 AM   #4
jimburton
no sleep til bedtime
 
jimburton's Avatar
 
Join Date: May 2001
Location: Brighton
Posts: 1,322
Thumbs down

you're right, sorry I've tried a good few variations and it's not happening for me - someone come to our rescue...
jimburton is offline   Reply With Quote
Old 10-19-2002, 12:50 AM   #5
toxalot
Registered User
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
Default

Which Brighton are you from?

Jennifer
toxalot is offline   Reply With Quote
Old 10-19-2002, 12:59 AM   #6
jimburton
no sleep til bedtime
 
jimburton's Avatar
 
Join Date: May 2001
Location: Brighton
Posts: 1,322
Default

There's more than one? The one with the bad weather...
jimburton is offline   Reply With Quote
Old 10-19-2002, 01:34 AM   #7
toxalot
Registered User
 
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
Default

That still doesn't say a whole lot.

I just asked cuz I'm from Brighton.

Jennifer
toxalot is offline   Reply With Quote
Old 10-19-2002, 08:13 AM   #8
tg
done
 
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
Default

not sure, but try:
ActionScript Code:
getURL("javascript:window.status='" + msg + "';void(0)");
__________________
tg
---
what the hell was i thinking?
tg is offline   Reply With Quote
Old 10-19-2002, 07:48 PM   #9
jimburton
no sleep til bedtime
 
jimburton's Avatar
 
Join Date: May 2001
Location: Brighton
Posts: 1,322
Default

nice one tg, that's it - void(0) having the same effect as return false would in a function...thx
jimburton 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 On
HTML code is Off

Forum Jump


All times are GMT. The time now is 10:53 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.