Welcome to TalkGraphics.com
Results 1 to 3 of 3
  1. #1
    Join Date
    Mar 2007
    Posts
    2

    Question Embed Swf..Help me

    hey i need to know how to embed an .swf file to a web page such as Myspace or something, i know ther has to be a way i just cant figure it out..the main thing im trying to do is take my flash document and create a code from it that i can embed to a myspace page..and it has to be in swf format because it has buttons..please help me, thanks
    IP

  2. #2
    Join Date
    Mar 2007
    Posts
    2

    Default Re: Embed Swf..Help me

    anyone?
    IP

  3. #3
    Join Date
    Mar 2007
    Posts
    2

    Default Re: Embed Swf..Help me

    Code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="308" height="253">
      <param name="movie" value="http://www.*****.com/****.swf" />
      <param name="quality" value="high" />
      <embed src="http://www.*****.com/****.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="308" height="253"></embed>
    </object>

    it is this
    Last edited by bryantsinger; 08 March 2007 at 06:24 AM.
    IP

 

 

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •