as you can see it’s all 100% flash and when you resize the browser window the actual site doesnt resize with it, it only places the actual site element in the middle, does anyone know how to do that?
Thanks in advance!
as you can see it’s all 100% flash and when you resize the browser window the actual site doesnt resize with it, it only places the actual site element in the middle, does anyone know how to do that?
Thanks in advance!
well ill see if i cant whip up some AS for you but basically, they published the movie at 100%x100%. then they used the stage object a lot. basically, they take the width or height of the window, subtract the demensions of the movie, and then divide by 2 and those are your x and y values for the part of the movie you see. cheers.
that popping noise when that site is loading was really annoying. Don’t do that! haha
i am an actionscript n00b and really don’t have a clue on how to start something like this, i am learning as tho, but i really need this, so if you could write the as for me i would REALLY REALLY appriciate it!
Hi guys,
If I understand the question correctly you do NOT want your Flash site to be resizable.
To stop the resizing, in frame 1 of the action layer of your parent fla put this:
// Send these commands to the Flash Player
fscommand (“allowscale”, “false”);
Then, in your index page just after the <body> tag put this to keep it centered:
<div align=“center”>
Then, just before the </body> put this:
</div>
thats not really it, as you can see you can resize the window but all the content doesnt rescale but the bg does and the content element auto slides to the middle and the whole site is flash on screen, rightclick in any corner or place to know what i mean!
This seems quite challenging, perhaps a little too much to chew on for a newbie… But … I’d sure like to know how to do it.
Well, after looking at the site and resizing the browser window for 5 minutes I finally saw what you’re after. -I thought my solution was too simple!
I agree with the previous post: hard for a beginner. Even hard for a 6 month rookie like me.
-Good luck!
:: Copyright KIRUPA 2024 //--