A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Frontpage

  1. #1
    Senior Member
    Join Date
    May 2002
    Location
    Sweden
    Posts
    133

    Frontpage

    Help,I don't remember how to import a swf in to Frontpage 2001. Is it different from Frontpage 2000 I have just started to use ver.2001 Thanks.
    the Phoenix

  2. #2
    Senior Member
    Join Date
    Sep 2001
    Posts
    102
    easist is to export the swf and html page from swish and copy the html code to load the swf, then paste it in your frontpage html.
    swish2 generated code looks like this:
    <center>
    <object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
    id="paintcan" width="684" height="417">
    <param name="movie" value="paintcan.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#000000">
    <embed name="paintcan" src="paintcan.swf" quality="high" bgcolor="#000000"
    width="684" height="417"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed></object>
    </center>

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