Results 1 to 6 of 6

Thread: Simple flash banner problem

  1. #1
    Join Date
    Jun 2005
    Location
    Basingstoke, Hampshire
    Posts
    127
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default Simple flash banner problem

    I haven't really used much flash before, so pardon my ignorance...

    I've created a very simple animated banner, which links to another domain using some actionscript;

    e.g.

    Code:
    on(release){
     getURL("http://www.adomain.com","_blank");
    }
    This works fine in IE6 and firefox, but not in IE7. The banner displays, but is not clickable. Any ideas?

    Cheers,

    Pete

  2. #2
    Join Date
    Mar 2005
    Location
    Hampshire
    Posts
    432
    Thanks
    4
    Thanked 3 Times in 3 Posts

    Default

    I've not looked at IE7 but I would have a guess at some sort of security setting in IE7.

    Just chill

  3. #3
    Join Date
    Jan 2006
    Posts
    419
    Thanks
    2
    Thanked 16 Times in 16 Posts

    Default

    There is some new security settings in IE7, I believe flash is not meant to display until you actually click on it to enable it.

  4. #4
    Join Date
    Jun 2005
    Location
    Basingstoke, Hampshire
    Posts
    127
    Thanks
    1
    Thanked 4 Times in 2 Posts

    Default

    Funny thing is, that it displays fine, you just can't click on it at all, let alone to follow the link.

  5. #5
    Join Date
    Jun 2005
    Posts
    1,081
    Thanks
    4
    Thanked 15 Times in 15 Posts

    Default

    I also haven't bothered to try out IE7 yet. However, I believe this issue is being caused by security measures to prevent cross-domain scripting attacks.

  6. #6
    Join Date
    Mar 2005
    Posts
    163
    Thanks
    0
    Thanked 0 Times in 0 Posts

    Default

    The fix I use to get around this issue is to call the flash onto the page via javascaipt, so you don;t have to click on it to work it

Thread Information

Users Browsing this Thread

There are currently 1 users browsing this thread. (0 members and 1 guests)

Similar Threads

  1. Flash FLV files
    By Fruitbat in forum General Technical Support
    Replies: 6
    Last Post: 7th June 2007, 06:06 AM
  2. Mute Button Flash
    By JamesU2002 in forum Development Support
    Replies: 2
    Last Post: 16th February 2006, 12:47 PM
  3. Flash
    By AndyHearne in forum Macromedia Flash
    Replies: 5
    Last Post: 29th October 2005, 07:37 PM
  4. Flash Designer/Developer Needed
    By Shiven Rabadia in forum For Sale, Sites and Services
    Replies: 0
    Last Post: 20th October 2005, 01:58 PM
  5. Refreshing in flash
    By accsys in forum Macromedia Flash
    Replies: 8
    Last Post: 13th October 2005, 09:36 AM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •