Ask a Question related to Macromedia Flash Actionscript, Design and Development.
-
Dustin Rupe #1
SLIDE SHOW
Using the automation feature in Photoshop 7.0, can you make a slide show that can be emailed out and played on any computer?
Dustin Rupe Guest
-
Me Again. Need help on slide show
I want to insert a slide show into my web site, but when I do and preview it, it is static. Any help would be appreciated -
Slide show with Lingo
I am producing a linear presentation that requires me to display a series of images or slide shows throughout various sections of the presenation.... -
please, help me with a slide show
I copied-pasted frames into the movie clip, first movie and the movie clip are the same size -
PDF Slide Show
Photoshop elements can create a PDF slide show. Is there an equivalent function available for Photoshop 7? -
Slide show on DVD
Any recommendations for software to make slide shows from digital or scanned photos on DVD ? Bendik -
-
CindySingleton #3
Re: SLIDE SHOW
Go to <http://www.wnsoft.com>
They have a program called Pictures to EXE. Free to try, $24 to buy (I think that's what I paid) and it's easy to use. Lots of help on their forum, too. You can create screen savers or EXE files that you can email or burn to disk and other people can play on their computers without the P2EXE program. Combined with PS7, I've made some really cool slide shows with it.
~Cindy
CindySingleton Guest
-
Joseph Ruffino #4
Slide Show
Hi,
I've looked in a few books, but can't seem to find what I want. Can
someone point me in the right direction to create a multi-image slide show.
I know I can open a directory and readin in the data, but how can I or
should I put the image in a box to view either on an html page or just
in windows?
If anyone could help it would be greatly appreciated.
--
Joseph A. Ruffino
Gail Borden Public Library District
Automated Systems Assistant
200 N. Grove Ave
Elgin, Il 60120 [email]jruffino@nsls.info[/email]
Phone: (847) 742-2411 ext 367
Fax: (847) 742-0485
Joseph Ruffino Guest
-
rcc #5
Re: Slide Show
hi, if dou like, and can,
can do it with php
and flash of corse,
look at this
[url]http://myphp.webcindario.com[/url]
there are one slide show example, that read jpgs from the
hard disk, or a server folder, like, imagenes/
and read the path from mysql with php
rcc Guest
-
mimpoz123 webforumsuser@macromedia.com #6
Slide Show
Hi All,
I'm trying to create a Slide show that brings up one jpg at a time from my Library, waits 5 seconds, fades out and then goes on to the next jpg.
Where do I start?
I started already and I know there has to be a better way: I put each jpg on the timeline and faded out into the next one. The file was humongous by the time I finished. Isn't there a programmable way to do this??
Thanks for your help!
mimpoz123 webforumsuser@macromedia.com Guest
-
PierreAlain #7
Re: Slide Show
If you put every jpg on the timeline, you will have a VERY big swf.
I would, maybe do something like that :
1) load the first jpg level 1000 (for example :-)
2) load the next jpg level 999 (1000-1)
3) make the first one _alpha going from 100 to 0
4) unload the first one
(and so on)
--
Pierre Alain
[email]pie@lifnet.com[/email]
"mimpoz123" <webforumsuser@macromedia.com> a écrit dans le message de
news:btvhjb$25u$1@forums.macromedia.com...Library, waits 5 seconds, fades out and then goes on to the next jpg.> Hi All,
>
> I'm trying to create a Slide show that brings up one jpg at a time from myon the timeline and faded out into the next one. The file was humongous by>
> Where do I start?
>
> I started already and I know there has to be a better way: I put each jpg
the time I finished. Isn't there a programmable way to do this??>
> Thanks for your help!
>
>
>
>
PierreAlain Guest
-
Ed Skwarecki #8
Re: Slide Show
If you're using MX 2004 Pro, you can use slides/screens to do this. In the properties
pane of each slide the the autoLoad flag of each slide to false, and set the contentPath
to be the name of the .jpg. As an object action of the root presentations slide, do:
on(revealChild) {
eventObj.target.load();
}
This will load each slide only when it is revealed.
You can also use a transition behavior on the root presentation's slide's on(revealChild)
or on(hideChild) events to do the fade in/out.
--
Ed Skwarecki
Principal Architect
eLearning
Macromedia
Ed Skwarecki Guest
-
mimpoz123 webforumsuser@macromedia.com #9
Re: Slide Show
How do make it a jpg a 'level' - do you mean a layer??
mimpoz123 webforumsuser@macromedia.com Guest
-
mimpoz123 webforumsuser@macromedia.com #10
Re: Slide Show
Do you mean that I should create a .swf out of each jpg - and load each swf into the slide-show using loadMovie??
mimpoz123 webforumsuser@macromedia.com Guest
-
Husky #11
slide show
I'd like to create a template. I make a weekly movie where the only thing that
changes are the 8 images.
What I'd like to do is have the images fade into each other. I know how to do
it for an individual image, and IIRC the template that comes with MX actually
does this, but there's just way too much overhead for the slideshow I want to
use that template.
it's 8 images not a Paramount Full length feature. It doesn't require
navigation.
How would I go about creating something to take the weekly images 1 by 1 and
step thru them and repeat fading each one into the next ?
more pix @ [url]http://members.toast.net/cbminfo/index.html[/url]
Husky Guest



Reply With Quote

