How Do I get Flash on some Site?

Discussion in 'Graphics & Multimedia' started by Ch-Nauman, Mar 22, 2008.

  1. #1
    i have a wordpress type site and some .swf files i want to have on the site.

    im not sure how to get them to post.
     
    Ch-Nauman, Mar 22, 2008 IP
  2. LittleJonSupportSite

    LittleJonSupportSite Peon

    Messages:
    386
    Likes Received:
    20
    Best Answers:
    0
    Trophy Points:
    0
    #2
    Just include it as HTML.

    
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="770" height="650" id="main" align="middle" valign="top">
    <param name="allowScriptAccess" value="sameDomain" />
    <param name="movie" value="/path/to/your.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#000000" /><embed src="/path/to/your.swf" quality="high" bgcolor="#000000" width="770" height="650" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
    </object>
    
    Code (markup):
     
    LittleJonSupportSite, Mar 22, 2008 IP
  3. ourktm

    ourktm Active Member

    Messages:
    2,148
    Likes Received:
    55
    Best Answers:
    0
    Trophy Points:
    90
    #3
    Yup include it as html as above and if you need a place to upload the swf file you can upload it to imageshack.us
     
    ourktm, Mar 22, 2008 IP