User avatar
Imagevue PowerPack
Joined: 20 May 2011
Posts: 441
Denmark / Poland
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.

_________________
Gallery
PowerPack™ Demo
PowerPack™ Download

Help improve PowerPack - Test and report bugs.
Regards, Artur.


Re: Custom logo on top of the menu
User avatar
Experienced
Joined: 28 Sep 2006
Posts: 303
Denver, Co
works perfectly... thanks!!!

_________________
Alex
www.merelyafleshwound.com


Re: Custom logo on top of the menu
User avatar
Imagevue PowerPack
Joined: 20 May 2011
Posts: 441
Denmark / Poland
You're welcome :wink:

_________________
Gallery
PowerPack™ Demo
PowerPack™ Download

Help improve PowerPack - Test and report bugs.
Regards, Artur.


Re: Custom logo on top of the menu
sYpram
Joined: 21 Dec 2011
Posts: 7
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 [ 212.25 KiB | Viewed 440 times ]
 
Imagevue Forums HomeForum  View topic - Custom logo on top of the menu19 posts