how to insert the storyline. swf to another. swf?

Aug 15, 2012

Hello!

I have a problem occurred during the insertion of finished file storyline .swf in another shell, too .swf(.fla).

Others .swf files work fine in this shell, but the storyline .swf files do not work.

Shell files and files, folders Storyline are in one directory.

Perhaps there are some rules and recommendations for installation storyline in flash applications?

8 Replies
Maxim Yurkov
to add "story.swf" i use this code, works fine for other files swf=>
var request:URLRequest = new URLRequest("story.swf"); 
var loader:Loader = new Loader() 
loader.load(request); 
addChild(loader);
have error=>
TypeError: Error #1009: Can not access a property or method with reference to the object "null".
at com.articulate.bw.v2_0::bwPlayer/StartLoad()
at com.articulate.bw.v2_0::bwPlayer()
I am not strong in AS3, but something tells me that the problem in external files story.swf (story_content). What can I do to insert story.swf in  .fla?
Peter Anderson

Hey Maxim!

I'm not personally aware of a way to do it, as publishing to a single .swf will most likely cause some loss of functionality and other inconsistencies in the course. Perhaps someone else in the forums has had some level of success doing what you're hoping to and they can chime in, but you'd definitely want to run thorough tests on it to ensure usability. Good luck!

This discussion is closed. You can start a new discussion or contact Articulate Support.