PDA

View Full Version : How to make a phone vibrate with flash (Action Script problem)


srancsik
31st July 2009, 07:58 AM
Hi, I need help regarding flash lite for PPC. I have created a .fla file, only intending to vibrate for 3 second. The script I used is:

fscommand2("StartVibrate",3000,0,1);

I start the html file with Internet Explorer, the animations are running smoothly, but the phone does not vibrate.

Can someone help me, please?