A Flash File Is Redirecting My Page... how do I make it stop?

Discussion in 'Programming' started by mmelen, Apr 27, 2008.

  1. #1
    I have a flash (.swf) file on my site that is redirecting me to a new page.

    Is there anything I can put on my site (javascript I'm guessing?) to stop the redirection?
     
    mmelen, Apr 27, 2008 IP
  2. ToddMicheau

    ToddMicheau Active Member

    Messages:
    183
    Likes Received:
    11
    Best Answers:
    0
    Trophy Points:
    58
    #2
    Remove the flash file?
     
    ToddMicheau, Apr 27, 2008 IP
  3. Greg-J

    Greg-J I humbly return to you.

    Messages:
    1,844
    Likes Received:
    153
    Best Answers:
    0
    Trophy Points:
    135
    #3
    Add this to your object tag:

    allownetworking="internal" allowscriptaccess="never"
     
    Greg-J, Apr 28, 2008 IP