# Getting resolution of movie

**URL:** https://forum.kirupa.com/t/getting-resolution-of-movie/147750
**Category:** Uncategorized
**Created:** [May 13, 2005, 11:14am UTC](https://forum.kirupa.com/t/getting-resolution-of-movie/147750 "2005-05-13T11:14:54Z")
**Posts on this page:** 1
**Page:** 1

<div class="post-metadata">

### Author: ![Kawahee](https://avatars.discourse-cdn.com/v4/letter/k/b3f665/32.png) [@Kawahee](https://forum.kirupa.com/u/Kawahee)
#### Post date: [May 13, 2005, 11:14am UTC](https://forum.kirupa.com/t/getting-resolution-of-movie/147750/1 "2005-05-13T11:14:54Z")

</div>

Hey,

My friend and I are playing around with flash and our psuedo-online networks mySQL database, and we’re hoping to hook both of them up to each other. In the end, we want to make a whole flash page that does everything related to your user account/forum (forum headlines, latest posts, PMs, etc), but we want it to be resizeable, and not stretch (for example I place a button that’s 100 \* 30 in the bottom corner, and I resize the browser window (presuming the flash is 100% by 100%), I want that button to be 100 \* 30 and still in that corner. What I want is how to get the current global movie width and height. I tried making a dynamic textbox that was like 130 \* 17.4, but when I did dyntext.text = \_width to on frame 1, it just have me 130 (width of dynamic textbox). Any ideas/ways on how to get the actual width and height of the browser instance of the movie would be much appreciated.
