1. You are viewing our forum as a guest. For full access please Register. WindowsBBS.com is completely free, paid for by advertisers and donations.

WebSite development

Discussion in 'General Internet' started by merlin, 2004/06/28.

Thread Status:
Not open for further replies.
  1. 2004/06/28
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    I do not know if this is the correct Board for this question.
    I am trying to insert .swf (Flash) code into my WebPage.
    I am using Flashation v. 1.33 to set up a row of buttons.
    The button setup is OK - looks good and responds OK (color, sound etc).
    The buttons should branch to labels (names) in the HTML that
    the Flash Code is embedded into - not to external urls.
    This does not work so far.
    The Flash Code asks for an url link for each button, so I give it eg #New, which is a label in the HTML main body.
    The Flash code does not go to the label in the main HTML where
    it should, and I get the main html page regenerated.
    I wonder why ? Thanks for any tips.
    regards
     
    Last edited: 2004/06/28
  2. 2004/06/28
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
    You cannot link to a label, you must link to an anchor.

    For example, #New must be in an anchor tag somewhere on the page.

    <a name= "New ">This is some text</a>
     

  3. to hide this advert.

  4. 2004/06/29
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    Thanks Tony - that's another one you've sorted for me.
    regards
     
  5. 2004/06/29
    TonyT

    TonyT SuperGeek Staff

    Joined:
    2002/01/18
    Messages:
    9,072
    Likes Received:
    400
  6. 2004/06/29
    merlin

    merlin Inactive Thread Starter

    Joined:
    2003/01/07
    Messages:
    1,111
    Likes Received:
    0
    Thanks Tony - it will take me a while to digest all the sites' info.
    One thing seems certain with my Webpage - if I include Flashation .fws
    code then the existing #Labels must be replaced by anchors to new individual
    .html files in the same folder. It doesn't seem to be a delaying factor -
    it is just a lot of work making new sub-html files. Anyway, I have time
    enough, and the results so far are encouraging.
    regards
     
Thread Status:
Not open for further replies.

Share This Page

  1. This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
    By continuing to use this site, you are consenting to our use of cookies.