PDA

View Full Version : flash timeline works - test movie doesnt?




phadam
Sep 1, 2009, 09:04 PM
just a quick question. I was setting up my images and timeline to have one image follow another with a transition effect. Everything works on my timeline like it should if I manually drag the cursor over the timeline. Its just not working when I test movie. Only my first image works properly. The second image is not following.
Any ideas what I may be missing or what I skipped??



phadam
Sep 1, 2009, 09:27 PM
also.. the 'test scene' works like it should.
so.. manually dragging across the timeline works. test scene works. but test movie is not working.

:confused:

SrWebDeveloper
Sep 2, 2009, 09:08 AM
Need link!

Ride9650
Sep 2, 2009, 01:30 PM
Is there an error message when you hit test movie?

Also, are you using code to move from image to image, or are you just letting the movie play through on its own.

SrWebDeveloper
Sep 2, 2009, 02:53 PM
Since the OP said the test movie doesn't work but the test scene does - to me that means the export to .swf or .fla with player isn't working, and not a coding (AS3) issue otherwise test scene (preview in Flash) would fail. So it could be when they uploaded it to the server or tested locally a dependency was missed, path set wrong in HTML markup, etc.

I asked for a link because most time when the trouble is isolated to the web server, I can view the source to determine if the object is embedded incorrectly in terms of HTML markup. One of the most common causes for situations like this in my experience.

Good question, of course, so not saying you shouldn't have asked. :)

phadam
Sep 2, 2009, 05:59 PM
i actually found a stop function that was hiding from me. not really sure why or when i put that in but that was the problem. maybe i need some glasses to see properly.

thanks for the help guys

Ride9650
Sep 3, 2009, 02:35 PM
Since the OP said the test movie doesn't work but the test scene does - to me that means the export to .swf or .fla with player isn't working, and not a coding (AS3) issue otherwise test scene (preview in Flash) would fail. So it could be when they uploaded it to the server or tested locally a dependency was missed, path set wrong in HTML markup, etc.

I asked for a link because most time when the trouble is isolated to the web server, I can view the source to determine if the object is embedded incorrectly in terms of HTML markup. One of the most common causes for situations like this in my experience.

Good question, of course, so not saying you shouldn't have asked. :)

Good point Jim! For some reason, it never occurred to me that that could be a possible problem.

And I'm glad you figured out your issue OP.

snickelfritz
Sep 3, 2009, 03:13 PM
Actually, the fact that "test Movie" was not working indicates an actionscript problem.

This illustrates why it is so important to keep all actionscript instructions neatly organized/centralized on frame1 of the main timeline or within a Document class.
Nested scripts just make the project more difficult to manage.

GL

lucidmedia
Sep 4, 2009, 09:29 PM
Actually, the fact that "test Movie" was not working indicates an actionscript problem.

This illustrates why it is so important to keep all actionscript instructions neatly organized/centralized on frame1 of the main timeline or within a Document class.
Nested scripts just make the project more difficult to manage.

GL

Agreed. Code belongs in classes, not on the timeline... ever!

Normally, when something works in "test movie" but fails (often silently) on the web server is it a flash security error...