How can I add a zoom feature to my existing Flash application? -


I have a view, three frames, and a bunch of action script codes that provide many external interface hooks. Three frames have an input text box, which is the & lt; Embed & gt; Tags change the size, increases and grows by using JavaScript ( not scales).

Now I want to add the ability to zoom in / out of this app without increasing the text point size, I thought it would be the flash object Using javascript zoom (percent) method will be easy, but it does not work because my action script code includes:

  stage align = "TL"; Stage.scaleMode = "noScale";  

I doubt that I need to take the whole movie as I have done, and put it inside a movie clip, add a zoom ExtRInter interface call, which in some way Scales movie clips, and with external inteterface methods now I am out of the stage with new movie clips ... but it seems like almost completely rewriting? Will this method also work? Is there a better way?

If I can clarify the question in any way, please ask! I'm a JavaScript expert not a flash expert! : -)

I think you should have a vcam:

This is basically an adjustable rectangle that shows the screen inside only its boundaries, you can make it bigger or smaller for zooming in and out. You can just wire an Action Lostman to create a Scroll Wheel event or scale based on some button presses.

If you need more help, just let me know.


Comments