views:

15

answers:

1

I'm trying to embed some flash code, and I'm using swfobject. When I put it in the parent div, it asks the users for permission on the webcam/audio. However, when I put the flash code into a lower-level div, it doesn't prompt for permission to use the webcam, or anyting. How do I fix this?

I.E.

I can put the flash into container, but not inside.

A: 

Make sure to update the reference id in the SWFObject JavaScript, or it won't know where you want your swf.

TandemAdam