Thread: swf

  1. #1
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926

    swf

    how do I add a flash intro my website? I have a .swf file that I made, but don't know how to put it on the page

  2. #2
    Registered User axon's Avatar
    Join Date
    Feb 2003
    Posts
    2,572
    Code:
     <BODY bgcolor="#FFFFFF">
    
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=4,0,0,0"
    width="400" height="100" align="top">
    <param name=movie value="your-swf-file.swf">
    <param name="BGCOLOR" value="#FFFFFF">
    <param name=quality value=high>
    <param name="SCALE" value="noborder">
    <embed src="your-swf-file.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="400" height="100" scale="noborder" align="top">
    </embed>
    < /object>
    
    </BODY>
    plus: http://www.google.com/search?hl=en&i...o+html&spell=1

    some entropy with that sink? entropysink.com

    there are two cardinal sins from which all others spring: Impatience and Laziness. - franz kafka

  3. #3
    Registered User
    Join Date
    Sep 2001
    Posts
    4,912
    And for the truly lazy, MacroMedia flash has an option that will automatically output the HTML code.

  4. #4
    Registered User linuxdude's Avatar
    Join Date
    Mar 2003
    Location
    Louisiana
    Posts
    926
    thanx

  5. #5
    VA National Guard The Brain's Avatar
    Join Date
    May 2004
    Location
    Manassas, VA USA
    Posts
    903

    Exclamation

    i came on this post looking for a single white female
    • "Problem Solving C++, The Object of Programming" -Walter Savitch
    • "Data Structures and Other Objects using C++" -Walter Savitch
    • "Assembly Language for Intel-Based Computers" -Kip Irvine
    • "Programming Windows, 5th edition" -Charles Petzold
    • "Visual C++ MFC Programming by Example" -John E. Swanke
    • "Network Programming Windows" -Jones/Ohlund
    • "Sams Teach Yourself Game Programming in 24 Hours" -Michael Morrison
    • "Mathmatics for 3D Game Programming & Computer Graphics" -Eric Lengyel

Popular pages Recent additions subscribe to a feed

Similar Threads

  1. Inserting a swf file in a windows application
    By face_master in forum Windows Programming
    Replies: 12
    Last Post: 05-03-2009, 11:29 AM
  2. Replies: 1
    Last Post: 12-22-2006, 02:09 AM
  3. Is there a way I can get IE to open a swf file as a exe?
    By Queatrix in forum A Brief History of Cprogramming.com
    Replies: 1
    Last Post: 10-08-2005, 09:54 AM
  4. how to play swf or flash file in borland C++
    By gaurav07 in forum Windows Programming
    Replies: 3
    Last Post: 06-22-2005, 05:58 AM
  5. swf files
    By face_master in forum Windows Programming
    Replies: 1
    Last Post: 10-16-2001, 04:44 AM