Welcome, Guest
  • Author Topic: flash changing html title - problem  (Read 2754 times)

    mani

    • Server what's that
    • *
    • Posts: 41
      • View Profile
      • Email
    flash changing html title - problem
    « on: 10/20/05, 23:56 »
    hi all,

            Big headache with this. I have a two link linking in the same page using anchor tag, in that i am using two flash animation. The problem is, if i click the anyone of the animation its changing the browser title to anchor name whatever we mentioned. so how do i can avoid this. ( gotta confusion ahhhhh?), i am not doing any script to change, its a simple animation only, How do i can keeep my heading same?   Help me out......

    regards
    mani

    check this simple code :

    <!-------


    <html>
    <head>
    <title>flah Bug fixing</title>
     <meta http-equiv="pragma" content="no-cache" />
    </head>
    <body bgcolor="#CCCCCC">
    <p><a href="#tab1">tab 1</a></p>
    <p>&nbsp;</p>
    <p>&nbsp;</p>
    <p><a href="#tab2">tab 2</a></p>
    <p>
      <a name="tab1"></a>
       <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0"
    WIDTH="200" HEIGHT="40">
        <param name="movie" value="morphing_text_demo.swf">
        <param name="quality" value="high">
        <param name="bgcolor" value="#FFFFFF">
        <embed src="http://images2.flashkit.com/tutorials/Text_Effects/Morphing-Tready-205/morphing_text_demo.swf" quality="high" bgcolor="#FFFFFF" WIDTH="200"
    HEIGHT="40" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
      </object>
      <br>
      <br>
      <a name="tab2"></a>
    <br>
    <br>
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="728" height="90" id="soundfx_728x90" align="middle">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="fx_728x90.swf" />
    <param name="loop" value="false" />
    <param name="menu" value="false" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#6ba7a7" />
    <embed src="fx_728x90.swf" loop="false" menu="false" quality="high" bgcolor="#6ba7a7" width="728" height="90" name="soundfx_728x90" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    </p>
    </body>
    </html>


    ------->

    vesa kortelainen

    • Global Moderator
    • Systems Administrator
    • *****
    • Posts: 3450
      • View Profile
    Re: flash changing html title - problem
    « Reply #1 on: 10/21/05, 08:38 »
    show your actionscript please :)

    mani

    • Server what's that
    • *
    • Posts: 41
      • View Profile
      • Email
    Re: flash changing html title - problem
    « Reply #2 on: 10/26/05, 23:17 »
    I am not using any action script in this, its a sequence of movie clips ( only a animation), its happening only in IE browser, just copy and and paste save as a html file and run it. first click any one of the link and then clik the flash animation. The anchor name will update to html title. so how do i can avoid this, Is this  a bug or anything.........

    mani

    • Server what's that
    • *
    • Posts: 41
      • View Profile
      • Email
    Re: flash changing html title - problem
    « Reply #3 on: 11/14/05, 02:15 »
    is this a flash bug or my fault?

    macromotion

    • Server what's that
    • *
    • Posts: 43
      • View Profile
      • Email
    Re: flash changing html title - problem
    « Reply #4 on: 12/07/05, 19:19 »
    Someone have some solution for this?

    mani

    • Server what's that
    • *
    • Posts: 41
      • View Profile
      • Email
    Re: flash changing html title - problem
    « Reply #5 on: 12/12/05, 04:50 »
    so finally no results to my problem huh?