You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to ActionScript 3 YouTube Library
The webapi in this group uses a customized URLLoader to communicate with REST service. And then dealing with the http response directly. Just wondering why not using HTTPService instead? Because of performance or other consideration?
Mike Chambers
unread,
Feb 16, 2007, 2:30:08 AM2/16/07
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to as3you...@googlegroups.com
I havent looked at that code in a while, but this is what I recall:
1. we used a custom / dyanmic class, so we could associate the name / values pairs with the request instance.
2. we didnt have a need to use HTTPService, and didnt want to require the Flex framework.