Posts Topics Forums Images
Search videos from message boards Videos Search messages from microblogs Microblogs Search messages from imdb.com Imdb Search messages from yuku.com Yuku Search messages from lefora.com (free forums) Lefora
My account: Login | Sign Up
Loading... 

Thread: [AS2] fscommand open problem

Started 1 month, 2 weeks ago by rishikt
I am trying to open a file on the hard disk with the fscommand("open", "folder\file") command. the command works fine in all cases except when there is a "#" in the file path. eg: "C:\Folde#r\Image1.jpg" Is this is a AS bug? Please help.
Site: ActionScript.org Forums  ActionScript.org Forums - site profile
Forum: Projectors and CDs  Projectors and CDs - forum profile
Total authors: 2 authors
Total thread posts: 4 posts
Thread activity: no new posts during last week
Domain info for: actionscript.org

Other posts in this thread:

northcode replied 1 month, 2 weeks ago
I don't know how that's working for you at all! There is no fscommand "open". Flash only supports 6 fscommands: - quit - fullscreen - allowscale - showmenu - exec - trapallkeys Are you using a third party swf2exe tool?

rishikt replied 1 month, 2 weeks ago
Quote: Originally Posted by northcode I don't know how that's working for you at all! There is no fscommand "open". Flash only supports 6 fscommands: - quit - fullscreen - allowscale - showmenu - exec - trapallkeys Are you using a third party swf2exe tool? sorry, its fscommand("openwindow", "...

northcode replied 1 month, 2 weeks ago
That's not a standard fscommand, it's a custom command that is made from Flash to some JavaScript in the HTML container. It's the JavaScript doing all the work. This will NOT work from an EXE file, it will only work if the SWF is hosted in an HTML document with the necessary handler implemented in JavaScript.

 

Top contributing authors

Name
Posts
rishikt
2
user's latest post:
[AS2] fscommand open problem
Published (2009-11-04 05:03:00)
Quote: Originally Posted by northcode I don't know how that's working for you at all! There is no fscommand "open". Flash only supports 6 fscommands: - quit - fullscreen - allowscale - showmenu - exec - trapallkeys Are you using a third party swf2exe tool? sorry, its fscommand("openwindow", "folder\file") here's the documentation I found on Adobe...
northcode
2
user's latest post:
[AS2] fscommand open problem
Published (2009-11-04 06:31:00)
That's not a standard fscommand, it's a custom command that is made from Flash to some JavaScript in the HTML container. It's the JavaScript doing all the work. This will NOT work from an EXE file, it will only work if the SWF is hosted in an HTML document with the necessary handler implemented in JavaScript.

Related threads on "ActionScript.org Forums":

Related threads on other sites:

Thread profile page for "[AS2] fscommand open problem" on http://www.actionscript.org. This report page is a snippet summary view from a single thread "[AS2] fscommand open problem", located on the Message Board at http://www.actionscript.org. This thread profile page shows the thread statistics for: Total Authors, Total Thread Posts, and Thread Activity