| 22 Apr 2012, 14:51 | ||||||||||
|
Imagevue PowerPack Joined: 20 May 2011Posts: 441 Denmark / Poland |
Here you go
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. |
|||||||||
| 22 Apr 2012, 22:28 | Re: Custom logo on top of the menu | |||||||||
|
Experienced Joined: 28 Sep 2006Posts: 303 Denver, Co |
works perfectly... thanks!!!
_________________ Alex www.merelyafleshwound.com |
|||||||||
| 23 Apr 2012, 05:32 | Re: Custom logo on top of the menu | |||||||||
|
Imagevue PowerPack Joined: 20 May 2011Posts: 441 Denmark / Poland |
You're welcome
_________________ Gallery PowerPack™ Demo PowerPack™ Download Help improve PowerPack - Test and report bugs. Regards, Artur. |
|||||||||
| 03 Aug 2012, 09:55 | Re: Custom logo on top of the menu | |||||||||
|
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
|
|||||||||
