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?
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
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):