possible to mirror flash?

Out of context: Reply #2

  • Started
  • Last post
  • 7 Responses
  • geoffroy0

    Check your video card driver parameters, it may be easier.
    Else, I think you can load you swf in an other movie and apply a mirror with some actionscript (in your first frame):

    mc = this.createEmptyMovieClip("loade... 10);
    mc.loadMovie("movie.swf");
    mc._xscale = -100;
    mc._x = 800; // update the value with your movie width

    But it can be bugy if you use some actionscript commands in your movie that refer to the _root.

View thread