FORUM

Monster Template V2 - XML Photo and FLV Video Galleries

Home / Forum / Components Discussions / Monster Template V2 - XML Photo and FLV Video Galleries

  • The only thing missing is deeplinking! Will that feature be available in the future?


    #  /  posted on May 28, 2010
  • This one no, but the future templates they will have that!


    #  /  posted on May 28, 2010
  • <position_fullscreen_and_sound_buttons>bottom_right</position_fullscreen_and_sound_buttons>


    I cannot find that tag in the config file?


    #  /  posted on May 29, 2010
  • I’m really sorry that tag is not available for this template. I will remove it form the help file.


    #  /  posted on May 29, 2010
  • I want to completely redesign the menu – are all the FLA files included to be able to do this?



    #  /  posted on May 29, 2010
  • Yes fla and all source files are included, you can change as you wish.


    #  /  posted on May 29, 2010
  • If i try to recompile the .fla it asks for the FFF aurora font?


    #  /  posted on Jun 01, 2010
  • 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?


    #  /  posted on Jun 02, 2010
  • 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:)


    #  /  posted on Jun 02, 2010
  • No problem, just want to help you fix the little bugs cause it is an awesome template!


    #  /  posted on Jun 02, 2010
  • 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?


    #  /  posted on Jun 22, 2010
  • Hi.


    This is a browser issue try installing the latest version of the flash player.


    #  /  posted on Jun 22, 2010
  • Im trying to get the contact form working. Where is the “send_message.php” file you speak of in the Help?


    #  /  posted on Jun 26, 2010
  • Hi.


    The file must be in the dowonload .zip file if not download again the file maybe something went wrong.



    #  /  posted on Jun 26, 2010
  • Hi
    How do I add swf files to the custom text windows? The embed tag I usually use doesnt seem to work.
    #  /  posted on Jul 14, 2010
  • This is how is done.

    <img src="your_swf.swf" hspace="0" vspace="0" width="156" height="98"/>
    #  /  posted on Jul 14, 2010
  • Hi, can I add other items to the menu? How?

    Tnx


    #  /  posted on Aug 23, 2010
  • @larrygiu

    Yes you can do that. Read the entire help file and you will understand what you need to do.


    #  /  posted on Aug 23, 2010
  • 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


    #  /  posted on Aug 27, 2010
  • @El_Mira

    I am sorry but that is not possible.


    #  /  posted on Aug 27, 2010
  • Sorry another and last question...and having two or more "image collection button" linked to differente gallery?


    #  /  posted on Aug 27, 2010
  • 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


    #  /  posted on Sep 03, 2010
  • @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.


    #  /  posted on Sep 03, 2010
  • 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.


    #  /  posted on Sep 05, 2010
  • @larrygiu

    Contact me at tibi_diablo@yahoo.com


    #  /  posted on Sep 05, 2010
  • Hi, I sent an email.

    Tnx, Larry


    #  /  posted on Sep 09, 2010
  • It is possible to align text at the top and not always in the middle? and increase the size without losing sharpness?

    Tnx, Larry


    #  /  posted on Sep 10, 2010
  • @larrygiu

    I didn't received your email, please send again about the font is not possible because this is a pixel font.


    #  /  posted on Sep 10, 2010
  • I've resent the email. about the alignment of the text at the top?


    #  /  posted on Sep 11, 2010
  • @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); }


    #  /  posted on Sep 13, 2010