iSpring Platform
Knowledge Base
Popular Questions
Search results in Popular Questions
- Where can I get the version number and license key of my iSpring Platform?
- What Adobe Flash Player version do I have to have to play iSpring-created presentations?
- What version of ActionScript is supported by iSpring Platform?
- Where should I enter License Key I got after purchase?
- A Flash movie I've inserted plays fine in PowerPoint, but after the conversion only a blank slide is displayed. What should I do?
- Is it possible to control iSpring Platform generated files from the Flex application that uses ActionScript 3.0?
- What are the system requirements for using iSpring Platform?
- How is a trial version different from the full version?
- Is it possible to call the converter from an application written in Java in a Windows environment in any of iSpring products?
- Is it possible to create Flash clips with international content using iSpring?
FAQs Is it possible to control iSpring Platform generated files from the Flex application that uses ActionScript 3.0?
Frequently Asked Questions
Search results in FAQs
Filter docs by category:
General
- What version of ActionScript is supported by iSpring Platform?
- How is a trial version different from the full version?
- What are the system requirements for using iSpring Platform?
- Is it possible to call the converter from an application written in Java in a Windows environment in any of iSpring products?
Registration
Flash Output
- What Adobe Flash Player version do I have to have to play iSpring-created presentations?
- A Flash movie I've inserted plays fine in PowerPoint, but after the conversion only a blank slide is displayed. What should I do?
- If I publish my presentation to the web, will the users have to wait until the entire Flash file is loaded to start viewing it?
- Is it possible to create Flash clips with international content using iSpring?
- Is it possible to have a button in a slide that can launch another file?
- Is it possible to control iSpring Platform generated files from the Flex application that uses ActionScript 3.0?
Multimedia
Size and Compression
Is it possible to control iSpring Platform generated files from the Flex application that uses ActionScript 3.0? Permalink
iSpring Platform version 6 and later provides the PPT to Flash SDK for AS3 component that allows to generate Flash files in ActionScript 3. The ActionScript API of iSpring created presentations can be accesssed directly from a Flex application.
Only if you are using iSpring SDK version 5 of earlier, please refer to the information below:
Flash presentations created with iSpring SDK 5 use ActionScript 2. Flash player allows the loading of AS2 Flash movies into AS3 Flash movies; however they will run in isolated environments - it is not possible to perform a function call from an AS3 movie to an AS2 movie or vice versa. Therefore, the ActionScript API of presentations generated with version 5 is not accessible directly to Flex applications.
The only way to perform an interaction between them is to use the LocalConnection class. It allows interaction between two Flash movies on one machine. It is possible to develop an SWF wrapper module in ActionScript 2 which will load a generated presentation and interact with it via its ActionScript API. On the other hand, this wrapper module will create a local connection and execute commands from the Flex application. It will also notify the Flex application about playback events (slide changed, etc.) via Local connection created by the Flex application.
Only if you are using iSpring SDK version 5 of earlier, please refer to the information below:
Flash presentations created with iSpring SDK 5 use ActionScript 2. Flash player allows the loading of AS2 Flash movies into AS3 Flash movies; however they will run in isolated environments - it is not possible to perform a function call from an AS3 movie to an AS2 movie or vice versa. Therefore, the ActionScript API of presentations generated with version 5 is not accessible directly to Flex applications.
The only way to perform an interaction between them is to use the LocalConnection class. It allows interaction between two Flash movies on one machine. It is possible to develop an SWF wrapper module in ActionScript 2 which will load a generated presentation and interact with it via its ActionScript API. On the other hand, this wrapper module will create a local connection and execute commands from the Flex application. It will also notify the Flex application about playback events (slide changed, etc.) via Local connection created by the Flex application.
Like this article?
FAQs Is it possible to control iSpring Platform generated files from the Flex application that uses ActionScript 3.0?
Help Docs
Search results in Help Docs