In this example I created a very simple PV3D 2.0 project in Flash that shows a room and lets you move your camera around. The cool thing is you can do anything you would like to with the camera just by using the arrow keys. If you have some collada you want to preview really quickly I suggest using this fla to look around and get a feel for where you want your camera to be. Further if you name a display object “Camera” in the collada, then the camera will start out with the exact position and rotation of that display object.
To move the camera around use the following keys:
SHIFT LEFT ARROW -> increment Camera X
SHIFT RIGHT ARROW -> decrement Camera X
Shift UP ARROW -> increment Camera Y
Shift DOWN ARROW -> decrement Camera Y
CTRL SHIFT LEFT ARROW -> increment camera Z
CTRL SHIFT RIGHT ARROW-> decrement camera Z
Shift LEFT ARROW -> increment camera X rotation
SHIFT RIGHT ARROW -> decrement camera X rotation
UP ARROW -> increment camera Y rotation
DOWN ARROW -> decrement camera Y rotation
CTRL RIGHT ARROW -> increment camera Z rotation
CTRL LEFT ARROW -> decrement camera Z rotation
Once you get the hang of the camera controls it becomes kinda fun.
Source