Saving flash files in this website !

Status
Not open for further replies.
Could anyone copy and paste the line for the .swf file inside the source code page , and post it here ?

thanks
 
Hope this would help:

Code:
<object width="550" height="400">
  <param name="movie" value="flash.swf">
    <embed src="flash.swf" width="550" height="400">
    </embed>
</object>

Note: This is the minimum code you need to embed a Flash movie in a browser. A broken icon will appear on the Web page if the user does not have the Flash plug-in installed.

The code above is the absolute minimum code to embed Flash movies in HTML pages. It is not recommended to use the minimum code. There should be a few more attributes added:

  • classid is an attribute to the <object> tag. It tells Internet Explorer to load the ActiveX plug-in if it is not installed
  • pluginspage is an attribute to the <embed> tag. It displays a link to the Shockwave download page if Netscape does not have it
 
hit control a, control c (or the other way around) and paste it in ms frontpage
 
Status
Not open for further replies.
Back
Top Bottom