Can physics be applied to a player controlled object? If so you might need to also disable control on the player while they are bouncing or you might get strange effects.
If you cant add physics to a player object, then simply swap out a single sprite copy of the player for the physics bouncing part, then swap back in the player controlled version of the sprite after he stops moving.