A Flash Developer Resource Site

Results 1 to 2 of 2

Thread: WHAT MUST YOU TYPE FOR IT TO SHOW ON YOUR SITE?

  1. #1
    Junior Member
    Join Date
    Oct 2001
    Posts
    1
    what's the html for making FLASHTYPER show up on your page?????????

  2. #2
    Senior Member
    Join Date
    Jul 2001
    Posts
    505
    if you mean to get the swf file into an html page, here you go:

    <OBJECT codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0" ID=whatever WIDTH=100% HEIGHT=100%>

    <PARAM NAME=movie VALUE="whatever.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>

    <EMBED src="whatever.swf" quality=high bgcolor=#FFFFFF WIDTH=100% HEIGHT=100% TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
    </EMBED>
    </OBJECT>

    You can play around with the settings

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