If you want to work with flash files in HTML code, you can use object tags. You can run multimedia files on your Web pages with object tags. Examples of multimedia files include like audio, video, Java applets, ActiveX, PDF, and Flash files.
With Object tags, you can now easily run multimedia files in HTML.
For example;
<object width="300" height="300" data="testingimage.swf"></object>
''.SWF'' Extension; SWF file format is files of Adobe's internet plug-in called Flash.
Example; ''yourimage.swf''
The Object element is compatible with most browsers used today.
Comments
Post a Comment