The Flash YouTube API getPlayerState() method has 6 possible values:
I did the legwork for you at https://developers.google.com/youtube/youtube_player_demo
Cuing a video with a preroll and then clicking Play leads to:
So the video's state is PAUSED (2) while the ad is playing. Additionally, calls to playVideo() or pauseVideo() will be no-ops during a preroll.