| Home | Tutorials | Forums | Articles | Blogs | Movies | Library | Employment | Press | Buy templates |
|
|
#1 |
|
Registered User
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
|
Is there some way to change the window status bar from within Flash?
Jennifer |
|
|
|
|
|
#2 |
|
no sleep til bedtime
Join Date: May 2001
Location: Brighton
Posts: 1,322
|
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... |
|
|
|
|
|
|
|
|
#3 |
|
Registered User
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
|
That gives me an error
'return' statement outside of function Jennifer |
|
|
|
|
|
#4 |
|
no sleep til bedtime
Join Date: May 2001
Location: Brighton
Posts: 1,322
|
you're right, sorry I've tried a good few variations and it's not happening for me - someone come to our rescue...
|
|
|
|
|
|
#5 |
|
Registered User
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
|
Which Brighton are you from?
Jennifer |
|
|
|
|
|
#6 |
|
no sleep til bedtime
Join Date: May 2001
Location: Brighton
Posts: 1,322
|
There's more than one?
The one with the bad weather... |
|
|
|
|
|
#7 |
|
Registered User
Join Date: Jul 2002
Location: Ontario, Canada
Posts: 85
|
That still doesn't say a whole lot.
![]() I just asked cuz I'm from Brighton. Jennifer |
|
|
|
|
|
#8 |
|
done
Join Date: Jun 2001
Location: portland, or
Posts: 8,048
|
not sure, but try:
ActionScript Code:
__________________
tg --- what the hell was i thinking? |
|
|
|
|
|
#9 |
|
no sleep til bedtime
Join Date: May 2001
Location: Brighton
Posts: 1,322
|
nice one tg, that's it - void(0) having the same effect as return false would in a function...thx
|
|
|
|
![]() |
| Thread Tools | |
| Display Modes | Rate This Thread |
|
|