Printing With A Specific Size...
ok i have found the AS for printing... now another question
coz the thing that i wanted to be printed is a map... and i want it to be bigger than the size seen on my flash movie, eg the size of the map on the movie is somewhere 900x500 pixels, now for most people with problem with their vision when its printed they'll have a hard time looking at it... so is there a way to make it bigger or even double the size when it's printed like somewhere 1500x900 pixels.... hope u guys can help me....
FlashKit > Flash Help > Flash Newbies
Posted on: 06-09-2008, 04:49 AM
View Complete Forum Thread with Replies
Sponsored Links:
Printing Specific Frames
Yes I know about "#P" and all that junk before you start answering .
My problem is a little more complicated.. at least I think it is...
Say I have a 10 frame movie and each of those frames has a stop action and a picture on it (for example). Each of those pages also has a print button.
How do I get the PrintAsBitMap function to JUST print the current frame it is on? Not ALL the pages, just the current frame.
Thanks in advance.
View Replies !
View Related
Printing Specific Frames
Hi
I am trying to work out printing from Flash. I have seen that to print a frame you make it's frame label '#p'. This however always prints each frame labelled '#p' on a print command.
I was wondering if there is a way to print specific frames depending on what the user has entered. For instance pressing one button prints one hidden frame and pressing another button prints a different hidden frame.
The print command im am using is : print(this,"bmax");
Cheers
View Replies !
View Related
Printing Specific Frames
Hi
I am trying to work out printing from Flash. I have seen that to print a frame you make it's frame label '#p'. This however always prints each frame labelled '#p' on a print command.
I was wondering if there is a way to print specific frames depending on what the user has entered. For instance pressing one button prints one hidden frame and pressing another button prints a different hidden frame.
The print command im am using is : print(this,"bmax");
Cheers
View Replies !
View Related
Printing A Specific Movieclip
Hi! I have a swf with multiple movieclips on the stage. The user interaction involves adding images to one of the movieclips (the one outlined in red in the image below). I would like the user to then be able to print the movieclip that they were adding images to...NOT the whole stage.
I can kind of do this by specifying the print area, but I would rather not do this as it also prints some overlapping images (see image below).
I thought I remembered there being a way in AS2 to just print one of the movieclips on the stage, but I can't figure out how to do it in AS3.
Thanks for any help.
View Replies !
View Related
Printing Specific Frames
I'm trying to make a button that will print the contents of a specific frame without sending all other frames labeled as 'printable' (#p).
As it is now, whenever I click on the button it displays the printer dialog with all printable pages included. In order to print a specific page you have to set the range.
I'm using the following code:
on (release) {
printNum(2, "bmax");
}
Any parameters or something that could help me print a specific frame label or number?
My other problem is that all these frames load text from external files so if you try to print them when they're not showing on the screen, only the common graphic elements show.
Does anyboby knows if there's a workaround for this?
BTW I'm a newbie, if there's anybody wondering. Thanks in advance!
View Replies !
View Related
Printing Specific Frames
Hi
I am trying to work out printing from Flash. I have seen that to print a frame you make it's frame label '#p'. This however always prints each frame labelled '#p' on a print command.
I was wondering if there is a way to print specific frames depending on what the user has entered. For instance pressing one button prints one hidden frame and pressing another button prints a different hidden frame.
The print command im am using is : print(this,"bmax");
Cheers
View Replies !
View Related
Printing Specific Frames
Hi
I am trying to work out printing from Flash. I have seen that to print a frame you make it's frame label '#p'. This however always prints each frame labelled '#p' on a print command.
I was wondering if there is a way to print specific frames depending on what the user has entered. For instance pressing one button prints one hidden frame and pressing another button prints a different hidden frame.
The print command im am using is : print(this,"bmax");
Cheers
View Replies !
View Related
Printing Specific Frames In A Movie
I want to print the 5th and 10th frames within a movie.
I have attached this script to my print buttons:
on (release) {
printNum (0, "bframe");
}
and have labeled my printable frames as:
#p
but I am getting a WARNING: Duplicate label, Scene=Scene 1, Layer=Layer 3, Frame=10, Label=#p
I know I labled the two frames as #p, but I want to print more than one frame from this movie.
Any takers?
View Replies !
View Related
Printing Specific Frame On Scene 2
To all who can give a hand.
I am a newbie that embarked on to ambitious a project for his ignorance.
I hope that I will be clear in my confusion. I want to make a calendar that when the mouse rolls over a date brings up a larger text with written details for that day. I also want this day info to be printable.
I put up a movie with a graphic symbol for the month, days, and numbers. For the first day I put a button with this action:
on (rollOver) {
gotoAndStop ("Scene 2", 1);
}
Second day:
on (rollOver) {
gotoAndStop ("Scene 2", 2);
}
And so on for the other dates of the month.
On scene two, for every day I have a button with this action:
on (rollOut) {
gotoAndStop ("Scene 1", 1);
}
on (press) {
getURL ("print:", "/");
}
On the over state of this button I put a movie that is specific to that day.
I also put a #p label on the frame that I want to print.
This plan works but for the following points:
When I ask to print I get the graph of month thing and I don’t get the day detail wich is the only thing that I want to print and lastly the whole thing is much to heavy for an online publication.
What am I doing wrong? Code and or conception wise.
Thanks to all who will try to decipher this sort of mess.
Craggo (new member)
View Replies !
View Related
[MX04] Printing Specific Keyframe
I have a presentation in flash that has 40 frames. Per 10 frames they exist keyframes with labels in that the presentation stops. Each keyframe has text and movieclips. I want to put a button in order to print the content of spesific keyframe, but unfortunately are printed out all frames.
Any idea for this…???
View Replies !
View Related
Printing Size
Hi everybody!
I have built a flash movie with actions script that let me create a pole using different types of lamps, poles, arms etc.
When I finish configuring what I want, I sent that to the printer but it's printing just the size the movie was created. Is there any way that I can print what is on the movie at that exact point in time larger?
Thanks,
Juliana
View Replies !
View Related
Printing Full Size
I am printing a page from a stand alone projector file, my problem is that it appears real small in the center of the page. Is there a way to make flash print full size takeing up the whole page?
View Replies !
View Related
Printing And Automatic Size To Fit
Anyone know how to get a frame to just print at 100 percent without any scaling?
I'm trying to print a fixed size recipe card but cant figure out how to overcome the "size to fit" default that flash uses.
I tried setting my bounding box to 8.5 x 11, but it scales that box to fit the printable area of the printer.
That would be fine, but printable areas fluctuate.
Help!!!
View Replies !
View Related
Printing Wrong Size Please Help
I have a dynamically loaded jpg that loads into a mc container that stretches to fit the new loaded jpg. The problem is when I use the printAsBitmap function it doesn't print the correct size. Inside the container mc I have a solid color on the first frame on that frame I have the label #b this would be my bounding box. But it just ignores this. If you check out this link and try it it prints the size of a letterhead not the size of the original photo.
Please can someone help?
Code:
print_btn.onRelease = function() {
printAsBitmap(_root.container, "bframe");
};
LINK TO PRINT FILE
YOU CAN DOWNLOAD THE FLA FILE TO HAVE A LOOK AT HOW I HAVE DONE IT.
LINK TO ZIPPED FILE
View Replies !
View Related
Printing To Certain Size In Flash
I'm using the print function in flash to print out a certain movieclip. I only have one frame in my movie and the movieclip im printing on the stage is 290 x 365. This movieclip area prints out to a full 8.5 x 11 size on most printers, but on some it prints at actual size (290x365) Why is this?
Here's the code:
ActionScript Code:
printAsBitmap("workArea_mc","bmax");
Nothing is changed in the printers features that i know of, is this a common problem? Or better yet does anyone know how to print a mc to a certain size?
View Replies !
View Related
Printing From Flash - Size Trouble
I've put a print button in my flash file which has an action to print a specific frame as a bitmap.
if i print using the print button in explorer, the printed area fits on a page.
if i print using the print button in the swf, it blows off the page - too big
the swf is 790 pixels wide - at 72 dpi that is almost 11 inches, so I can see how it pushes the edge of a standard page.
Is there a way to tell the file to always print at, say, 90%???
Tx
sumsum
View Replies !
View Related
Controlling Text Size When Printing
I have an input text field that the user can type information into and then print the page. However I can't seem to control the size of the font. The font appears to re-size depending on the amount of text in the text box. Is there a way where I can set the font size so it prints at 12 point regardless of the amount of text inputted?
View Replies !
View Related
[MX04] Printing Mc Larger The Swf Size
I want to print a mc that is larger then the swf that contains it... (my movie size is 800 x 565 but my mc is 700 x 800)
my code is only printing the information that fits in the window of the main movie. how do i make it print the entire mc which is larger the swf window size.
print_mc.onRelease = function() {
var my_pj = new PrintJob();
var myResult = my_pj.start();
if (myResult) {
shortCuts_mc._xscale = 80;
shortCuts_mc._yscale = 80;
//printJob._visible = false;
myResult = my_pj.addPage(shortCuts_mc);
my_pj.send();
}
delete my_pj;
shortCuts_mc._xscale = 100;
shortCuts_mc._yscale = 100;
//removeMovieClip(printJob);
};
ty
View Replies !
View Related
Constraining Image Size When Printing?
I am trying to learn how to maintain the original image size when printing from Flash.
I have managed to source a tutorial (attached) but am not sure if this is thie right way to go about things as it seems to always stretch the image to the page size when printing. It also seems rather old as it was developed in F5, I have MX 2004 by the way.
Does anyone know how to amend the AS in the attached file so the clicked image remains at 100%, or if anyone knows of a good tutorial where I can do this myself would be much appreciated?
Thanks in advance.
View Replies !
View Related
[CS3] Printing & Scaling To A4 Paper Size
Hi Guys,
I am trying to print an interactive screen (1024 x 768) to an A4 page either portrait or landscape. This is the code I have but it doesnt work.
Code:
printbutton.onPress = function(){
var pj = new PrintJob();
var success = pj.start();
if(success){
pj.paperHeight(100);
pj.paperWidth(100);
pj.pageHeight(100);
pj.pageWidth(100);
pj.orientation(PORTRAIT);
pj.addPage (0, {xMin : 0, xMax: 1024, yMin: 0, yMax: 768},{printAsBitmap:true});
pj.send();
}
delete pj;
}
Any help? The (100)'s are just place holders trying to get something to work.
Thanks
View Replies !
View Related
GET URL Specific Window Size HELP
hey
I know how to do it with javascript, but i want to have one of my buttons link to a new window of a specific size in flash. so you click the button and a window comes up of say 300 X 500 of say, thumbs.html where i would have thumbnail images that link to larger images. is there a way to do this in Flash, or at least a way to embed javascript into flash? help! thanks.
Eli
www.therescue.tk <- my band's website
View Replies !
View Related
GET URL Specific Window Size HELP
hey
I know how to do it with javascript, but i want to have one of my buttons link to a new window of a specific size in flash. so you click the button and a window comes up of say 300 X 500 of say, thumbs.html where i would have thumbnail images that link to larger images. is there a way to do this in Flash, or at least a way to embed javascript into flash? help! thanks.
Eli
www.therescue.tk <- my band's website
View Replies !
View Related
Changing Page/scene Size For Printing
Hi;
I was wondering if it's possible to change the scene/page size for printing; my project starts out with an 800 x 600 scene but at print time, I want to arrange the different variables and objects to print to a standard 8.5 x 11 inch page (basically adding a header and footer); is this possible?
To make things harder, my project's final form will be a projector. :-(
Any help would be appreciated; if the info's in the manuals, please just point to the pages rather than retyping.
Thanks,
Walt Sterdan, Freelance
View Replies !
View Related
Open Specific Browser Size From An .exe?
Ok all you flash wizards out there, save me from biting off more than i can chew 8-) I need to link some html files from my flash .exe but can i stipulate the parameters for the first browser page i want to be opened from clicking the link button? Because it is CD-Rom based, I am having difficulties opening a browser window other than what the User has as a default size browser - whatever size it was when they last used it. I need to open into a specific size window, i have tried the get url and fs commands, but to no avail. Even tried some redirecting from the first browser page open that then opens a correct sized page, and closes itself. But when it does that, certain versions of IE ask if the user wants to close that page - which I don't want it to :-(
Any ideas, any inspiration, any miracles, please let it be a noob question with an easy answer.......
View Replies !
View Related
Open New Window - Specific Size
Hey there - -
I am trying to open a new browser window - but as a specific size like you can do in Dreamweaver... This is probably a function for the "advanced mode" of the actions panel and I am not much of a "scripter"....
Any help out there??
Thanks, Wendy
View Replies !
View Related
Launching A New Window With Specific Size
hi all,
does anybody know how to assign a javascript in flash so that when a button is clicked, a new browser window is opened with a specific size? i am able to assign the appropriate javascript to launch the new browser window but not controlling its size.
thanks a lot for your help!
View Replies !
View Related
Loading Movie Specific Size
I am having an issue with the Load Movie Function in Flash MX... All my external swf's clip are loading into movie clips fine except for one main area which stretches the swf file about 300%.. Is there a function to specify the size of the loaded clip that you can use...
View Replies !
View Related
Browser Size At Specific Dimensions
Hi,
Is it possible for a flash site to open at a fixed browser size with the "full stretch" window option disabled (like with pop-ups). I've seen a site like that which uses the following code in the html file
------------------------------
// resize window
self.moveTo(0,0);
self.resizeTo(416,310);
------------------------------
Another option would be to autoload the main window of my site directly to a pop-up window (after typing the URL and press GO/ENTER), closing the cuurent window and linching my site in a pop-up
Any suggestions
Thank you
Stanno
View Replies !
View Related
Load Url Into New Window At Specific Size
basically just what the subject said. how do i load a url
into a new window at a specific size. i dont want my audience
to lose sight of where they started. i dont want it to completely cover my my host site.
im using "getURL" to load the new site.
thanks a trillion.
circumSphere
also know as nine6 in certain circles.
View Replies !
View Related
Set Specific Print Size In Movie?
Hi,
I made a Dress "em up game for my daughters and I want to be able to make a button to allow them to Print what they've made. I figured out how to make it print but I can't get it to print full page. How can I do this? Here's the code I used.
on (release) {
printNum(0, "bframe");
}
How can I set parameters to get it to print full page?Any help would be appreciated.
View Replies !
View Related
Have Movie Open In Specific Size
How can I have a flash movie open to a size that I determine. Right now it opens as big as the browser window, so text gets all huge and everything looks like crap. Is there a way I can get the movie to open in a flash player and not the browser window, or if it opens in the window to open to the size I want it to open at.
View Replies !
View Related
Specific Bandwidth And Size Of Objects
Hello everyone, Just a quick question.
I know when you ctrl+enter a flash move, you can ctrl+b to bring up the bandwidth profiler. Is there any way to find out what those bars represent ? ie, what is using what amount of bandwidth ?
If it's possible using some other tool, that'd be great too - Any one know ?
View Replies !
View Related
How Do I Set The Browser Window To A Specific Size?
Hello Everyone,
I was hoping someone hare could help me. Within my flash movie I have a call to action to getURL, _blank page and I would like that web page to be a specific size. The code below is what I am using which works well opening up my specific web page that I want. I just need the new browser window to be a size of 'width=620,height=420'.
_global.thumbPress = function(obj) {
getURL(Large[obj.ID], "blank")
I appreciate any Help.
thanks in advance.
BD
View Replies !
View Related
FMX - PLEASE HELP ME - Loading An Image To Fit A Specific Size Using XML
Ive been searching high and low to find out how i can dynamically load an image into a container [i.e. im using the xml_photogallery tut. template] and setting it so that it scales to fit specific dimensions.
At the moment Im having to resize images in photoshop so that it fits with in the container/webcontents dimensions. Otherwise different images with different sizes will bleed on main body of the site.
Any help would be much appreciated and im sure the answer is out there somewhere...
View Replies !
View Related
FMX - PLEASE HELP ME - Loading An Image To Fit A Specific Size Using XML
Ive been searching high and low to find out how i can dynamically load an image into a container [i.e. im using the xml_photogallery tut. template] and setting it so that it scales to fit specific dimensions.
At the moment Im having to resize images in photoshop so that it fits with in the container/webcontents dimensions. Otherwise different images with different sizes will bleed on main body of the site.
Any help would be much appreciated and im sure the answer is out there somewhere...
View Replies !
View Related
Trying To Open New Window W/specific Size BUT Dynamic URL...
I need to open a new html (asp really) window and want to be able to specify the size of the window. The only problem is that the URL of the movie I am opening is dependent on user input. Basically, the user inputs a part number and submits the part number which then drives the URL of the new window. How can I make this new window a specific size?
Thanks,
Jordan
View Replies !
View Related
Opening New Browser Window To A Specific Size
hello
I need to launch a new browser window from the press or release of a button. I know the getUrl action can be used but can it be modified to determine the window size. I need the browser window to be 400 x 500 pixels. Any ideas welcome. I'm using flash and dreamweaver.
thanks
matt
View Replies !
View Related
|