Posted: Thu Aug 04, 2011 5:11 pm
Post subject: ISlideController Access From Flex
|
|
I have setup a flex application which when using the (somewhat dated) examples files works fine for an actual presentation i.e. the connection gets made and init events trigger as expected.
The problem is when using standalone flash slides, all the examples are AS2 and out dated and trying to get a connection to be able to call the getSlideController() method are in proving unsuccessful.
http://www.ispringsolutions.com/kb/docs ... rence.html
From flex or in AS3 how do you advise making a local connection to a standalone flash file using as little of your SDK classes as possible (they are AS2 anyway for this aspect I note)?
Just on another track with this, your BridgeLoader docs http://www.ispringsolutions.com/kb/docs ... oader.html state that loadPresentation() expects multiple arguments however your actual BridgeLoader.as class in the latest SDK expects 1?
public function loadPresentation(presentationURL:String):Player { m_player.loadMovie(new InternalClass(), presentationURL); return m_player; }
Cheers
|