What happened to the Messenger Plus! forums on msghelp.net?
Shoutbox » MsgHelp Archive » Skype & Technology » Tech Talk » Need help with putting flash into a website

Need help with putting flash into a website
Author: Message:
matty
Scripting Guru
*****


Posts: 8336
Reputation: 109
39 / Male / Flag
Joined: Dec 2002
Status: Away
RE: Need help with putting flash into a website
code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="250" HEIGHT="150" id="<Name>" ALIGN>
      <param NAME="movie" VALUE="<FileName>">
      <param NAME="quality" VALUE="high">
      <param NAME="bgcolor" VALUE="#000000">
      <EMBED src="<FileName>">" quality=high bgcolor=#000000  WIDTH="<WIDTH>" HEIGHT="<HEIGHT>" NAME="<NAME>" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></object>

Thats the code you use here is an example from what I had used for a website.
code:
    <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="250" HEIGHT="150" id="LoadButton" ALIGN>
      <param NAME="movie" VALUE="LoadButton.swf">
      <param NAME="quality" VALUE="high">
      <param NAME="bgcolor" VALUE="#000000">
      <EMBED src="LoadButton.swf" quality=high bgcolor=#000000  WIDTH="<250>" HEIGHT="150" NAME="LoadButton" ALIGN=""
TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></object>

Its best to get a preview in your browser and view the source to get the code that way.

This post was edited on 06-21-2004 at 02:26 PM by matty.
06-21-2004 02:24 PM
Profile E-Mail PM Find Quote Report
« Next Oldest Return to Top Next Newest »

Messages In This Thread
Need help with putting flash into a website - by sparkymcg on 06-20-2004 at 11:47 AM
RE: Need help with putting flash into a website - by KeyStorm on 06-20-2004 at 11:53 AM
RE: Need help with putting flash into a website - by sparkymcg on 06-20-2004 at 12:50 PM
RE: Need help with putting flash into a website - by jren207 on 06-21-2004 at 02:21 PM
RE: Need help with putting flash into a website - by sparkymcg on 06-21-2004 at 02:24 PM
RE: Need help with putting flash into a website - by matty on 06-21-2004 at 02:24 PM
RE: Need help with putting flash into a website - by jren207 on 06-21-2004 at 02:29 PM


Threaded Mode | Linear Mode
View a Printable Version
Send this Thread to a Friend
Subscribe | Add to Favorites
Rate This Thread:

Forum Jump:

Forum Rules:
You cannot post new threads
You cannot post replies
You cannot post attachments
You can edit your posts
HTML is Off
myCode is On
Smilies are On
[img] Code is On