Im using blogger and I wanted it to be able to play some swf games I made. How can I add them? I tried searching but I couldnt find anything,
            Asked
            
        
        
            Active
            
        
            Viewed 2,067 times
        
    1 Answers
0
            
            
        HTML has an 'embed' tag built in: e.g. <embed src="helloworld.swf">. More information can be found at this link
 
    
    
        Pritam Sangani
        
- 271
- 1
- 15
- 
                    I used the embed tag, with the height width type and src, but it still doesnt work. Its 640x480. when i run it a see a blank window with that scale. Does Dropbox work for the src? – TAL Feb 10 '18 at 15:15
- 
                    
- 
                    
- 
                    
- 
                    It still doesnt work. The swf is a game, but i think it reads it as a movie; could that be it? – TAL Feb 10 '18 at 15:32
- 
                    
- 
                    
- 
                    You can also use object tag like this `` If it still does not work make sure you have the latest Flash player installed. – Pritam Sangani Feb 10 '18 at 15:49
