TiiToo / vegas

Automatically exported from code.google.com/p/vegas
1 stars 0 forks source link

can't run egallery sample in local drive anymore #39

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?

1. open rev109 or rev113 
@\astr\AS3\trunk\examples\egallery\trunk\deploy\index.swf 
with local flash player

2. wait...until timeout

-----------------------------------------------------------------------
What is the expected output? What do you see instead?

expect result as rev108 that working and running fine but got error intsead
Error: Error #2029: This URLStream object does not have a stream opened.
    at flash.net::URLStream/close()
    at flash.net::URLLoader/close()
    at andromeda.process::ActionURLLoader/close()
    at andromeda.process::CoreActionLoader/_onTimeOut()
    at flash.events::EventDispatcher/dispatchEventFunction()
    at flash.events::EventDispatcher/dispatchEvent()
    at flash.utils::Timer/tick()
-----------------------------------------------------------------------
Please use labels and text to provide additional information.

the reason is "maybe" Security sandbox violation file index.swf cannot load
ga_library.swf because Local-with-filesystem and local-with-networking SWF
files cannot load each other.

Original issue reported on code.google.com by katopz on 18 Nov 2008 at 8:49

GoogleCodeExporter commented 9 years ago
Hello :)

right-click the swf and go in the "parameters" panel of the FlashPlayer. 

In the menu of the panel go in the Access control panel and click in the button 
advanced !

A web page is open in your default navigator and you must add your local hard 
disk in 
the security list :

http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_man
ager0
4.html

PS : i add the root of my disk in the list :)

Original comment by ekamel...@gmail.com on 18 Nov 2008 at 8:57

GoogleCodeExporter commented 9 years ago
PS : you can post this issue the next time in the Google Code of AST'r :
http://code.google.com/p/astr/issues/list

EKA+ :)

Original comment by ekamel...@gmail.com on 18 Nov 2008 at 8:57

GoogleCodeExporter commented 9 years ago

Original comment by ekamel...@gmail.com on 1 Dec 2008 at 5:04