Search…

X3 Photo Gallery Support Forums

Search…
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Custom logo on top of the menu

22 Apr 2012, 18:51

Here you go :wink:
Little tutorial:

1. Download trial version of Adobe Flash CS5 (30 days full working trial, don't need to buy licence);

2. Create new flash project (AS2);

3. hit F9;

4. In Actions window which will apear, write code:
Code
Stage.scaleMode = "noScale";
Stage.align = "TL";  
var my_logo = _root.createEmptyMovieClip("my_logo", _root.getNextHighestDepth());
my_logo.loadMovie("logo_image_path/logo_image.jpg");
Stage.addListener(my_logo);
my_logo.onResize=function(){
	my_logo._x = 0;
	my_logo._y = 0;
}
remember to change "logo_image_path/logo_image.jpg" to your image path (relative to your imagevue gallery)

5. Save your project in any folder.

6. Click "File" (on top of the flash application) and chose publish.

7. Upload your published swf file as background to your gallery.
 
User avatar
alexhenes
Experienced
Posts: 568
Joined: 28 Sep 2006, 16:13

Re: Custom logo on top of the menu

23 Apr 2012, 02:28

works perfectly... thanks!!!
Alex
https://www.merelyafleshwound.com
https://www.goldenbikeshop.com
 
User avatar
Artur
Imagevue PowerPack
Posts: 510
Joined: 20 May 2011, 03:17

Re: Custom logo on top of the menu

23 Apr 2012, 09:32

You're welcome :wink:
 
sYpram
Posts: 8
Joined: 21 Dec 2011, 12:12

Re: Custom logo on top of the menu

03 Aug 2012, 13:55

Hi Artur,

I'm really impressed by your gallery @ http://phillip.com.pl.

Is there any way you can help us customize few of the things, such as: the menu, contact, guestbook and the stats in the footer?

Thanks,
Ohm
Attachments
ScreenHunter_02 Aug. 03 13.52.png
ScreenHunter_02 Aug. 03 13.52.png (126.14 KiB) Viewed 2615 times