
Multiple Players, on Same page
I'm wondering what the best way to add multiple players to the same page is. (they each point to different videos).
Through trial and error, a solution seems to be to change "preview" and give it a number in both areas it shows up. (is there a better method?, will it cause problems?)
PLAYER 1:
<p id='preview1'>The player will show in this paragraph</p>
<### OTHER CODE...>
s1.write('preview1');
PLAYER 2:
<p id='preview2'>The player will show in this paragraph</p>
<### OTHER CODE...>
s1.write('preview2');