This is just a presentation template, cart is not available. You need a basic server to set this up.
#  /  posted on Oct 30, 2009
Home / /community/ / Components Discussions / XML Template Photography / Page 5
This is just a presentation template, cart is not available. You need a basic server to set this up.
Hello,
Clarification about use of licenses: for any commercial project user needs a commercial license. Therefore, if the purchased product is used for a company website then buyer needs a commercial license. More about licenses you can find here
It will soon be possible on our website to upgrade the license of your purchased product.
Cheers,
Antonio,
FC Team,
Hi – I love your template. Just a few questions.
Anyway of making the main images smaller – as they scale it goes under my navigation on the side – ideally I’d like it not to. Also any way of changing the border – arrow colors from white to another color?
Thanks
The resizing formula can not be changed because if we do that the image will look really strange pushed to the right.
About the colors it can be changed inside the .fla is not so difficult to do it.
First off – I love the template, but I need multiple “main menus” – as you have “collection 2009” with sub menus – I need to have “collection 2007-10” also with sub menus. Is this possible? I can not seem to figure it out. I am a novice – so I may just not see it in the XML – but everything I have tried seems to indicate there can only be one main menu. Please – is there anyway to have multiple? – if not – is there anyway I can “return it”?
Thanks
I’m sorry this feature is not supported. I’m not sure if it is possible to return, is best to ask a FlashComponents administrator.
Hi! I would like to add an swf video to “videos” gallery… Can I do it or only f4v is accepted?
Only video formats are supported like .flv .f4f , .swf formats are not working.
Thanks!
I have now an other problem… I uploaded a 640×360 video (16:9) and the site’s player stretched and scaled the video to 715×445 pixel… What’s the problem? At this link you can see the video stretched… http://rossoviolacea.com/nuovosito/index.html
I dind’t have time to fix the resizing formula of the video so is bet for now to crop a bit the video to fit the video window. I’m planing to fix this for both templates next week and add external url button in the menu. Please be patience I will fix this.
Is there a way to add a photo to the About page?
Also how about a link in the About page to a different page not in the template?
I tried standard HTML but it didn’t work.
Yes this is working like this
For images:
<img src=“your_image.jpg” width=“300” height=“300”/>
For links:
<a href=“http://www.some-site.com” target=”_blank”>
Thanks! The picture worked although it showed up as a negative image, I just inverted it in Photoshop.
The link I need is actually for the Contact page. Here’s what I’m trying, but it’s not working
Can’t see the link at all:
<!———————————-CONTACT FORM TEXT—————————————>
<contact_text><![CDATA[Email: <a href=“mailto:[email protected]”>[email protected]</a> <br>Booking Form Here: <a href=”<a href=“http://005101f.netsolhost.com/muabooking.html” target=”_blank”>Booking Form</a><br>Tel: 248-555-3753. Thanks and I look forward to working with you!]]></contact_text>
<!————————————————————————————————->
Do I have it in the wrong place?
New feature added, now you can add external url links as menu buttons this can be done in the main xml file, no need to change the code.
New feature added, fixed the resizing formula problem for the video section, now the video will rezise and scale based on his format.
Those who already bought this and need this features download again the .zip file.
is it possible to change font ,size and change or remove menu white background ?
also can i add video as background too ?if no can u add this part to this template too ?
hi, can you give me any pointers on where i need to edit in the AS to add another drop down collection menu? thx
You need to work inside the “menu” MovieClip, you can find that inside the library.
The code is really advanced in there and there is some math involved:)
I was wondering on how I could add a home button to the page, is there a way to make the logo the home button or add one to the top of the menu buttons. So that when i am in the video section have the viewer be able to get back to the beginning
also what about the fonts for this template if i wanted to go and update some of the as
The home button can be codded it is not possible by default.
The fonts can be changed inside the .fla , the source files are included.
I would like to figure out how to make a home button for this site. , and as for the font is there a way i could just use your font for the fla file. as i could not find the bmw font that was used by you. I dont really want to find another font i think yours works nicely
Write to me tomorrow at [email protected] and I will send you the fonts, we will see about the home button.
Hi,when I click a menu button, the image are changing in a blackwhite image. How can I change in an other color?
thanks
That can be changed inside the code, there is Tween that is desaturating the colors, that needs to be changed…
hmm, I don’t find the Tween, that is desaturating the colors. Where in the code must I’m looking?
Search for this line of code:
TweenMax.to(_bk_sp, .6, {colorMatrixFilter:{amount:1, saturation:0},ease:Quart.easeOut,onComplete:buildGallery});
and replace it with
TweenMax.to(_bk_sp,.1, {colorMatrixFilter:{amount:1, saturation:1},ease:Quart.easeOut,onComplete:buildGallery});
This is the easiest way to do this…