|
|
||||||
|
|
|||||||
|
|
LinkBack | Thread Tools |
|
|
#1 |
|
bdz
Age: 25
Join Date: Nov 2004
Posts: 1,949
Location: Orlando/Daytona Beach, FL User is: OffLine |
Actionscript 2.0 or 3.0
I'm not sure if this is the right area to post this, seeing that this is a automotive forum, but what the hell.I have a pretty simple task that I need to tackle, just not sure how to go about this. If anyone is familiar with actionscript I'm sure you can help me. I'm just trying to find out how to allow the user's browser determine the width of the document on the fly. I've seen a few examples of these, just haven't found them in my bookmarks as of yet if I find them I will edit the post and post them back up. If anyone has any ideas on how to do this it would be greatly appreciated.
|
|
|
|
|
#2 |
|
Registered User
Age: 27
Join Date: Mar 2007
Posts: 111
Location: Weston, Fl User is: OffLine |
Re: Actionscript 2.0 or 3.0
Did you try
var h=Stage.height; var w=Stage.width; ? ~Derek |
|
|
|
|
#3 |
|
bdz
Age: 25
Join Date: Nov 2004
Posts: 1,949
Location: Orlando/Daytona Beach, FL User is: OffLine |
Re: Actionscript 2.0 or 3.0
|
|
|
|
|
#4 |
|
Registered User
Age: 27
Join Date: Mar 2007
Posts: 111
Location: Weston, Fl User is: OffLine |
Re: Actionscript 2.0 or 3.0
I'll be sure to check it out!
The day you stop learning is the day you admit defeat =) ~Derek |
|
|
|
|
#5 |
|
bdz
Age: 25
Join Date: Nov 2004
Posts: 1,949
Location: Orlando/Daytona Beach, FL User is: OffLine |
Re: Actionscript 2.0 or 3.0
|
|
|
| Sponsored Links | |
Advertisement | |
| Thread Tools | |
|
|