Load external Application into Flash, beside image and movie file
I have come by various methods of loading external image into flash (Loader class), or loading video into Flash (NetStream class), I am hoping I can load a application viewer into flash.
I am working on a project with the Esperient Editor which generate a Esperient Viewer file. Does anyone have any idea how to write an actionscript to load other application into flash?
Or is there any tools or methods to work around what I need?
Any suggestion will be helpful for me to seek for a solution. Thanks in advance.
How to code a viewer in ActionScript
Quote:
Originally Posted by
Northcode
You're probably going to have to write a viewer yourself in ActionScript, or something that converts the Esperient file format to another 3D format that's already supported by an existing Flash 3D framework.
Thanks for your post. I was just thinking of how about a Flash 3D last night. I have never touched on Flash3D, and have read little about PaperVision and Sandy3D. I must look at this.
Meanwhile, Is there any link about how to write a viewer in ActionScript?
I was trying out FsCommand last night, i discovered that FlashCs4 got some problem to run FsCommand("exec", "testApplication.exe"). But I think FsCommand is not the solution.
Again, Thanks so much for replying my post. Every help counts alot to me.