Embed Flash File?

I’m an Instructional Designer who creates e-Learning courses. I would love to embed a few of my courses for live interaction in my website. Is there a way I can embed the course’s flash files to play on the site?

Yes, you can include them on the page with the custom embed code component, however you will have to upload the flash files elsewhere as you cannot upload non-image files into Webflow.

Thanks for your reply, Sam!

I have the swf file on dropbox: https://dl.dropboxusercontent.com/s/4pbtl6d3vf5m0c2/Process%20Curriculum%20Overview.swf

I just don’t know how the code should look like when placing this into the embed widget in Webflow.

Hi, take a look at this

http://stackoverflow.com/q/137326/584192

I used the code from the link you provided, but it’s still not working:

 <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="780" height="420">
        <param name="movie" value="https://dl.dropboxusercontent.com/s/4pbtl6d3vf5m0c2/Process%20Curriculum%20Overview.swf" />
        <!--[if !IE]>-->
        <object type="application/x-shockwave-flash" data="https://dl.dropboxusercontent.com/s/jggxt9mjywguf7l/test2.swf" width="780" height="420">
        <!--<![endif]-->
          <p>Alternative content</p>
        <!--[if !IE]>-->
        </object>
        <!--<![endif]-->
      </object>

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.