views:

24

answers:

1

Hello,

I'm using swfobject to inject my swf. My SWF basically initiates a webcam and prompts the user for access to the cam. Problem is whenever I center align the div that contains the swf object the Allow/Deny button seems to be unresponsive/not clickable. It's the oddest thing.

Here is the site for you to view the coding: http://tinyurl.com/3yx2fr4

Perhaps someone has had the issue issue previously.

Thanks.

A: 

Hi there,

Stackoverflow wont let me log back in with my credentials so I'll have to answer my own question. Bah.

Phwd if you take a look at that link again its now centered but I've noticed that it only works if I set the page to overflow: hidden. As soon as I remove that (you can test it yourself by setting overflow: auto; with a tool like FireBug.

Still the same issue and I really need to figure this thing out. Yikes.

David