..


Sponsored Links

How do I insert a Flash movie into a web page?

Many websites offer features editor for the ad-hoc to insert a flash movie within an HTML document. Alternatively, if you have a copy of Flash, you can use the special features accessible from the following location:

 



 File> Publish Settings> HTML

 
For further information we recommend reading this article .

Alternatively you can simply use the HTML code you find below, taking care, of course, to customize the path and name of the SWF file as well as the values ​​of width and height:





 <object width="500" height="400">







 <param name="movie" value="nomefile.swf"> </ param>







 <embed src="nomefile.swf" width="500" height="400"> </ embed>







 </ Object>



In order for this code is able to play the flash movie you must have the browser of our users have installed the flash player.

In the same category ...
E-Learning
CSS (Course) CSS (Course)
Web Design and Accessibility according to W3C CSS and XHTML. Starting from 29 €.
HTML (Course) HTML (Course)
The markup language for the Web from 29 €.
Web Design (Course) Web Design (Course)
Design Web Sites with HTML, CSS and Dynamic HTML. From 39 €.
Sponsored Links