What are the common formats that Flash players can read?

Flash players can read common formats such as SWF (Shockwave Flash), FLV (Flash Video), and F4V (Flash Video). To ensure compatibility with Flash players, make sure your media files are in one of these formats.

// Example code to embed a SWF file in a webpage
echo '<object type="application/x-shockwave-flash" data="example.swf" width="300" height="200">
<param name="movie" value="example.swf" />
</object>';