hi
i am getting every thing is fine as i think,
but when it is executing the line
snapcontrol = (SnapshotControl)
p.getControl("javax.microedition.amms.control.came ra.SnapshotControl");
snapcontrol.start(1); // giving exception here??
i also tried with this
snapcontrol.start(Integer.MAX_VALUE);
but still exception.
can any one health how to over come this.
because i think when snapcontrol will start flash will give light.
Thanks and regards |