PDA

View Full Version : Problem with Flash buttons


rstans
February 28th, 2007, 12:32 AM
Hi. I'm trying to build a site for a friend. When I put a Flash button or any other active content on the page my browser tells me it's a potential security risk. What am I doing wrong?

Buzz
February 28th, 2007, 03:10 AM
Set the flash content to access local files only and use relative paths.

The security alert is generally due to the flash object using a url like http://www.domain.com but you've got the file sitting on http://localhost/

rstans
February 28th, 2007, 11:14 AM
Thanks. I'll try that.