moxiecode / moxie

Pollyfills for XHR2 and File API
GNU Affero General Public License v3.0
483 stars 134 forks source link

How to install it with flash? #177

Closed vit-panchuk closed 6 years ago

vit-panchuk commented 6 years ago

I suppose something changed and Readme instructions are not actual. Could you help me to provide flash fallback to FileReader with this lib? In readme:

<script src="moxie.js"></script>
<script>mOxie.Env.swf_url = './flash/Moxie.min.swf';</script>

In console:

Uncaught ReferenceError: mOxie is not defined
jayarjo commented 6 years ago

Try: moxie.core.utils.Env.swf_url. I will fix readme.