Creative COW SIGN IN :: SPONSORS :: ABOUT US :: CONTACT US
ADOBE FLASH: HomeFlash ForumFlash TutorialsFlash Video TutorialsWeb Streaming ForumAdobe FlashPodcast

Trouble Printing a specific frame from an off stage movie clip

Cow Forums : Adobe Flash

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>
Trouble Printing a specific frame from an off stage movie clip
by Rob Stemm on Apr 2, 2005 at 12:22:55 am

Does anyone have any idea why my swf file will not print a specific frame.

I put the following code in the action script of my print button.

on (release) {
print("character","bframe");
}

and a #p for the frame label in the movie clip "character" that I would like to print.

The movie clip has an instance in the swf file and is even on stage.

When I try to print I get a printout of every frame scene 1 of my swf not just the 1 frame I want.

If anyone has any ideas please let me know.
Thanks in advance!


Respond to this post   •   Return to posts index

Re: Trouble Printing a specific frame from an off stage movie clip
by DaveR on Apr 2, 2005 at 5:08:38 am

I have had success with this:
The movie clip that I wish to print named "bmovie" is on the stage out of view.

This action is pasted on a button I called "directions".
on (release) {
print("directions", "bmovie");
}
I have tried different approaches but this one worked for me.

If this does not help, post or send your fla file for me to take a look.

Good Luck

Dave



Dave Rosemill
Multimedia Designer
www.daverosemill.com



Respond to this post   •   Return to posts index

Re: Trouble Printing a specific frame from an off stage movie clip
by LeeBrimelow on Apr 2, 2005 at 6:03:53 am

If you are exporting to Flash 7 then you should use the PrintJob class which gives you much more functionality and control over printing. You can check out the documentation on it here.

Lee

--------------------------------
http://www.leebrimelow.com

Respond to this post   •   Return to posts index


Re: Trouble Printing a specific frame from an off stage movie clip
by DaveR on Apr 2, 2005 at 6:12:06 am

Thanks Lee,

I knew there had to be a better way!

DaveR

Dave Rosemill
Multimedia Designer
www.daverosemill.com



Respond to this post   •   Return to posts index

Re: Trouble Printing a specific frame from an off stage movie clip
by LeeBrimelow on Apr 2, 2005 at 6:14:50 am

Yeah the only downfall is that only people with Flash 7 will be able to take advantage of it. But I think 7 is pretty widespread by now for most things.

Lee

--------------------------------
http://www.leebrimelow.com

Respond to this post   •   Return to posts index

Re: Trouble Printing a specific frame from an off stage movie clip
by Rob Stemm on Apr 7, 2005 at 7:59:14 pm

I am still having trouble printing the Movie Clips. I have a movie clip names "document_1_mc" on the stage and the button has the following actionscript attached to it.

on (release) {
print("document_1_mc", "bmovie");
}

All this does is print frame 1 of my entire swf. It doesn't print frame 1 of the movie clip "document_1_mc" that is located off stage on the file. I'm not really sure why this is happening, but I'm getting really frustrated with it. If anyone can take a look at it and let me know I would really appreciate it.

Here is the location of my fla file

http://www.rasprod.com/Test_print_to_send.fla


Thanks,
Rob

www.robstemm.com

Respond to this post   •   Return to posts index


Re: Trouble Printing a specific frame from an off stage movie clip
by DaveR on Apr 8, 2005 at 5:18:40 am

Rob,

Here is the link for the printing tutorial that I used. It will get you there. Good Luck

Dave

Dave Rosemill
Multimedia Designer
www.daverosemill.com



Respond to this post   •   Return to posts index

Re: Trouble Printing a specific frame from an off stage movie clip
by Rob Stemm on Apr 8, 2005 at 3:51:53 pm

Dave,

Sorry to bother you, but I didn't find a link in your post. If you could re-post with the link to the tutorial that you used to print that would be great.

Thanks
Rob

Respond to this post   •   Return to posts index

Re: Trouble Printing a specific frame from an off stage movie clip
by DaveR on Apr 8, 2005 at 4:23:10 pm

Sorry Rob,

I forgot to post the link. Here you go:
http://www.maxpc.co.uk/tutorials/default.asp?pagetypeid=2&articleid=17843&s...

Good Luck

Dave

Dave Rosemill
Multimedia Designer
www.daverosemill.com



Respond to this post   •   Return to posts index

<< PREVIOUS THREAD   •   VIEW ALL THREADS   •   PRINT   •   NEXT THREAD >>


FORUMSTUTORIALSMAGAZINETRAININGVIDEOS - REELSPODCASTSEVENTSSERVICESNEWSLETTERNEWSBLOGS

© CreativeCOW.net All rights are reserved.

[Top]