M
M
MiJunior2018-11-29 10:44:14
Yii
MiJunior, 2018-11-29 10:44:14

How to replace .embedSWF?

There is a function:

swfobject.embedSWF(settings.uploader, settings.id + 'Uploader', settings.width, settings.height, '9.0.24', settings.expressInstall, data, {'quality':'high','wmode':settings.wmode,'allowScriptAccess':settings.scriptAccess},{},function(event) {
            if (typeof(settings.onSWFReady) == 'function' && event.success) settings.onSWFReady();
          });

But event.success returns false. As I understand it, .embedSWF has been disabled in chrome for a long time. How to fix it so that everything works?
ps yii 1 , Uploadify yiiext widget

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question