Ivan Grishaev
Ivan Grishaev

Reputation: 1679

Youtube browser upload with flash (Security error #2049)

I'am trying to upload video to Youtube with flash from browser. Usual HTML form created with official API works fine, but I need progress bar.

I'm trying to use SWFUpload, Uploadify and Yahoo UI, but all uploaders throws Security Error #2049. I guess this means crossdomain.xml file rejects my request, right?

Youtube's crossdomain.xml located in https://uploads.gdata.youtube.com/crossdomain.xml. I can see this request in browser when trying to upload. I've tested both localhost and App Engine -- same error is occured.

Could you give me a tips? Tnanks.

Upvotes: 1

Views: 1196

Answers (1)

Ivan Grishaev
Ivan Grishaev

Reputation: 1679

OK, solution was replacing HTTPS with HTTP in upoad url. I dont know yet, why flash can't send HTTPS request (m.b, proxy?).

Upvotes: 2

Related Questions