- Has been a member for 4-5 years
- Exclusive Author
- Sold between 5 000 and 10 000 dollars
- Bought between 10 and 49 items
- Europe
Of course you can change the font-family too….
Of course you can change the font-family too….
Great thanks Love it BTW
this works great for me, but can you tell me how to center the images? my images are not all the same width. thanks!
Hi,
open info > iome > PreloadExternalImages.as
go to line 150 (I mean the original class file not one already modified)
insert the lines of code below
lst.onLoadInit = function(targetFile):Void{
trace(targetFile._width);
targetFile._x = ( (Stage.width * .5) - (targetFile._width * .5) );
targetFile._y = ( (Stage.height * .5) - (targetFile._height * .5) );
}
...save and run the fla file.
thanks albo! worked perfectly!
Cool !
hello, does these images can be linked to a web page ?
thanks you Steve
Hello,
yes adding 3 lines of code inside the .fla file.
Can’t get it to work. I am saving the file as a swf and then loading that into another movieclip. But nothing is coming up. When i export the movie. i get the error Line 11 The class or interface ‘info.iome.PreloadExternalImages’ could not be loaded.
Any help would be appreciated. Thanks,
Hello, probably you moved info folder but it must stay in the same position inside the project.
Infact inside a new file saved on the same project folder:
this.createEmptyMovieClip("base", 0);
base.loadMovie("TheFileName.swf");
and it works.
Legend! Thanks. I had the fla file saved in a different folder. Didn’t think that would matter but it did.
It’s needed when you compile the swf file working with the fla. Not needed on the server after publishing.
Hello, i bought this fabulous fla, i’d like to know if i can use .swf instead og .jpeg ? and i’d like to know how to put link on my images ?
thanks a lot, 1001 OEiL
Hello, about loading swf file instead jpg simpli replace in the xml file all the references of .jpg in .swf like:
imgName="1.jpg"
should became
imgName="OhMyGod.swf"
About the link: should you write me an email so I can be able to explain better please ?
COPYRIGHT © 2012 ENVATO| TERMS OF USAGE| SUPPORT/HELP| ICONS BY TANGO + WEFUNCTION + FAMFAMFAM
Adobe®, Flash®, Flex®, Fireworks®, Photoshop®, Illustrator®, InDesign® and After Effects® are registered trademarks of Adobe Systems Incorporated.
34 Purchases
34 Comments