|
|||||||
|
Since the introduction of Flash MX it's been possible to load jpg's dynamically from a server into a Flash movie at runtime. However, it has only been possible to load either swf files or "non-progressive" jpg's and only from the same domain. img2swf is a server application that converts a range of image formats to swf at runtime making it possible to dynamically load them into Flash via loadMovie. Simply by appending the URL of the img2swf server application to the front of an image URL it is possible to load the following formats directly into Flash from anywhere on the web;
img2swf and Flashplayer 7With the latest Flash player you can now import images (jpg or swf)
directly into text fields. How do I use it?//If
necessary, create a movieClip for the image to be loaded into With the proper server configuration (described in the readme.txt of the server edtion) the following syntax can also be used. _root.imageHolder.loadMovie("http://www.domain.com/sample.gif.i2s",this); Prevent Caching //Create a date object Please send any queries or feedback to img2swf@stromberglarsen.dk img2swf is a product of StrømbergLarsen ApS, all rights reserved.
|