svicino
svicino

Reputation: 173

Uploadify repeating "SWF DEBUG: ExternalInterface reinitialized"

I am using Uploadify and after I select an image nothing happens. I looked at the debug console and it keeps repeating the line SWF DEBUG: ExternalInterface reinitialized

What causes this and how can I fix it?

Upvotes: 1

Views: 298

Answers (1)

TJHeuvel
TJHeuvel

Reputation: 12608

I had the exact same error, you should check out your flash logs. Just install the debugger version and follow the manual here: http://helpx.adobe.com/flash-player/kb/configure-debugger-version-flash-player.html

For me it was a crossdomain issue, where one domain was on HTTP and the other HTTPS.

Upvotes: 2

Related Questions