The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

NAME

SWF::Scripter::Plugin::load - Load an image

CALLING

In your script call this with the X,Y co-ordinates and an image to place at those coordinates.

For example:

  # Load at 0,0
  load 0,0, me.jpg

  # load at 50,50
  load 50,50,you.jpg

AUTHOR

Steve Kemp

http://www.steve.org.uk/

LICENSE

Copyright (c) 2010 by Steve Kemp. All rights reserved.

This module is free software; you can redistribute it and/or modify it under the same terms as Perl itself. The LICENSE file contains the full text of the license.