Thread: Flash Menu

Results 1 to 6 of 6
  1. #1
    Join Date
    Mar 2007
    Location
    Ayutthaya, Thailand
    Posts
    21
    Plugin Contributions
    0

    Default Flash Menu

    The web site that I am working on is having a very strange problem.

    The site uses a flash menu. The menu links to home, reviews, an ezpage, and conditions.

    If I go to the site with "www" in the URL, http://www.mydomain.la/ (this is not the real domain), the flash menu works fine.

    But, if I go to the site with no www, http://mydomain.la/ , the flash menu doesn't work. Meaning when I clicked the menu, it doesn't go to the page. It just stays there at the homepage.

    However, if I go to the web board which is installed in a sub directory of the site and use the same flash menu, http://mydomain.la/board/ , the menu works fine.

    Also, if I open the flash directly with or without www, it also works fine.

    All other text links also work fine.

    Any ideas or have anybody experienced this?
    Last edited by toeyt; 18 Mar 2008 at 05:46 AM.
    [FONT=Courier New]Toey Thongprajiad[/FONT]
    [FONT=Courier New]www.TTTzone.com[/FONT]
    [FONT=Courier New][/FONT]

  2. #2
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Flash Menu

    What is specified as the path in your configure.php files? www or not
    Zen-Venom Get Bitten

  3. #3
    Join Date
    Mar 2007
    Location
    Ayutthaya, Thailand
    Posts
    21
    Plugin Contributions
    0

    Default Re: Flash Menu

    Quote Originally Posted by kobra View Post
    What is specified as the path in your configure.php files? www or not
    In configure.php, HTTP_SERVER is specified with www.
    [FONT=Courier New]Toey Thongprajiad[/FONT]
    [FONT=Courier New]www.TTTzone.com[/FONT]
    [FONT=Courier New][/FONT]

  4. #4
    Join Date
    Mar 2007
    Location
    Ayutthaya, Thailand
    Posts
    21
    Plugin Contributions
    0

    help question Re: Flash Menu

    I just tried something and found that it has something to do with base href tag. If I removed base href tag out, the problem went away.
    So, I did a search on the web and found some people are saying there is a security issue in newer flash player version.

    Now, my question is can I change the code in html_header.php where it write base href tag to something like this:

    Instead of using HTTP_SERVER variable defined in configure.php, it uses PHP server variable HTTP_HOST.

    PHP Code:
    <base href="<?php echo (($request_type == 'SSL') ? 'https://' $_SERVER[HTTP_HOST] . DIR_WS_HTTPS_CATALOG :  'http://' $_SERVER[HTTP_HOST] . DIR_WS_CATALOG ); ?>" />
    Will this effect any other parts of the shopping cart?

    Thanks!
    [FONT=Courier New]Toey Thongprajiad[/FONT]
    [FONT=Courier New]www.TTTzone.com[/FONT]
    [FONT=Courier New][/FONT]

  5. #5
    Join Date
    Jul 2009
    Posts
    22
    Plugin Contributions
    0

    Default Re: Flash Menu

    I'm having the same problem and cant find a solution for that.

    Someone please heeeeelp

  6. #6
    Join Date
    Aug 2005
    Location
    Arizona
    Posts
    27,755
    Plugin Contributions
    9

    Default Re: Flash Menu

    I just tried something and found that it has something to do with base href tag. If I removed base href tag out, the problem went away.
    That is just what manifests as visible - - Many others use flash and DO NOT alter this part of the code
    Find the real/root issue and address it
    Zen-Venom Get Bitten

 

 

Similar Threads

  1. Flash Menu
    By leest35 in forum Templates, Stylesheets, Page Layout
    Replies: 2
    Last Post: 5 Nov 2010, 12:00 PM
  2. Adding Flash menu
    By kirkbross in forum General Questions
    Replies: 0
    Last Post: 10 Aug 2010, 02:17 AM
  3. Flash issue.. css flyout menu hides under flash..
    By Muzz in forum Templates, Stylesheets, Page Layout
    Replies: 1
    Last Post: 8 Sep 2009, 06:41 AM
  4. Flash menu - multilanguages
    By Jeet Kune Do in forum Templates, Stylesheets, Page Layout
    Replies: 4
    Last Post: 25 Jun 2009, 10:58 PM
  5. flash menu code
    By spiked11 in forum Templates, Stylesheets, Page Layout
    Replies: 3
    Last Post: 21 Jul 2007, 07:53 AM

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
disjunctive-egg