DynamicURLLoader

14 views
Skip to first unread message

kbese

unread,
Aug 28, 2008, 12:38:11 PM8/28/08
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 PM8/28/08
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