Need help putting NetConnection Video into empty mc with controls
I am not sure how to accomplish what I need. I'm developing an iOS video app. I will package ALL videos with the ipa. I created a net connection and net stream successfully. I'm importing them into an array. They play perfectly. However, I need a way to mask out the main interface. Ideally, I'd like to drop that video into a dynamically called movie clip that has the controls in it. I made one called holder_mc. (There are no controls in it yet.) I cannot seem to get that on screen at the right z-index (not sure if that's the right term). I tried creating an empty movie clip and putting the video in it. That did not work either. This has to be simple. I must be overlooking something! Please help? [NOTE: This is my final project for a scripting class. I am using videos that I purchased. I will NOT publish them for any reason.]