actionscript 3 - SOLVED: Published swf file not working as intended, but exe file does -


i have written application in flash cs6 using actionscript 3 intend put on web. have file upload function within application uses uploadposthelper class, can found here. use pngencoder , flash.net library, few other sources.

basically, problem this: when publish .fla file, generate .exe , .swf. .exe file upload file no problem, .swf file not. doesn't appear send file server. have enabled debugging on published .swf, i'm not sure how debug within .swf application.

i have tried launching .swf file locally; have not yet put on server. noticed there publishing setting "local playback security". have tried setting both "access local files only" , "access network only", there no option allowing both. concern may need access both, converting stage png image , sending off server, qualify local , network access, far local playback security sandbox concerned?

any or suggestions appeciated. thank you.

solution: found solution here. basically, had allow debugger version of standalone flash player access c:\ drive on system as as network. did specifying "access network only" in local playback security settings (under publish settings > flash (.swf)), , created .cfg file under "c:\windows\system32\macromed\flash\flashplayertrust" directory, , wrote "c:\" in first line of file. tells debugger flash player can access on c:\ drive. permitted debugging publish settings .swf file.

i hope helps else runs against problem in future.


Comments

Popular posts from this blog

How to mention the localhost in android -

php - Calling a template part from a post -

c# - String.format() DateTime With Arabic culture -