Greetings All,
first of all nice work on making this package
yet , i can't seem to download the source with svn, it gives me a "bad request error" no matter what i do:
propfind request failed on "/p/wimas3'
400 bad request (http://code.google.com)
Perhaps Google is/was doing some sort of maintenance that caused a hickup. (I don't know what that "read-only" mode notice is about.)
I tried doing a:
svn checkout *http*://wimas3.googlecode.com/svn/trunk/ wimas3-read-only
and it worked fine. Is that the command you're trying? What version of
subversion are you using?
tried several other packages now, and those i can download/use without a hassle.
then i tried to manually download the files which took me a while but i got it sorted
now working in flash CS3, AS3 file; when i try the simple example on your site for the session
i get and error that Session is no valid method
1172: Definition com.aol.api.wim:Session could not be found.
1046: Type was not found or was not a compile-time constant: Session.
1180: Call to a possibly undefined method Session.
all this due to :
import com.aol.api.wim.Session;
var devId:String = "myAOLdevID"; //blanked for obvious reasons
var session:Session = new Session(this.stage, devId,"wim test client","0.1");
100% sure my classpaths are pointing to the correct folder on my HD
please guide me, as i have not a clue what i could possible do wrong