Changeset 5494

Show
Ignore:
Timestamp:
05/04/08 15:29:32 (2 weeks ago)
Author:
morris
Message:

Set QTMovieDontInteractWithUserAttribute to YES

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • Spiral/trunk/SPPlaylistLoader.m

    r5489 r5494  
    111111                                        attributes = [NSDictionary dictionaryWithObjectsAndKeys: 
    112112                                                path,                                                   QTMovieFileNameAttribute, 
    113                                                 [NSNumber numberWithBool:NO], QTMovieDontInteractWithUserAttribute, 
     113                                                [NSNumber numberWithBool:YES],        QTMovieDontInteractWithUserAttribute, 
    114114                                                NULL]; 
    115115                                        movie = [[QTMovie alloc] initWithAttributes:attributes error:NULL];