New topic: 

2012 Release 1 breaks my quicktime movie—even under Carbon

<http://forums.realsoftware.com/viewtopic.php?t=45128>

         Page 1 of 1
   [ 2 posts ]                 Previous topic | Next topic          Author  
Message        dbem          Post subject: 2012 Release 1 breaks my quicktime 
movie—even under CarbonPosted: Sun Aug 26, 2012 11:57 pm                      
   
Joined: Mon Jun 12, 2006 4:27 pm
Posts: 21
Location: Cornell University                In the release notes for 2012 
1.0.0, they warn that the most recent beta of Cocoa does not yet support the 
MoviePlayer.  

Fair enough, but shouldn't Movieplayer still work in the IDE and compile into 
Carbon MacOSX?  Under this newest release, programs that are supposed to play a 
Quicktime movie fail to do so when run either in the IDE or when compiled into 
Carbon.  Isn't that an error?      
_________________
Daryl J. Bem 
Department of Psychology 
Cornell University 
[email protected]  
                             Top                guykuo          Post subject: 
Re: 2012 Release 1 breaks my quicktime movie—even under CarbPosted: Mon Aug 
27, 2012 12:19 am                         
Joined: Mon Apr 02, 2007 5:51 pm
Posts: 411
Location: Cosalient EHR in Washington                Working here under Carbon 
and OSX 10.8.1

Both as built app and within IDE debugger.

Created a simple one window app with aMoviePlayer as its only object

in Window I have 

Sub Open()
  dim myMovie as movie
  dim f as FolderItem
  
  f = GetFolderItem("").child("amovie.mov")
  
  myMovie = f.OpenAsMovie
  
  aMoviePlayer.Movie = myMovie
  
  aMoviePlayer.Play
End Sub


It plays the movie.

Are the file paths getting munged for you current build and therefore no move 
objects are being created?      
_________________
RS 2011r4 OSX 10.8 Win7 XP; MBP17 w OWC SSD  
                             Top             Display posts from previous: All 
posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost 
timeSubject AscendingDescending          Page 1 of 1
   [ 2 posts ]      
-- 
Over 1500 classes with 29000 functions in one REALbasic plug-in collection. 
The Monkeybread Software Realbasic Plugin v9.3. 
http://www.monkeybreadsoftware.de/realbasic/plugins.shtml

[email protected]

Reply via email to