School Assignment? Project Due Tomorrow? Chat LIVE With A Programming Expert!

Welcome to Dream.In.Code
Become an Expert!

Join 300,355 Programmers for FREE! Get instant access to thousands of experts, tutorials, code snippets, and more! There are 1,940 people online right now. Registration is fast and FREE... Join Now!




Import SWF file to stage via actionscript

 

Import SWF file to stage via actionscript

hack_the_planet

17 Jun, 2009 - 07:23 AM
Post #1

New D.I.C Head
*

Joined: 17 Apr, 2009
Posts: 20


My Contributions
Does anyone know if you can perform the "import swf to stage" action in actionscript 2 or 3???

Prefereably AS3.

I have no idea is this is possible and cant find anything on the net relating to it.

Basically i want to import a swf file in to a time line, so for example, i have a OCR reader that zips uploading into a .tif file. The tif file is then converted to swf and then i want to import it to flash so people can read it like a book, zoom in on scans etc.

Let me know

THanks a bunch

User is offlineProfile CardPM
+Quote Post


hack_the_planet

RE: Import SWF File To Stage Via Actionscript

19 Jun, 2009 - 07:55 AM
Post #2

New D.I.C Head
*

Joined: 17 Apr, 2009
Posts: 20


My Contributions
For anyone who need to embed a swf in a movieClip here is the code

CODE


var swfLoader:Loader = new Loader();

holderMC.addChild(swfLoader);
var bgURL:URLRequest = new URLRequest("sample.swf");
swfLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, loadProdComplete);
swfLoader.load(bgURL);


function loadProdComplete(e:Event):void {
    trace("file loaded");

}

holderMC.stop();




Does any one know how i can manipulate the timeline on this embeded swf.


So for example,

holderMC.nextframe();

or

holderMC.swfLoader.nextframe();



thanks

User is offlineProfile CardPM
+Quote Post

Fast ReplyReply to this topicStart new topic

Time is now: 11/7/09 07:29PM

Live Help!

Be Social

Dream.In.Code RSS Feed Dream.In.Code LinkedIn Group Follow Us On Twitter Fan Us On Facebook

Tutorials

Programming

Web Development

Reference Sheets

Code Snippets

DIC Chatroom

Bye Bye Ads

Monthly Drawing

Thumb Drive

Top Contributors

Top 10 Kudos This Month