Groups
Groups
Sign in
Groups
Groups
ActionScript 3 Flickr Library
Conversations
About
Send feedback
Help
DynamicURLLoader
14 views
Skip to first unread message
kbese
unread,
Aug 28, 2008, 12:38:11 PM
8/28/08
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 ActionScript 3 Flickr Library
Hi,
i tried this:
test = new FlickrService("apikey");
trace(test);
and i get:
type not found error for DynamicURLLoader.
Any idea?
kbese
unread,
Aug 28, 2008, 12:45:51 PM
8/28/08
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 ActionScript 3 Flickr Library
solved problem, i did not included the packages, now it works:
import com.adobe.webapis.flickr.*;
var test: FlickrService;
test = new FlickrService("apikey");
trace(test);
and i get as a result
[object FlickrService]
Reply all
Reply to author
Forward
0 new messages