Definition com.shephertz.app42.paas.sdk.as3.gallery.AlbumService could not be found.

0 votes

import com.shephertz.app42.paas.sdk.as3.App42API;

import com.shephertz.app42.paas.sdk.as3.gallery.AlbumService;  

 

 

public class App42SDK

{

public function App42SDK()

{

}

 

public static function init():void{

      App42API.initialize(API_KEY,SECRET_KEY);  

}

 

public static function initAlbumService():AlbumService{

     var albumService:AlbumService = App42API.buildAlbumService(); 

    return albumService;

}

}

asked Jan 5, 2015 in App42 Cloud API-BaaS by Trần Duy Tân (10 points)

1 Answer

0 votes

Hello Tran,

In AS3 SDK, Album service is only available for desktop/mobile type of apps. Make sure you have attached the correct version of swc (App42_ActionScript_SDK_Desktop_x.x.x.swc) file in your project reference. 

Kindly attached the latest binary in your project reference from here & let us know if it helps.

Himasnhu Sharma

 

answered Jan 5, 2015 by hs00105 (2,005 points)
Thanks for your helping. I just do it.
Download Widgets
Welcome to ShepHertz Product line forum, where you can ask questions and receive answers from the community. You can also reach out to us on support@shephertz.com
...