Error #2038 when uploading videos to Facebook - actionscript-3

Using this simple AIR app to upload images to my facebook account.
http://code.google.com/p/facebook-actionscript-api/downloads/list
Uploading images works fine using the MediaUpload_AIR example.
I modified by adding browse support for videos.
The videos seem to upload according to the progress event, but when they have finished uploading I get a error #2038 along with a http status code of 400.
Can't figure out what is happening. The video files are under 5MB in size.
Can anyone shed some light?

found the answer
When targeting the facebook graph API with videos you need to use 'me/videos' instead of 'me/photos'

Related

How to stream Large size videos from google drive in vlc

I've uploaded a large size video that is almost 2gb to my google drive. I'm streaming it in vlc media player. my format for upload is https://drive.google.com/uc?id=1wLllY5K1D6tdakUqHSQBqSQpFw4KclZ1
I'm getting through shareable link. This is small size video and it's streaming but When I upload a large size video it's not able to play.
I've changed the folder permissions to public
Due to the file-size, Google cannot automatically scan for viruses.
Thanks to this, the link you are using will show a page like this:
Even if you then add the parameters from the url of the "Download Anyways" button, you would not be able to proceed since the parameters are validated against Google servers to verify that the authorization was indeed done by the user at the time of asking.
Drive is not meant for video streaming, there are other solutions for it, like Youtube.

How to post a video in an ifram to facebook? [duplicate]

When something is shared from youtube to facebook, facebook is now showing the youtube html5 player.
If you look up one of their urls (https://www.youtube.com/watch?v=uuS5ZyQhvsk) in the open graph debugger you can see that they are now providing open graph meta data for their html player as well as the flash one.
I also have a player that sits in an iframe, and am now including the same tags that youtube is, minus the flash ones as we don't have a flash player, but it isn't working and facebook is giving me this error which doesn't make sense:
Share has playable media but will not play inline because it would cause a mixed content warning if embedded. Add a secure_src or make the video src secure to fix this.
This is the information facebook is reading:
This is the url as an example that is generating that error: https://www.la1tv.co.uk/player/124/260
All I can think is that Facebook has made some kind of deal with youtube and this isn't available for everyone yet, but that isn't clear from that error.
All of the content on our site is served over https.
Anyone know what's going on or got this working?
I can't find any documentation anywhere on facebook how to do this.
I posted a similar question a while back when I was trying to get this working but at this time youtube was still only providing the flash player to facebook.
It looks like someone else was having a similar issue here.
According to WizKid this is currently in a trial period for YouTube and hopefully will be rolled out to everyone at a future date.

How do I get all the preview thumbnail images of a Vimeo video

I want to show all the preview thumbnail images of a Vimeo on a pages. I'm the owner of a Vimeo Pro account but I don't see any options or an API call to get them. A file with the timestamps and an image url would be good enough.
I can't run a script to generate them myself so I was wondering if anyone found such an option?
If you are talking about the preview thumbnails that appear when you seek on a video, those are not currently available via the API.
I'll make a note though, and see if we can add them in the future.

Trying to download a flash game in .sfw format

I tried but couldn't do it.
I tried getting the .sfw file from the source code but the file I got was only 2kb and it did not work. I got a white/gray screen when I launched it. I tried to download the whole website and search for the .sfw file I got the same result. I tried it with chrome and firefox.
I need to launch the .swf file and play it offline. This is my only purpose. Here is the game im trying to get.
http://www.slotozilla.com/free-slots/jackpot-cleopatras-gold
If the game wasn't designed to be played offline, I'd give up.

problems using a brightcove player in AS3 project (Security sandbox violation)

I hope someone can help with this as I can't find an answer anywhere.
I've created an AS3 based UI slider that displays images and videos. The videos are added using a brightcove player. This is all working ok except when I click play on the video I get the following error.
SecurityError: Error #2123: Security sandbox violation: BitmapData.draw: file:///D|/development/videoplayer/VideoBanner.swf cannot access rtmp://brightcove-76.fcod.llnwd.net:1935/a500/d12?videoId=696716426001&lineUpId=696887476001&pubId=1520968877&playerId=695954425001&affiliateId=. No policy files granted access.
I'm using a custom play/pause button, and this seems to work (ie, it plays the video) but then I see this error pop up, and my info panels stop working (these are just panels with titles and info copy on them. Animated in using TweenMax).
I gather from some searches that this might be a cross domain problem. I've tried to set up the brightcove player to accept the URL I'm testing it on but I still get the error. Looking at the support site for brightcove I can find nothing about a cross domain policy.
I realise that the error above is running locally but the same thing is happening on my test page.
Has anyone come across this problem before using brightcove and AS3? Let me know if you need any extra info.
Cheers
Barry.
Have you tried creating a crossdomain.xml file like below on your web root?