Hello,
I want to give the possibility to the users, to broadcast their webcams in their profiles. So, I have done flash movie to start users cam.
I embed the flash movie in a "field delimiter":
<object type="application/x-shockwave-flash" data="http://localhost/chatin/reproductor/cam.swf" width="320" height="240">
<param name="... etc...
</object>
And It works. :lol:
BUT, I NEED TO ADD TWO BUTTONS: START CAM/ STOP CAM
- On START, the embed object start, and user is online.
- On STOP, the embed object stop working (maybe refreshing the page).
I think, Its not possible to use javascript in a "field delimiter". HTMLs buttons doesnt make actions.
Anyone have an idea, how to make it?
Thank you.