[Request] Built in SWF scalator
As some might remember - and some probably don't - there is example done by Clubsoft allowing us to 'Scale our flash projects'.
The links are still on. But I would like to request adding this JS script function as a built-in element to our compiler.
Why?
Because it allows our flash apps to stay the same size nevertheless any zooming in or out effects. Thanks to that all our objects put out of the visible frame are safe, as well as the project itself works better.
How?
In build options for SWF file there could be a Scale option where we would type value which would be set as a scalator - 1 is for 1:1 window which always allows us to keep it in the original size.
And rest is only a small bit of JS code in HTML file as well as additional JS file, which are already available!
Just as a proof that it's working fine. Check my picture gallery made with use of StephenL Flash External File extension at http://cebulkon.pl/poprzednie.html - try to zoom in and out the whole website and see how Flash file behaves.
Re: [Request] Built in SWF scalator
Nice use of the extension. :)
Re: [Request] Built in SWF scalator
ATM it loads only main pictures - but I want to use it as well for the miniatures. I just firstly had to try it out to check how it performs so you can count it as experiment.
But because I'm scrolling thanks to pixel perfect position of mouse and changing speed based on that I needed window to be always counted as 1000x1000 nevertheless the zoom in/out of it and not to see any other picture miniatures. And this is why I had to dig up Clubsoft example which make my day.
BTW I'm glad that you liked it - and trust me if you would look into those two things which I requested for this and another extensions we would be able to create even more interesting things.