A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: Getting URL doesn`t works for _self, because of some security limitation

  1. #1

    Getting URL doesn`t works for _self, because of some security limitation

    Hi guys,

    recently i made a flash header for my client. But when my client upload the .swf to her website - only the button with _blank type of getting URL works. These with _self doesn`t. Then i upload the .swf to my ftp and it works perfectly for all the buttons. The only thing that could cause this problem probably is some security issue of my client`s ftp.

    But my client doesn`t know what to do. If there is someone who expirienced same problem - please tell me what to tell my client does.

    Thanks


    Scotty does know how to Fla-make cool ads.

    http://flamake.net - this Ads will Fla-make you crazy. Find your cheap flash banners and see the best commercials around the world.

  2. #2
    Prid - Outing Nig 13's Avatar
    Join Date
    Jul 2006
    Location
    Norway
    Posts
    1,864
    Found the solution using Google. In your .HTML file where the .SWF file is embedded, find this:

    Code:
    <param name="allowScriptAccess" value="sameDomain" />
    and change it to:

    Code:
    <param name="allowScriptAccess" value="always" />
    I am back, guys ... and finally 18 :P

    BRING BACK THE OLD DESIGN!! OR AT LEAST FIX THE AS TAGS

  3. #3
    Thank you Nik 13 The problem is fixed.


    Scotty does know how to Fla-make cool ads.

    http://flamake.net - this Ads will Fla-make you crazy. Find your cheap flash banners and see the best commercials around the world.

Tags for this Thread

Posting Permissions

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




Click Here to Expand Forum to Full Width

HTML5 Development Center