\");" +
"document.writeln(\"\");" +
"document.writeln(\"\");" +
"document.writeln(\"\");" +
"document.writeln(\"\");\n"+blogBody.text;
strBlogBody = escape( strBlogBody );
*/
strBlogBody = ""+blogBody.text;
strBlogBody = escape( strBlogBody );
var XMLString:XMLDocument = new XMLDocument('metaWeblog.newPost'+
'blog'+
'username'+
'password'+
''+
'categoriesjava'+
'description'+strBlogBody+''+
'title'+blogTitle.text+''+
''+
'true');
trace( XMLString.toString() );
/*thisRequest.request = '' +
'metaWeblog.newPost' +
'blog' +
'username' +
'password' +
'' +
'categoriesjava' +
'description'+blogBody.text+'' +
'title'+blogTitle.text+'' +
'' +
'true ';
*/
thisRequest.request = XMLString;
thisRequest.send();
}
private function play():void
{
videoFMS.source = "rtmp:/flex_videoconference/christophe";
videoFMS.live = true;
videoFMS.play();
}
]]>