I've got an .swf file embedded into my HTML, but it comes up too small. This is the code I used:
<embed src="example.com/file.swf" height="1136" width="640">
So the issue is that instead of showing properly and full sized, it's down to something like 150px in height and scaled accordingly.
Any ideas on how to fix this? I'm using the HTML5 doctype, of course.
Thanks, Ilian