yfrog

YFrog API no longer supports public/private option?

I'm tring to use YFrog's API to upload a picture. The documentation is as follows http://yfrog.com/api/upload Use this method if you only want to upload a photo or video to yfrog. Request fields (post data should be formatted as multipart/form-data) media - Binary image or video data; either media or url para...

Twitpic not working, Posterous is... why?

I was using the Twitpic API from in my iPhone app for a while with no problem, then suddenly it started reporting: invalid username or password. I changed the URL to that of yfrog and they reported: could not find the media. I changed the URL to that of Posterous and it works. I've done some Googling and I can't find any problems wi...

Using yfrog's uploadAndPost with Actionscript/Adobe AIR

I am trying to upload a photo from an Adobe AIR application to yfrog's api, http://code.google.com/p/imageshackapi/wiki/YFROGuploadAndPost. I have the following code: public function upload(file:File, msg:String, username:String, password:String):void { var vars:URLVariables = new URLVariables(); vars["username"] = username; ...

What is the best flash webcam recorder software to use for a website?

Hey, I want to imitate the webcam video record feature that yFrog has on it's site. I know I need a flash media server or a red5 one, but I want to know what flash app do they use and what is available on the net to record videos using the users webcam. Thanks ...