From: brightcove-dev@yahoogroups.com [mailto:brightcove-dev@yahoogroups.com] On Behalf Of Joel Fiser
Sent: Wednesday, January 07, 2009 10:54 AM
To: brightcove-dev@yahoogroups.com
Subject: [brightcove-dev] Looking for a response. Is this the wrong place to ask this question?
If this is not the correct place to ask this question - where should I
pose it?
--- In brightcove-dev@
>
> OK - I wasn't using POST before - but now I am.
> Here's the func:
>
> private function delClip(myClipObj:
> var loader:URLLoader;
> var url:String = "http://api.brightco
> var myRequest:URLReques
>
> var myVars:URLVariables = new URLVariables(
> myVars.command = "delete_video"
> myVars.video_
> myVars.cascade = 1;
> myVars.token = "myValidSecretToken
> myRequest.data = myVars;
> myRequest.method = URLRequestMethod.
>
> try {
> navigateToURL(
> Loader
> }
> catch (err:Error) {
> view.displayTxt(
> }
> }
>
>
> Now I get the following error message:
>
> {"error": {"name":"MissingJSO
> JSON-RPC.","
>
>
>
> --- In brightcove-dev@
> wrote:
> >
> > Here's the string I'm pasting directly into the browser. Of course I
> > don't include my actual token below.
> >
> >
>
http://api.brightco
> >
>