Dear Mates,
I am developing a dynamic web site and will really appreciate it if there is anyone who knows how to solve the inconsistency of screen resolution between different viewers.
How do you actually dynamically programe the size of a flash movie automatically to suit different terminals.
theres a couple of ways, and lots of experimentation to do at different res settings, but I would try setting percentage values for your movie in the HTML output, rather than pixel values. If you set the width at 97% and the height at 97% your movie will resize to the window, and maintain the aspect as well!!
... or you can conssider to open a new window for your flash movie with javascript openWindow() thing, with fixed width and height (cheking for the different browsers, 'cos it is not that easy ..) .. up to you!