Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

FLASH MX please read! 1

Status
Not open for further replies.

1324

Technical User
Jan 28, 2002
16
CA
Help!
:) I made a great flash MX movie full of GIF's and everything went fine! :)
:( When i added a preloader scene and all that preloader stuff, the quality of the GIF's in the finished movie (not when i am working) is drastically reduced.
:( I don't know what happened, i dont think i did anything.
:) TEK-TIPS? thanks!

goto << >> to see!
 
Your link is dead!

Regards,
new.gif
 
It isn't oldnewbie!!!
I saw it but i don't know what's the problem....
A strange thing like the one with my sound problem.
 
That happened just when you added the preloader? Weird.

What happens if you remove the preloader?
 
HAHA!
get this: when i deleted the preloader scene, everything cleared up! Also, same for when i preview the scene only.

WHAT THE!
 
im just answering bubu's question.
i found out that the preloader screws the quality of the latter GIF's.
Why? i still don't know.
Do you?
Does anyone?
 
Out of the blue... Just like that? No of course I don't know why!
What's your preloader code?
What are your Publish settings?

Regards,
new.gif
 
ifFrameLoaded (&quot;scene 2&quot;,50) {
}gotoAndPlay(&quot;scene 2&quot;);

that's the code on scene 1(preloader)
Then on frame one of scene 2 there is a stop command.
 
First off, although this can't have anything to do with this gif quality problem, the ifFrameLoaded action has been deprecated since the release of Flash 5.
I would tend to think the problem lies somewhere else!
Sure the Publish settings are the same in both files?

Regards,
new.gif
 
any tips on how to use the &quot;appreciated&quot; code?
Pulish settings are the same!
Thanks!!
:)
 
Should be something along these lines:

// if (_framesloaded == _totalframes) {
// gotoAndPlay (&quot;Scene 2&quot;, 1);
// }


// You can use the above... Or the following...
if (_root.getBytesLoaded()>=_root.getBytesTotal()) {
gotoAndPlay (&quot;Scene 2&quot;, 1);
}

Regards,
And might I be blessed with your vote!
new.gif
 
opened it in flash five and tried EVERYTHING!
i have concluded that the preloader afftect the quality of GIF's in other scenes. I think the GIF smoothing thing turns off on its own!
still would appreciate help.
 
E-mail me your .fla at oldnewbie@hotmail.com, I'll try it on my side. Just can believed adding a preloader would affect gif rendering!

Regards,
new.gif
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top