Welcome to TalkGraphics.com
Results 1 to 10 of 16

Hybrid View

  1. #1
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Flash Menus in Web Designer

    Quote Originally Posted by red_sting View Post
    ... I 'm not very familiar with such browser compatibility problems...
    You and me both But I didn't know it was even possible to load Flash on a layer anyway so thanks
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  2. #2
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Flash Menus in Web Designer

    I'm looking at the IE issue.
    Meanwhile, red_sting, you can even place flash on MouseOver layer. So your page may not need those three popup layers.
    John.

  3. #3
    Join Date
    Aug 2007
    Location
    Maghull UK
    Posts
    6,202

    Default Re: Flash Menus in Web Designer

    Quote Originally Posted by covoxer View Post
    I'm looking at the IE issue...
    Thanks John, you're a star!
    JOHN -XaReg (FB) XaReg (DB - ignore prompt to register)
    Windows 10 [Anniversary] pro Intel Pentium CPU G630 @ 2.70Ghz RAM: 4 GB; 64-bit x64

  4. #4
    Join Date
    May 2008
    Posts
    18

    Default Re: Flash Menus in Web Designer

    Thanks Covoxer. I need your help on something else. I am trying to add to the header of my page a smoothscroll.js in order to scroll to links instead of jump to them.
    I named an object <header> and the same object used it to pass the link to script.
    is this how it is done or I am missing something.

  5. #5
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Flash Menus in Web Designer

    Quote Originally Posted by red_sting View Post
    I am trying to add to the header of my page a smoothscroll.js in order to scroll to links instead of jump to them.
    I named an object <header> and the same object used it to pass the link to script.
    Not <header> but <head>. You have to:
    1. Create placeholder object and put following code into it:

    Code:
    <script type="text/javascript" src="smoothscroll.js"></script>
    Replace smoothscroll.js with the url of your script.

    2. Add <head> name to this object.

    That's it.
    John.

  6. #6
    Join Date
    May 2008
    Posts
    18

    Default Re: Flash Menus in Web Designer

    Sorry Covoxer but for some reason while doing what you instructed me, the damn thing doesn't wanna work.
    The path the script is in, is "./index_htm_files/smoothscroll.js".
    By the way do you know this script?
    Maybe if I attach the files for you to have a look on them will be a great help. Additionally I noticed that the code that should have been added to <head> section it goes inside a <div> so probably that is the reason is not working.
    Thanks in advance for your time Covoxer.
    Attached Files Attached Files

  7. #7
    Join Date
    Aug 2004
    Location
    Ukraine
    Posts
    3,904

    Default Re: Flash Menus in Web Designer

    Obviously you had not correctly added the <head> name to the placeholder. It is inserted as a usual placeholder instead of head. There's no web file included so I can't find out more.
    And no, I'm not familiar with this script.
    John.

  8. #8
    Join Date
    May 2008
    Posts
    18

    Unhappy Re: Flash Menus in Web Designer

    Sorry my mistake John
    I was sure it was in .zip file

    Thanos
    Attached Files Attached Files

 

 

Tags for this Thread

Bookmarks

Posting Permissions

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