Why no easy way of adding Flash swf-files?

Re: Why no easy way of adding Flash swf-files?

by Andrew Dunn -
Number of replies: 0

I found another way....

Moodle Book can use iframes in its html, so I uploaded my html file and flash file and assets into a folder in the course files, then did this in the html of a book page:

<iframe height="600" src="Link to my html page in the course folders" frameborder="0" width="800" scrolling="no"></iframe>

turning off the iframe border and scrollbar is optional.