Free Programming Tutorials & Source Code

 
  • Increase font size
  • Default font size
  • Decrease font size
Home HTML Play Movie Flash File using HTML

Play Movie Flash File using HTML

E-mail
(1 vote, average: 4.00 out of 5)
A simple code snippet demonstrates how to play a Flash Movie in Object Tag:




<object type="application/x-shockwave-flash" width="400" height="220" wmode="transparent" data="myflashmovie.swf?file=movies/m1.flv">

     <param name="movie" value="myflashmovie.swf?file=movies/m1.flv" />

     <param name="wmode" value="transparent" />

</object>