free flash templates
free flash templates menu free css & photoshop templates menu free flash animation

PDA

View Full Version : [SOLVED] menu problems with free flash template 7


gjatso
06-14-2010, 09:39 AM
Hi!

First of all, your templates are great and really easy to customise them. You made stunner job! Thank you!

I've just uploaded your redone free flash template 7 on http://phobextools.com/ and I realised that after visiting the buttons äread more (tovßbb)ö, the menu on the left side doesn't work properly.
The animated menu lanes ruts and become all static.
This problem doesn't appear testing the template on my computer.
Is there any way to solve this problem?

Thank your help in anticipation!
Robert

freenicetemplates
06-15-2010, 08:59 AM
Hi,
You're website is cute and works perfectly. We d'ont have the menu problem you describe. The button stay with a red background only to show the page you're visiting. When you click on an other button, the red background disapear.

gjatso
06-15-2010, 10:47 AM
Hi,

Thank you for reply, but I still have the problem.
See under the picture.
http://www.phobextools.com/error.jpg

Thank your help in anticipation!
Robert

freenicetemplates
06-17-2010, 08:00 AM
We don't have this error !
Have you try on an other computer ?

gjatso
06-17-2010, 09:22 AM
Yes, I've tried and the error appears on each...
Doesn't matter in which browser I try the problem stoutly comes forward.

freenicetemplates
06-22-2010, 08:35 AM
Still don't see this issue.
But you avoid this behavior by changing function myButton in js/main.js. Replace this functino by
function myButton (buttonText,buttonLink) {
document.write(' <DIV ID="flashMovie'+(anim_ids+1)+'" STYLE="width: 200; height: 31; z-index: 100;" onClick="showPage(\''+buttonLink+'\','+anim_ids+1+')">');
document.write('</DIV>');
}

gjatso
06-22-2010, 01:44 PM
Thank you for idea, but the problem comes forward again...
I've changed the lines that you suggested, but doesn't work properly online.

I uploaded your original template on http://www.phobextools.com/template7 with only 2 modifications: in the _home.htm I've put 2 lines for the "read more" buttons. Certainly, I've created the 2 htm files (_readmore1.htm and _readmore2.htm), than I wrote in the _home.htm the following lines in the proper places to make them work:
<a href="javascript:showPage('_readmore1.htm');">read more</a>
<a href="javascript:showPage('_readmore2.htm');">read more</a>
The issue is the same! After clicking on "read more" on the home page then clicking on any button in the menu then on an other, the menu lanes which were animated up to this point ruts and become all static.
http://phobextools.com/template7/error_original_template7.jpg
Please help!
Thank you.

freenicetemplates
06-25-2010, 08:26 AM
Hi,
Can you tell me what is your flash player version ? (Flash player 10 ?)

gjatso
06-27-2010, 08:33 PM
Hi,

Yes, the flash player version is Adobe Flash Player 10 ActiveX (Adobe Flash Player 10 Plugin).

freenicetemplates
07-04-2010, 10:23 AM
Hi,
We still don't have this issue on ie8 and Fire Fox. When we click on "read more" everything works perfectly, not as show in you screenshot.

Can you tell us what is your OS and what browser do you use ?

gjatso
07-05-2010, 06:47 AM
Hi,

I use Windows Xp Professional SP3 with Fire Fox 3.6.6 and IE8 (8.0.6001.18702).
Besides I use Windows7 with IE8 and the same Fire Fox as in XP.

freenicetemplates
07-13-2010, 03:48 PM
Ok, very strange. Do you have the same problem when you test your website locally on your computer ?

gjatso
07-14-2010, 07:53 AM
The strange think is that the problem doesn't come up when I test the website on my computer. Moreover I've tested it on our local network with diffrent terminals, and problem doesn't come up as well...
Yes, it's strange; it looks to be technikal gremlin.

freenicetemplates
07-16-2010, 01:02 PM
Hi,
Can you try with this new button.swf (don't forget de clear your cache).

gjatso
07-19-2010, 08:43 AM
Hi,

Thank you for the new button.
I've uploaded it, cleared the cashe (the browser clears it automatically) but the problem still persists...
I've uploaded the whole website compressed without the pdf files http://phobextools.com/Ph_Web.zip.
Would you have a look on it please? Perhaps thus you can easier found the origin of the problem.
Thank you and best regards.

freenicetemplates
07-19-2010, 05:53 PM
I think i found,
Can you try to replace function showPage in main.js by this one :

function showPage(pageURL,button_id) {

hideContent(pageURL);
if (selected_button!="" && button_id!=selected_button) {
sendToASUnselectButton('anim_'+selected_button);
}
if (button_id!=undefined) {
selected_button = button_id;
}
}