A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Thanks guys

Hybrid View

  1. #1
    Junior Member
    Join Date
    Sep 2001
    Posts
    24
    Thanks for your helpful posts,

    KLTdesigns5869, 98sut, Eric, Frets, Keiths57 and Wolfgross (I will check out that footer stuff - and hopefully have it done by the end of the week.


    I have one question, as I will be fixing up my addams family swi for the end of the next week and the website should have a new look...

    I contacted two people and they said they don't mind me having their swf's on my site.

    My question is since I have the SWF....how do I create or add the HTML code so the SWF (that I did not make can be viewed on my page?) Is there a spefic html code I have to add?

    If so please let me know...when I get this I should slowly start improving my site, and by next weekend their should be an improvement.

    Thanks!!

    Vicky


  2. #2
    Swiftdev Founder 98svt's Avatar
    Join Date
    May 2001
    Location
    Royal Oak, Michigan
    Posts
    2,139
    Look at the html code for embedding the swf in your website. It will have all the info you need. But be sure to change the height and width attributes, or it will look distorted.

    Below is the html code for embedding swf files in html:



    <center>
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
    id="cabe" width="700" height="267">
    <param name="movie" value="cabe.swf">
    <param name="quality" value="high">
    <param name="bgcolor" value="#000000">
    <embed name="cabe" src="cabe.swf" quality="high" bgcolor="#000000"
    width="700" height="267"
    type="application/x-shockwave-flash"
    pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </embed></object>
    </center>


    Be sure to change the location also!


    hope this helps,

    -Mike


  3. #3
    Senior Member
    Join Date
    Aug 2000
    Posts
    1,012
    Umh, if you are also checking your work in IE with the Flash 5 (F-I-V-E) player plug-in, I would encourage you to modify the "...swflash.cab#version=4,0,0,0" code line to:

    swflash.cab#version=5,0,0,0"






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