On Mon, Feb 16, 2009 at 6:22 PM, Albert Martin <albertmar...@mac.com> wrote: > newPresentationMovieLayer.movie.autoplay; // THIS LINE IS THE PROBLEM
Unfortunately I haven't responded to address your question, but rather to call out your misuse of the dot syntax. The dot syntax is explicitly designed only for the use of getters and setters. Do not use it to call parameterless methods like -autoplay. --Kyle Sluder _______________________________________________ Cocoa-dev mailing list (Cocoa-dev@lists.apple.com) Please do not post admin requests or moderator comments to the list. Contact the moderators at cocoa-dev-admins(at)lists.apple.com Help/Unsubscribe/Update your Subscription: http://lists.apple.com/mailman/options/cocoa-dev/archive%40mail-archive.com This email sent to arch...@mail-archive.com