A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Changing Page Title In Swish

  1. #1
    Junior Member
    Join Date
    Jun 2003
    Posts
    10

    Changing Page Title In Swish

    I made a page for my company (216.92.200.221). It works fine I was just wondering how I go about changing the title of the page. It currently says SWISH movie etc....
    I tried to edit the .HTML file and changed the heading under title to say what I want, bvut it didn't work.

    any suiggestions?

  2. #2
    Razor
    Join Date
    Aug 2002
    Location
    Canada
    Posts
    721
    Paste this into a empty notepad document and save it as main.html and replace the one on the website with this one. That should work
    Code:
    <html>
    <head>
    <title>Watson Brothers INC.</title>
    <meta name="author" content="SWiSH v2.0">
    <meta name="copyright" content="SWiSH v2.0">
    <meta name="keywords" content="1934, 250kb, accessories, belts, blass, brothers, bruno, clothes, fblogo, fine, formal, get, index, intro, jefferylabel, jpg, line, loading, ltd, neckwear, norman, noticed, preloader, quality, rectangle, remembered, rockwell, since, watson, wb, wear">
    
    </head>
    <!-- Created by SWiSH - Flash made easy - only $49.95 - www.swishzone.com -->
    <body bgcolor="#FFFFFF">
    <center>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
      codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
      id="index" width="1000" height="550">
      <param name="movie" value="index.swf">
      <param name="quality" value="high">
      <param name="bgcolor" value="#FFFFFF">
      <embed name="index" src="index.swf" quality="high" bgcolor="#FFFFFF"
        width="1000" height="550"
        type="application/x-shockwave-flash"
        pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
      </embed>
    </object>
    </center>
    </body>
    </html>
    make sure is replaced with : D without the space inbetween
    Last edited by chuckury; 08-11-2003 at 04:17 PM.

  3. #3
    ReMember gobbles's Avatar
    Join Date
    Nov 2002
    Location
    Denmark
    Posts
    983
    when you export the swish you get a swf and a html when I used swish I allways opend the html in notepad(or whatever) changed the <title> and it works fine?? just to make sure I just testet it and it works fine?

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center