HTML:-object flash(.swf)file


  • <!DOCTYPE html> 

    1. <html> 
    2.  
    3. <head> 
    4.  <meta name="viewport" content="width=device-width, initial-scale=1"> 
    5.  <title>Open Flash(.swf) file</title> 
    6. </head> 
    7.  
    8. <body> 
    9.  
    10.  <!-- Embed a flash movie --> 
    11.  
    12.  <object width="100%" data="MaskFlash.swf" type="application/x-shockwave-flash"></object> 
    13.  
    14. </body> 
    15.  
    16. </html>





    17. Used of:-
    18. The <object> tag defines an embedded object within an HTML document.
    19. Use this tag to embed multimedia (like audio, video, Java applets, ActiveX, PDF, and Flash) in your web pages.
    20. The <object> tag to embed another webpage into your HTML document.
    HTML:-object flash(.swf)file HTML:-object flash(.swf)file Reviewed by Network security on May 02, 2019 Rating: 5

    No comments:

    Useful Information

    Powered by Blogger.