Hi again
Last night all was fine, my app worked fine, today I want to restart the file and get this error
VerifyError: Error #1014: Class flash.media::CameraRoll could not be found.
Attempting to launch and connect to Player using URL E:/My Documents/JOBS/testapp/recipe-app.xml
Although I am sure I’ve imported the class correctly.
like so:
import flash.media.Camera;
import flash.media.CameraRoll;
and later
public var camR:CameraRoll;
camR = new CameraRoll();
camR.addEventListener(Event.COMPLETE, saved);
etc
Also whats up with the xml file? It’s absolutely in the correct folder where I published it in yesterday, no changes were made after my last test.
- After a while(approx 1 minute), when I pressed Test Movie: a pop up shows up that states “Falsh could not connect to the debug player. Debug session will termintate”
Anyone has an idea what to do? I am working on windows 7. My money is on the xml file thing… but I wouldn’t know what could cause this.