#  /  posted on Aug 08, 2009
xml website template v2
Home / /community/ / Components Discussions / xml website template v2
Started 3 years ago by quantatec
Last reply by quantatec
-
New tags have been added for the new component xml website template v2
#  /  posted on Aug 08, 2009 -
Hi there
I was thinking of purchasing this template but I wanted to know if it is possible to create a client login are for a private gallery viewing.
#  /  posted on Oct 02, 2009 -
Hi abi,
Yes it is possible. I can update it for you. Please contact me for a quote:
as it is a custom flash work.
#  /  posted on Oct 04, 2009 -
Hi, for the images and videos pages- How do I remove the dark grey background or change the color of the background that fills the entire page?
thanks.
#  /  posted on Nov 10, 2009 -
@mstell168::
you need to modify a movieclip from the library of “main.fla”
ASSETS >> >>> EXTERNAL CONTENTS >> mc_Overlay
and you need to modfiy some code on the action layer on line 123 – 128
overlay_mc.onEnterFrame = function() { this._height = Stage.height; this._width = Stage.width; this._x = this._y=0; this._alpha = 98; };
hope this will help.
...
#  /  posted on Nov 10, 2009 -
I don’t see a movieclip called mc_Overlay, in fact within ASSETS I do not see an EXTERNAL CONTENTS folder. Within main.fla my folders under Assets are FooterBG, Images, Layout, Top-Menu. I downloaded the file again and not seeing what you described in main.fla. Also, under the action layer my line 123-128 reads as follows-
footer_mc.preloader_mc.bar_mc._xscale = (loadedBytes / totalBytes) * 100; footer_mc.preloader_mc._alpha = 100; }
};
largeImgListener.onLoadInit = function (target_mc:MovieClip, httpStatus:Number):Void {


