How to embed Flash SWF file into Google Blogger?

Discussion in 'HTML & Website Design' started by Saksham SHarma, Oct 24, 2013.

  1. #1
    Hi Guys My Name Saksham Sharma I m from India

    I have .swf and html file of quiz and i want to embed my quiz into a blogger

    can you tell me how i can embed my quiz into a blogger?
     
    Saksham SHarma, Oct 24, 2013 IP
  2. Ashish Paul

    Ashish Paul Member

    Messages:
    107
    Likes Received:
    3
    Best Answers:
    0
    Trophy Points:
    43
    #2
    do you mean you want to put html code in blogger templates? then simply edit template HTML Codes or Edit Layout and Add HTML Code There

    Hope This Helps
     
    Ashish Paul, Oct 24, 2013 IP
  3. tinalora

    tinalora Greenhorn

    Messages:
    3
    Likes Received:
    0
    Best Answers:
    0
    Trophy Points:
    11
    #3
    You can use this code:
    <object width="300" height="300">
    <param name="movie" value="flashmovie.swf">
    <embed src="flashmovie.swf" width="300" height="300">
    </embed>
    </object>
    Code (markup):
     
    Last edited by a moderator: Jan 7, 2014
    tinalora, Jan 7, 2014 IP