Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-06-07 Thread Darren Bowers

Well it seems that the getURL() behaviour HAS changed in FP9. The
Asia-Pacific support pointed me in the right direction:
http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=LiveDocs_Partsfile=1180.html

I cant see any benefit in changing this behaviour becuse you are running
inside the local security sandbox anyway. Big thumbs down to Macradobe on
this one.


On 31/05/07, Darren Bowers [EMAIL PROTECTED] wrote:


I tried the Access network only and it would work great but I have to
load a number of XML files locally to build the Tree structure. This
prevents access to these files.

I have been searching Adobe and the net for ages and I cant find any
official reference to this change in behaviour as a security fix. I am
wondering if it is actually a bug. Unlikely, but a possibility?


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-05-31 Thread Muzak
File  Publish Settings  Local playback security: Access network only (and 
recompile)

Then the allowScriptAccess param has no effect whatsoever, but getURL will work.

http://livedocs.adobe.com/flash/8/main/1610.html

regards,
Muzak

- Original Message - 
From: Darren Bowers [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, May 31, 2007 7:50 AM
Subject: [Flashcoders] problems with getURL and local frame targeting in FP9


I have a two frame page - the left frame is a custom flash Tree object that
 parses an IMS-compliant manifest (basically a tree menu structure) and the
 right frame displays the page/object in that manifest. If i run this from a
 server, it works fine and displays all links in the right frame. But if I
 run it from a local or network drive it opens all links in _blank.

 Adobe have a technote on the new allowScriptAccess and getURL in FP9 (
 http://www.adobe.com/go/50c1cf38) but dont mention anything about this issue
 (that i can locate).

 Can anyone confirm that targeting frames locally via getURL under FP9 is now
 not possible?

 Cheers,
 Darren


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-05-31 Thread Muzak
Additionally, if you don't want to change the Local playback security option, 
you can create a FlashPlayerTrust file that contains 
the path to the swf.

http://livedocs.adobe.com/flash/8/main/1613.html
http://www.adobe.com/cfusion/knowledgebase/index.cfm?id=4c093f20

You can create this file manually or use the Flash Player Security Manager:
http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager04.html

regards,
Muzak

- Original Message - 
From: Darren Bowers [EMAIL PROTECTED]
To: Flashcoders mailing list flashcoders@chattyfig.figleaf.com
Sent: Thursday, May 31, 2007 7:50 AM
Subject: [Flashcoders] problems with getURL and local frame targeting in FP9


I have a two frame page - the left frame is a custom flash Tree object that
 parses an IMS-compliant manifest (basically a tree menu structure) and the
 right frame displays the page/object in that manifest. If i run this from a
 server, it works fine and displays all links in the right frame. But if I
 run it from a local or network drive it opens all links in _blank.

 Adobe have a technote on the new allowScriptAccess and getURL in FP9 (
 http://www.adobe.com/go/50c1cf38) but dont mention anything about this issue
 (that i can locate).

 Can anyone confirm that targeting frames locally via getURL under FP9 is now
 not possible?

 Cheers,
 Darren
 ___
 Flashcoders@chattyfig.figleaf.com
 To change your subscription options or search the archive:
 http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

 Brought to you by Fig Leaf Software
 Premier Authorized Adobe Consulting and Training
 http://www.figleaf.com
 http://training.figleaf.com
 


___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com


Re: [Flashcoders] problems with getURL and local frame targeting in FP9

2007-05-31 Thread Darren Bowers

I tried the Access network only and it would work great but I have to load
a number of XML files locally to build the Tree structure. This prevents
access to these files.

I have been searching Adobe and the net for ages and I cant find any
official reference to this change in behaviour as a security fix. I am
wondering if it is actually a bug. Unlikely, but a possibility?
___
Flashcoders@chattyfig.figleaf.com
To change your subscription options or search the archive:
http://chattyfig.figleaf.com/mailman/listinfo/flashcoders

Brought to you by Fig Leaf Software
Premier Authorized Adobe Consulting and Training
http://www.figleaf.com
http://training.figleaf.com