Monosylabik
Joined: 26 Nov 2006 Posts: 4 Location: Mexico City, Mexico
|
Post subject: Help Loading Videos in Xcode QC App |
|
|
I'm working on an app in Xcode that mixes various video input sources together, and want to compile it so I can use it in other computers without the need to install the whole Developer Tools.
Right now, I'm using Directory Scanner to get the videos' paths, which are then sent to Movie Loaders. The problem I'm running into is that this method works perfectly when running the composition in QC, but when I build and run the app in Xcode the composition doesn't display the videos. My guess is that somehow the Directory Scanner is failing at getting the proper path to the location of the videos. They're inside the Xcode project folder in a folder called Videos, and the Directory Scanner's path is pointing to Videos, which should look for the directory relative to the composition's location. I'm pretty sure I need to do something in Xcode for it to work, but I have no idea what it could be. I'd really appreciate if you could point me in the right direction.
Thanks _________________
 |
|