ActiveDen

Random Slideshow

  • 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
Albo says
Author

Of course you can change the font-family too….

4 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
taksman says
Purchased

Great thanks Love it BTW

4 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
markrob says
Purchased

this works great for me, but can you tell me how to center the images? my images are not all the same width. thanks!

3 years ago
  • 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
Albo says
Author

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.

3 years ago
  • Has been a member for 4-5 years
  • Bought between 10 and 49 items
markrob says
Purchased

thanks albo! worked perfectly!

3 years ago
  • 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
Albo says
Author

Cool !

3 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
  • France
1001oeil says

hello, does these images can be linked to a web page ?

thanks you Steve

3 years ago
  • 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
Albo says
Author

Hello,

yes adding 3 lines of code inside the .fla file.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
leftfield says
Purchased

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,

3 years ago
  • 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
Albo says
Author

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.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 10 and 49 items
leftfield says
Purchased

Legend! Thanks. I had the fla file saved in a different folder. Didn’t think that would matter but it did.

3 years ago
  • 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
Albo says
Author

It’s needed when you compile the swf file working with the fla. Not needed on the server after publishing.

3 years ago
  • Has been a member for 3-4 years
  • Bought between 1 and 9 items
  • France
1001oeil says
Purchased

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

3 years ago
  • 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
Albo says
Author

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 ?

3 years ago
by
by
by
by
by