New topic: AutoResize MovePlayer In Windows 7
<http://forums.realsoftware.com/viewtopic.php?t=39812> Page 1 of 1 [ 1 post ] Previous topic | Next topic Author Message Knightlite Post subject: AutoResize MovePlayer In Windows 7Posted: Tue Jul 12, 2011 2:48 pm Joined: Thu Apr 26, 2007 7:29 am Posts: 218 Location: Middlebury, CT Hi, I am writing an app with RealStudio 2008 R5 that uses the MoviePlayer. Under Windows 7 the MoviePlayer does not AutoResize when made visible, even with the AutoResize property checked and also adding it to the code. It works fine under XP, but does not work with Windows 7. I was wondering if anyone has had the same problem and if anyone had a way to work around the problem. My code for loading the movie is: Code:mov1.Visible=True dim f as folderitem = getfolderitem("").child("Video").child(txtVideo.Text) dim p as movie = f.OpenAsMovie mov1.Movie =p mov1.AutoResize=True Any help would be appreciated. Jim Top Display posts from previous: All posts1 day7 days2 weeks1 month3 months6 months1 year Sort by AuthorPost timeSubject AscendingDescending Page 1 of 1 [ 1 post ] -- 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]
