Creative Flash Scroller Forum


box Creative Flash Scroller
With Creative Flash Scroller you can scroll any kind of Flash Content: static text, dynamic text, pictures, animations, movies. It comes with multiple scroll behaviors: touch scroll, mouse gesture scroll, scrollbar scroll and even supports mouse wheel behavior. You can add smooth scrolling or motion blur effects and customize it to suit your design, from an easy to use interface.

Find out more about Creative Flash Scroller

Thread: how to load external jpg or swf?

title left
User Details
message
title right
Arash Karimian

post date:
2009-10-03 05:03:23
how to load external jpg or swf?
Andrei Rinciog [Extend Studio]

post date:
2009-10-05 08:26:40
Hello,

Please check this tutorial:
http://www.extendstudio.com/documentation/creative-flash-scroller/documentation/tutorials/how-to-load-and-scroll-external-content.html

If you have any questions, feel free to post'em here.

Regards,
Andrei
Arash Karimian

post date:
2009-10-05 18:56:06
Hello

not from library.
i want load from external folder out of flash.
Andrei Rinciog [Extend Studio]

post date:
2009-10-06 07:23:48
Hello,

Set up a document where you have an instance of the Creative Fl Scroller called “scroller”.
The target for the component will be a movieclip with the instance name “container_mc”.

Use this code to load external files:

container_mc.createEmptyMovieClip("loader_mc", this.getNextHighestDepth());
loadMovie("test.jpg", container_mc.loader_mc);
scroller.redim();

Regards,

--
Andrei Rinciog
Extend Studio - Support Engineer