Ask a Question related to Macromedia Director Basics, Design and Development.
-
jessie05 webforumsuser@macromedia.com #1
AVI clips loading too slow...help!!!!
hello,
i've created a project with four short avi clips linked to it, and all the clips just load way too slow compared to the project i did with quicktime clips. is there any way i can make it load faster??
jessie05 webforumsuser@macromedia.com Guest
-
Movie clips loading
Hello I am having a problem with levels when loading a movie clip. Is there anyway to on clip event it cks to see if a movie is on loaded on a... -
Loading / duplicating movie clips on press?
Hi al I'm making my own little OS kinda thing, and there's an option where you can create folders on the desktop I've already created the... -
Loading Movie Clips into other movie Clips
I know I have done this before (or at least something like unto it) but can't find a clear explanation of how to or if it can be done: I have an... -
Loading movies to clips :: Basic question
Hello, I'm loading several movies into a clip called "dropzone_two", I need to load the movies into a clip for positioning of the loaded movies. ... -
Question regarding controlling and/or loading and unloading external movie clips based on objects _y position.. please HELP!
Here is the situation... Look here http://www.worthyconcepts.com/Version2/Bars1.html I am loading multiple external movies (right now only... -
VaAceman #2
Re: AVI clips loading too slow...help!!!!
You should definately preload your avi's. Because avi's require alittle more
effort from the CDROM and the CPU. Preload your movies BEFORE you actually
start the movie..
I found that I got GREAT results by placing all the movies OFF-stage, say
-1200 of the left. Set their playrate = 0..
Then when you need the movie, just change the xloc of the video 1200 which
places it centered (or whever you want it) then set the playrate = 1. This
basically holds the movies offstage, paused untill you need them.
Give it a try and use LINGO to do what I mentioned above.
VaAceman
VaAceman Guest
-
ZUUUUU #3
Re: AVI clips loading too slow...help!!!!
Hi, I have the same problem... can you show us the example because i am new in director. thanks
ZUUUUU Guest
-
Zakey #4
Re: AVI clips loading too slow...help!!!!
Hi VaAceman,
What would the basic code of moving an AVI off stage look like?
Thanks,
J
Zakey Guest
-
Doug Golenski #5
Re: AVI clips loading too slow...help!!!!
sprite(videoSpriteNum).locH= 2000
"Zakey" <webforumsuser@macromedia.com> wrote in message
news:c1gpdk$bhh$1@forums.macromedia.com...> Hi VaAceman,
>
> What would the basic code of moving an AVI off stage look like?
>
> Thanks,
>
> J
Doug Golenski Guest
-
Zakey #6
Re: AVI clips loading too slow...help!!!!
Hi Doug,
Doesn't seem to do anything to the video when added to a button rollover:
on mouseEnter me
sprite(5).locH=2000
Any ideas?
J
Zakey Guest
-
Doug Golenski #7
Re: AVI clips loading too slow...help!!!!
If you have DirectToStage on then you would need to turn it off before doing
the move. So you would need something like:
on mouseEnter me
member(QTvidMember).directToStage = 0
sprite(5).locH = 2000
end mouseEnter me
hth,
Doug
"Zakey" <webforumsuser@macromedia.com> wrote in message
news:c1h1eu$ko8$1@forums.macromedia.com...> Hi Doug,
>
> Doesn't seem to do anything to the video when added to a button rollover:
>
> on mouseEnter me
> sprite(5).locH=2000
>
> Any ideas?
>
> J
Doug Golenski Guest
-



Reply With Quote

