A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: Help Please! insert flash to homestead!!!......How?

  1. #1
    Junior Member
    Join Date
    Apr 2001
    Posts
    2

    Wink

    Can anybody help me with this?
    Here's the page I want to insert flash to:
    http://www.artsublime.net
    Thank you for your time and support!

  2. #2
    FK Official Postman
    Join Date
    Apr 2001
    Location
    Rockville, MD / UCSanDiego
    Posts
    827
    Insert this code in the HTML <BODY> tag (replace bold with your values...height, width, etc):

    Code:
    <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=yourwidthHEIGHT=yourheight>
     <PARAM NAME=movie VALUE="yourswfurlhere.swf"> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src="yourswfurlhere.swf" quality=high bgcolor=#FFFFFF WIDTH=yourwidthHEIGHT=yourheightTYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></EMBED>
    </OBJECT>
    :)
    [Edited by kb1827 on 12-30-2001 at 04:51 AM]

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