The only thing missing is deeplinking! Will that feature be available in the future?
#  /  posted on May 28, 2010
Home / Forum / Components Discussions / Monster Template V2 - XML Photo and FLV Video Galleries
Started 1 year ago by wim.vandeweyer
Last reply by FWDesign
Visit component "Monster Template V2 - XML Photo and FLV Video Galleries" page
The only thing missing is deeplinking! Will that feature be available in the future?
<position_fullscreen_and_sound_buttons>bottom_right</position_fullscreen_and_sound_buttons>
I cannot find that tag in the config file?
I’m really sorry that tag is not available for this template. I will remove it form the help file.
I want to completely redesign the menu – are all the FLA files included to be able to do this?
Yes fla and all source files are included, you can change as you wish.
And another typo in the config.xml? <scroll_bar_handler_icon_normal_clolor>#9E9E9E</scroll_bar_handler_icon_normal_clolor> <scroll_bar_handler_icon_selected_clolor>#FFFFFF</scroll_bar_handler_icon_selected_clolor>
clolor?
Sorry for the late response.
Write to me at tibi_diablo@yahoo.com and I will send you the fonts.
About the typos I will fix those too. I apology for that but it was a really long project, I worked more then a month on it… I guess I messed up some words but they will be fixed:)
No problem, just want to help you fix the little bugs cause it is an awesome template!
Hi. When I fullscreen in Google Chrome, the navigation and all buttons don’t work. Is there a fix for this/is this a known issue?
Hi.
This is a browser issue try installing the latest version of the flash player.
Im trying to get the contact form working. Where is the “send_message.php” file you speak of in the Help?
Hi.
The file must be in the dowonload .zip file if not download again the file maybe something went wrong.
@larrygiu
Yes you can do that. Read the entire help file and you will understand what you need to do.
Hello, I just bought this template. Is it possible to add a submenu in the menu? ex. Gallery button. Going over this button with the mouse, having a submenu with portraite, landscape, etc. (to avoid a very long menu with a lot of button visible). thanks a lot for your help Christiano
Sorry another and last question...and having two or more "image collection button" linked to differente gallery?
Hi, I have to ask you two questions: - I can change the position of items in the menu - I put a swf file as background
Tnx
@larrygiu
The position of the menu can only be changed inside the code.
About the.swf background it will work but I advice to use a .jpg fr performance reasons.
What should I change the code to change the position of the menu items?
@larrygiu
The position of the menu can only be changed inside the code.
It is possible to align text at the top and not always in the middle? and increase the size without losing sharpness?
Tnx, Larry
@larrygiu
I didn't received your email, please send again about the font is not possible because this is a pixel font.
I've resent the email. about the alignment of the text at the top?
@larrygiu
I've sent you an email a few days back. You need to change the below method, it can be found in the Menu.as file.
/**
* @description This class is creating and manages the template menu...
* @param pTemplateData A TemplateData object.
*/
public function Menu(pTemplateData:TemplateData) {
_templateData = pTemplateData;
setMCReferences();
setProperties();
setColors()
createGalleryButtons();
if(_templateData.customWindows_xmll != null) createCustomWindowsButtons();
if(_templateData.showVideo) createVideoButton();
if(_templateData.showContact) createContactButton();
if(_templateData.externalLinks_xmll != null) createExternalLinksButtons();
positionMenuButtons();
hideButtons();
hideMenuIcon();
showMenuIcon(true);
addEventListener(Event.ADDED_TO_STAGE, onAddedToStage);
}