Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




Help With Print Functionality For Use Within A Projector



I am looking to add a print functionality to my projector movie. I have found several examples yet none have had the exact function i am needing. I will have several static pdfs (placed within a scrollpane component) that have print buttons on each. I am looking for the as3 or a road to the as3 for the functionality to print the entire pdf located within the scrollpane component. If placing the pdf within the scrollpane is impossible, can someone point me in the direction of a better method...

Thanks in advance...



KirupaForum > Flash > ActionScript 3.0
Posted on: 10-22-2008, 12:03 PM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Simple Print Functionality.
Hi all

Above the main content of my app, I have a movie clip (for print confirmation) with nothing on frame one.

When 'enter' key is hit on the timeline, this print clip jumps to a flag called 'confirm' with some confirmation text, whereby if the user hits enter again, another clip is printed.

The trouble is, the print command is being enacted when the print mc (below) hits the frame with the following code.

So it's basically ignoring the getAscii command, and printing without waiting confirmation or cancellation.

I cleared the first listener here, hoping it would fix it, and created a new print listener, but i'm still having the same problem

Would luuurve a bit of help, .FLA is attached.

Cheers



Code:
stop();

// disable all other keys

Key.removeListener(_root);

// add a new listener specific to the print function

Key.addListener(_print);

//once the confirm text comes up, hitting 'enter' triggers the print

if (Key.getAscii() == 13) {

var pj = new PrintJob();
var success = pj.start();
if(success)
{
pj.addPage("_root.main_mc.loaded_mc", {xMin : 0, xMax: 300, yMin: 0, yMax: 500});
pj.send();
gotoAndPlay('confirmed')
}
delete pj;

//hitting escape cancells the print

}

if (Key.getAscii() == 27) {

gotoAndPlay('confirmed')

}

Simple Print Functionality
Hi all

Above the main content of my app, I have a movie clip (for print confirmation) with nothing on frame one.

When 'enter' key is hit on the timeline, this print clip jumps to a flag called 'confirm' with some confirmation text, whereby if the user hits enter again, another clip is printed.

The trouble is, the print command is being enacted when the print mc (below) hits the frame with the following code.

So it's basically ignoring the getAscii command, and printing without waiting confirmation or cancellation.

I cleared the first listener here, hoping it would fix it, and created a new print listener, but i'm still having the same problem

Would luuurve a bit of help, FLA is attached as a zip.

Need To Add Print And Save Functionality
I need to be able to save and print a certain section of the project once it's exported to swf. In other words, the user has an editable region and I want them to be able to save and print that region. How can I accomplish this? Thanks!
-SC

Simple Print Functionality
Hi all

I have a movie clip over the top of the main content, with nothing in frame one.

When enter is hit, this clip jumps to a flag called 'confirm' with some confirmation text, whereby if the user hits enter again, another clip is printed.

The trouble is, the print command is being enacted when the print mc (below) hits the frame with the following code.

So it's basically ignoring the getAscii command, and printing without waiting confirmation or cancellation.

I cleared the first listener here, hoping it would fix it, and created a new print listener, but i'm still having the same problem

Would luuurve a bit of help.


Code:

stop();

// disable all other keys

Key.removeListener(_root);

// add a new listener specific to the print function

Key.addListener(_print);

//once the confirm text comes up, hitting 'enter' triggers the print

if (Key.getAscii() == 13) {

var pj = new PrintJob();
var success = pj.start();
if(success)
{
pj.addPage("_root.main_mc.loaded_mc", {xMin : 0, xMax: 300, yMin: 0, yMax: 500});
pj.send();
gotoAndPlay('confirmed')
}
delete pj;

//hitting escape cancells the print

}

if (Key.getAscii() == 27) {

gotoAndPlay('confirmed')

}

Projector Functionality
New to Flash. I'm assembling a demo for my boss of a marketing presentation to eventually be distributed on CD. Initially I published html on the three (many more to come) screens in the demo. I used the load url command to call up the separate files. On some of our PCs it worked fine, others just froze. So, I worried about browser compatibility and decided to publish projector files instead. However, to navigate between the swf files, I used the load movie command to load the swf files into upper layers. The projector file will not load the separate swf files. Is there a way to make that happen? If not, is it still considered a best practice to use a projector file for distributing Flash content via CD? If so, will the projector file support separate scenes?

Thanx

[MX] Challenge: Projector Functionality Differs From 98 To XP
Greetings.

About a year ago we did an interactive sales piece in flash that loads and unloads different FLV files contained within SWFs for each section. It was recently brought to our attention that you can only watch each video one time on Windows based machines. Once you leave the section you are in and come back it will not play again. This was not an issue at all on Macs but for some reason the flash exe files were having this trouble.

I immediately figured that we had left out the unload movie command in the action script, and that it was only allowing it to load one time, and was technically still there when the viewer came back to it- hence not starting at the beginning and appearing missing. I was right. I went through then entire project and added unload movie commands for level 1 just ahead of the load movie command in each section, thus giving a blank slate to load from. It worked perfectly on the test PC so I figured the problem was solved and duplicated/labeled 15 disks.

NOW I find out that my testing was inadequate. My fix only works for windows 98 and older machines, but everything running XP or newer still only gets one viewing per loaded movie. Even if you dont leave that section, but click the heading to get back to the beginning, it unloads and wont return. Really frustrating.

I always thought than an .exe file was generic and would play on all PCs Thats why we keep an old 98 machine in the office for testing, because it stands to reason that if something works smoothly on old equipment, newer machines should have no troubles at all.

Does anyone know if there is some kind of OS specific code to make this functionally active in XP? Is this a known issue when loading/unloading FLV files? I havent seen any mention of this elsewhere, so any ideas at all would be great.

Thanks!
-J

Adding Save/Open/Print Functionality To A Dynamic Text Box (offline)
Is it possible to add open/save/save as../print functionality to a flash dynamic text box. Something like a word processor. I would like to do this is CS3 but don't really know how to go about it.

I was looking at the ContextMenu Class and thought that could be of some use...

Thanks for any help
Ben

How 2 Print From Projector ?
Hi,
I need to be able to print a specific frame when the user presses "print # 1" or other specific frame when presses "print # 2", etc.
Any ideas? Macromedia kit is mainly for printing from the web.
Ta,

TTorx

Print-action In Projector...
Okay, here's the deal...

I'm making somekind of pesentation in Flash 5.
The endproduct is a .exe file and a projector file.

There's only one snag; The movie consist of a main movie, a MC loaded on the scene (to navigate, turn of sounds, print., exit..) and this menu loads also the different slides (also mC's).

And it's this print button that gives me gray hair:
I can't get the movie to print everything from one frame (all the loaded mC their one frame). As a mather of fact I always get a blanc page...

I can get it to print when I print from the separate MC (which contains the menu), but when I try it from the main MC (this means that the menu is a loaded MC...)
It doesn't print nothin'.

Any ideas?

(I've tried the print command; vector & bitmap, tried using level & target....)

Print Form From Projector.exe
I'm working on a projector for a cd. I need a contact form you can fill in, the data is checked (or not) and then you can print it to send it via fax.
I only want to print a certain field of the movie (the form)

Who's got some answers?

Regards

Winston S.

Print From Stand Alone Projector
What's the best way to add the print function to a button on my main timeline in a stand alone?
When pressed, I want the button to send whatever is visible on the current timeline to the printer.
Not sure I understand the proper set up. And what's up with the #p label? Do I need multiple #p's? And if so, won't I get a duplicate label warning?
Confused...

Projector Print Job - Color Vs BW
I have a multiple screen Flash Projector with a button for printing handouts.

The button assembles all the pages the user has selected into a print job and sends the job to print.

The projector prints all pages to a color printer but only the first 6 pages to a black & white printer. I can repeat this behavior on any windows machine.

Anyone have any ideas?

[Flash8] Help To Print In Projector
Hi,


I have a flash8 projector with lots of frames each frame has image, text, and movieclip.



I made a button to print.



code:
on ( release){

print();

}



Works but the printer donīt stop printing same page.

I just need to print a page of the printing button...

Or print just one area



thanks

Execute Print Flash Projector
I created a flash projector for cd presentation. I'm having problem executing to print a certain frames that I labeled #p to print them. If the file is filename.swf it works but if its filename.exe it opens up a browser and gives me a syntax error. Anyone knows what to do here or any suggestions? Thanx!!!

Cannot Print Dynamic Text From Projector
Please help,
I have been trying for days to get projector to print dynamic text fields for a form.

The user fills out the fields in the user interface. I have a seperate MC (for printing) that contains corresponding dynamic text fields that reference the UI input text field values. when i test with an swf and projector , i can see that the MC to be printed recieves all of the field values perfectly, and I think I have all of the right code for the print button.


ActionScript Code:
on (release)
print("_root.main.printmc", "bframe");}


I also have the #b in the frame of the printmc
Everything else in the mc prints perfectly except the text field contents. Am I insane for thinking flash is intentionally trying to screw me?

Any help will be repayed with my undying gratitude and all of my future children will be named in your honor (or at the very least I'll give you a real nice thumbs up smiley)

Cheers
rrahuu

Buggy Support For The AS 'print' In Projector.exe-
Hi there.
There had occured an error, when I published my fla as an projector.exe file.
In my swf-file I want to print out a hidden movieclip. Im Using:
on (release) {
print (_root.hiddenmovie, "bframe");
}
to scale the movie to the maximum printable size on my paper. when opening the swf file it works without any problems.

But after publishing it as an exe-File, the printed movieclip is only very, very small in the middle of my paper. Does anybody know why and how to make a workaround for this (before i shoot down my client consultant for giving my such a stupid job ))

greets,
Jan

Print Action Doesn't Print Content In The Centre Of Paper.
I am wondering if there is any option to control how the content of the frame can be printed from Flash projector of a loaded movie clip.
The "Print" button resides in the loaded movie clip. Here is the code:

on (release) {
print("_parent.quiz", "bmovie");
gotoAndPlay("#p");
}

Shouldn't be any problem. When I print this frame from the loaded movie itself it is printed well. It printed all content exactly in a centre of the page. However, when I try to print this frame of the loaded movie from the main movie it moves all content to the right bottom side of the paper.
Any advice is highly appreciated.
Thanks!

PrintJob:: Is It Possible To Select Page No.to Print Directly From Print Dialog Box ?
I'm using PrintJob object to print multiple pages .
When the print dialog ( on pc) opens, under Page Range, the Current Page and Pages radio buttons are greyed out.
Is there a way to enable them so that users can specify what page to print directly from this print dialog box?

Any suggestion is appreciated,
Thanks!

I Want To Print A Picture Using Print() ; , Trouble With The Backgrund Color
using the print(); action script , the picture prints OK but the background color ends up wasting ink for the user's printer.

print("_root.instance" , "bframe") ;

1. I need that print out to be, over a white background.
Without actually changing the background color to white.


Thanks in advance

samy

Print Directly To Printer (bypass Print Dialog Box)
Does anyone know of a way to bypass the print dialog box when issuing the print command in flash? I am trying to write a flash application and it is nessesary to avoid printing multiple copies (dialog boxs gives the option of how many copies). Thanks!

I am working with flash 6.0 fyi.

How To Print From Flash Wihtout Print Dialog Box From Poppin
Is there a way in flash 8 to print from a flash button in where the print dialog box does not pop up? Im developing a kiosk app and I need th user to print the screen without having to select the printer. I also dont want the app sitting in a browser in order for it to auto print.

Any help would be great
thanks

Print Actionscript Vs Context Menu Print
I can't for the life of me figure out this oxymoron:

If I include a Print button in my flash movie, I can't seem to find a way in actionscript to print the current frame.

But, in the Flashplayer, if you right click and select Print, you can pick Selection, and it does prints the current frame.

(I need this selectivity, because I have a line of sofas being displayed between keyframes, and I don't want to print out all the sofas in the movies, just the one the user paused the player on)

If anyone has ideas about how to print the CURRENT frame, I'd love to hear it...

Using Print Function, Selecting Which Frame To Print?
I have an elearning tutorial movie built using flash, and each frame is navigated to with forward and back buttons. I want the ability to print certain frames, without having to convert what i want to print to separate movie clips or separpate levels and then targeting them. Is there anyway?

Thanks

Print Doesn't Print Variables, But Displays It ?
Q1. Dynamic values are passed to a print frame (say frame 10 of the main timeline). A movieclip in the

frame 10 contains 2 frames.
Q2. The dynamic values are passed correctly into frame 1 of the movieclip, but not frame 2 of the same

movieclip in the print movieclip timeline.
Also, when I move from frame 1 to 2 and back to frame 1,

the values in frame 1 are also not displayed in the dynamic text.
Q3. When the Print command is clicked, it doesn't print all the dynamic values. Say while giving print

command from frame 1, the values in the frame 2 are not printed. When I move to page 1 and page 2

backand forth, and then give the print command both of the values are not printed (but they are

displayed). Where is the problem?

<as>
Code:
first frame:

stop();
letter = "B";

for(i = 1; i<5; i++){
this["item"+i+"_txt"].text = "value"+i;
trace(i);
}

//code for the print button to transfer the values to the print page.
choose_btn.onPress = function(){
PBitem3 = item3_txt.text;
PBitem4 = item4_txt.text;
for(j = 1;j<3; j++){
_level0["P"+letter+"item"+j]= _level0["item"+j+"_txt"].text;
}
gotoAndStop("print");
}


print frame:
for(k=1;k<8;k++){
_level0["printable_mc"]["PBitem"+k+"mc_txt"].text = _level0["PBitem"+k]
}

print_btn.onPress = function(){
print(_root.printable_mc, "bframe");

}

</as>

Can You Use Print() To Print External Swf's That Are Not In The Library?
Can this be done.

If i have a swf loaded (but not in the library) can i use print() from another .swf and print my target file?

thanks

Print Button Shows Up On Print Out
how do you set a print button so that it does no show up in the print out?

Window.print() Or Document.print()
Hello,

I'm trying to print some text that is in a Flash page with a button in the swf. I have never done this before and was wondering if anyone could show me the proper way to do this.

Thanks!

Print Directly Without Print Pannel
I have a trouble, and i dunno how resolve them.

I wanna print, but when i do click i need the command PRINT directly (like word when you click in the icon print), but in this case, appears the window print pannel, i dunno how print directly (i dont wanna see the window print pannel).

this is my as, it is correct, but anybody how to give the action to print directly (whitout print window pannel).

is really hard, my brain is don now... im freeze

// The code
on (release) {
var imp = new PrintJob();
var resultado = imp.start();
//var resultado = true;
if (resultado) {
imp.addPage(_root, {}, {printAsBitmap:true});
imp.send();
} else {
trace("Fallo");
}
//delete imp;
}

Print 2 Levels In One Print-command
Hi,

What I have done is a print-window that lets the user choose which pages to print. This works fine when the user selects only one checkbox but when more then one page is to be printed the problems starts.

Each page is loaded onto a different level. I don't want to have to reload the movie-clips since I have variables in them that need to remain intact. I then make the movie-clips invisible so that only on appear at a time on the main time-line (frames 5-9).

The code so far for the print-dialog looks like this...

on (press) {
if (_root.utskrift.alla_checkbox.getValue() == true) {
print(???);
unloadMovieNum(8);
}
if (_root.utskrift.prog_checkbox.getValue() == true) {
print(_level1, "bmovie");
unloadMovieNum(8);
}
if (_root.utskrift.dd_checkbox.getValue() == true) {
print(_level2, "bmovie");
unloadMovieNum(8);
}
if (_root.utskrift.dh_checkbox.getValue() == true) {
print(_level3, "bmovie");
unloadMovieNum(8);
}
if (_root.utskrift.funk_checkbox.getValue() == true) {
print(_level4, "bmovie");
unloadMovieNum(8);
}
if (_root.utskrift.samm_checkbox.getValue() == true) {
print(_level5, "bmovie");
unloadMovieNum(8);
}
}

... where movie8 is the print-window. The first if-statement is for printing all pages and if you can help me witj tjis I will be satisfied.

Any ideas that you have will be grately appreciated. This is the last thing I have to do before the project is finished so please help me before I go mad.

If you could axamplafy with some code that would be grate since I'm not a used programmer.

Print Wants To Print A Page For Each Layer?
hi,

i'm trying to figure out why my print button acts like it does, i've read a lot of posts and Macromedia docs on printing.
i have a main file with a blank MC that has external swfs loaded into it. the ext swfs have dynamic data which i need to be able to print.
a print button (which is in the main timeline) will pop up the print options and ask if you want to print pages 1-30, or 1-7, depending on the swf that is loaded (it would ideally only give the option to print 1 page... a page with the data).
the print button uses
printNum ("_root.main", "bmovie");
(i've also tried the "printasbitmap", and just "print")
the empty MC ("main") has a bounding box with a frame labelled #b.
the external swfs have #p on the frames i would like to print, and i even tried !#p on other frames to try to prevent it from asking if i want to print multiple pages.

any suggestions or pointing to articles/tuts that focus on involved printing practices would be greatly appreciated.
thanks!

Full Screen Projector, Link Opens Behind Projector, Can't See It
hey guys,

I'm using FSCOMMAND("FULLSCREEN","TRUE") but, I have a link in my projector that opens a webpage. The problem is, it opens up the browser window behind the projector and I can't even see it.

Any idea how I can fix this?

Thanks alot,

artane

Full Screen Projector, Link Opens Behind Projector, Can't See It
hey guys,

I'm using FSCOMMAND("FULLSCREEN","TRUE") but, I have a link in my projector that opens a webpage. The problem is, it opens up the browser window behind the projector and I can't even see it.

Any idea how I can fix this?

Thanks alot,

artane

Projector Launching Projector & Email Links On A Mac
Bit of a newbie...

I created a projector file and now been told that I have to link to another projector file that's been supplied to me, I don't have the .fla file for this projector. I've managed to get the other project to open but it has been set to full screen.

Can I control the size of the projector when launching it from mine and also deactivate the menu bar that appears with it. The menu bar doesn't appear if I launch the projector independently but does if lauched from my projector. I would like to scale the linked one by 90%??

Also I have an email link setup which launches my browswer (explorer/safari) before launching my email program (entourage). Is there a way around this, I'm using a Mac but the presentation will be mainly view on a PC, but would like to know how to sort this for both. I'm sure the last time I used flash a couple of years ago it launched the email program without the browser, so it may be me doing it wrong. I'm using the "getURL("mailto:" command.

Any help appreciated.

Load .swf Or Projector In New Window From Another Projector
i am trying to put together a CD with my portfolio... i have the main movie playing from a projector and i want to show some samples of flash movies i have made. is there any way i can load them into a new window rather than having them load into the same window as the main movie?

if not... here is my other problem... one of my movies plays music using:

loop = new sound();
loop.attachSound("loop");
loop.start(0, 100);

the problem is, when i try to load the movie with this music into the existing window on level 1 it will not play the music, but all sounds on the timeline play fine.

any help is appreciated...

Launch Projector From Running Projector
I need to launch a secondary projector from a running projector. I am trying to use the following script and can't determine why it won't work.

on (release) {
fscommand("exec", "sample.exe");
}

I have sample.exe inside a folder called fscommand which is in the same directory as the "master" projector. I don't want to use any browsers to carry out the commands. Any suggestions?

THANK YOU!

Open Flash Projector From Another Projector
I've got several flash movies I've made that are all .exe projector files. I want to keep them this way because a couple of the features I have only work from this. I need to make a portfolio of all my work and want to create either a .swf but preferably a .exe file with al my links. Each link will then be connected to each .exe project. Is this possible and how can I do it? Obviously can't do it with html due to security risks but surely it can be done from flash?!

Convert PC Projector To Mac Projector File
Hi, Is there a way to convert a windows exe projector file to a mac projector file?

Thanks,
Josh

Problems Launching Projector From Another Projector
hello,

I'm creating a CD that starts off with an autorun projector file that pops up when the user puts the disc in. This projector file has an interface that contains a menu that gives the option of viewing the contents of the disc, installing Flash Player or installing Adobe Reader. The buttons that launch the installer .exe files for Flash player and Reader work fine. My problem comes when viewing the contents of the disc. Upon clicking the button that launches the contents, another projector file is launched (GSmaster.exe). This projector goes into full screen mode and serves as a container/shell and presents the user with a table of contents. Each button in the TOC is supposed to load separate .swf files into this container/shell. When running the GSmaster.exe by itself (totally bypassing the autorun projector file) everything works fine. When running the autorun, the button that launches the contents of the disc works in that it launches the GSmaster.exe file, however the links in the TOC stop working when going this route. This makes no sense to me at all. Is there an issue with using a projector file to call on another projector file that would cause these links to stop working?
FYI - GSmaster.exe and all the .swfs that load into it are located in a "fscommand" folder. In the autorun projector file, the AS for the button that launches the GSmaster.exe is as follows:

btnStart01.onRelease = function() {
fscommand("exec","GSmaster_full.exe");

};

Again, if I run the GSmaster.exe by itself everything works fine, but if I go through the autorun interface, the GSmaster.exe launches in full screen mode as it should, but the links inside stop working.

any ideas would be greatly appreciated.

thanks!

Flash Projector To Director Projector
Is it possible? My professor doesn't mind my using of flash instead of director in order to present my portfolio however he feels Director handles Video more efficiently than flash. So is it possible to import the movie to director code the movie create a projector. Then when a certain button in flash is clicked it launches the director projector displaying the video?

Flash Projector To Director Projector
Is it possible? My professor doesn't mind my using of flash instead of director in order to present my portfolio however he feels Director handles Video more efficiently than flash. So is it possible to import the movie to director code the movie create a projector. Then when a certain button in flash is clicked it launches the director projector displaying the video?

How Do I Add Functionality?
I need help adding functionaltiy to some drop down boxs. I use Flash 5 on a Mac. This is what I'm trying to achieve...In my site I ask the user several questions, they answer them by selecting the relevant answer in the drop down boxes. This part I have figured out. Now I need to use the info that was selected in a later scene. How do I do this?

Thanks in advance to all who reply.

AS Functionality
Hey all,
I currently use the code
onClipEvent (onEnterFrame){
if(this._alpha<100){
this._alpha+=5;
delete this.onEnterFrame;
}
}

Now I'm trying to learn to use AS the most efficient way I can, and I'm starting to try and understand 2.0. Now with this code, is it cleared out of memory when it plays through once with using the "delete this.onEnterFrame" call, or no. I'm trying to use all script now, and sometimes my projects get bogged down. I know it's not good to run things all at once, but say for instance, I have my main stage, and I try to load another SWF inside w/ some script on it, it slows down the project. I know this is kinda of a broad question. I guess just a start on understanding the whole onClipEvent function would be great.
Thanks
(cowboy)

How: B&O Nav Functionality
http://www.bang-olufsen.com/web2/com...on=competences

Hi folks

I am attempting to get the same effect of button rollover= submenu.
But, I can't seem to get it "not" to make the submenu jump up again after a particular submenu has been revealed. Instead, the onRollover is called.

So, How do you get the main nav button to know no to reactivate the sub when the main is rollover again?

Can I do this with a variable? If so, "How" is this done??

Thanks!!

wnf

No Functionality
When I try to scale my flash file down using publish settings (make is smaller by percentage) - none of the buttons work, some of the sounds do not play, etc.  Is there an easier way to do this?  Please help

Jonathan

Map Functionality
i'm sure this is pretty easy, but my actionscript skills arent sufficient enough...

i want a map to scroll in eight different directions according to the 8 buttons the user can press. the map should scroll in the opposite direction of the arrows. let me explain: if the user presses the top-left button, the map should scroll bottom-right, if he presses the top arrow, the map should scroll to the bottom, if he presses the top-right, the map should scroll to the bottom-left, etcetera, this continues in all eight directions: top, right, bottom, left and four diagonal directions. on top of that the scrolling of the map should stop at a certain point. eg; the map is something like 1200 pixels wide and if the user scrolls all the way to one of the sides of it, it should stop scrolling.... now i have no idea how to do this. can someone help me out with this?

btw does anyone know of some good resources on how to add mapfunctions? loading and placement of dynamic content on the map is mostly what i need to know...

thanks!!!!!

How To Print Without A Print Dialog Box?
Hello,

I need to know how to print in flash without a windows "print dialog box" pop up??

Please Help Me...


Thanks

Not Able To Print More Than 5 Pages In One Print Job.
I am not able to print more than 5 pages in one go. I want to print almost 12 pages in one print job. I am creating the movieclips of each page by adding the dynamic data in to it and store in an array. When all the movieclips created and stored in an array(pagesAry) then it call the following function to print those pages:

private function sendToPrinter():void
{
pj = new PrintJob();
try
{
if(pj.start())
{
for(var n:Number=0; n<pagesAry.length; n++)
{
pj.addPage(pagesAry[n]);
}
pj.send();
}
}catch(e:Error)
{
// handle error
}
}

Getting error: Print job canceled as it took more than 15 seconds to complete.

Has anyone a idea?

Thanks for answeres.





























Edited: 12/19/2008 at 11:33:18 AM by atul_kamboj

Screen Functionality
Hello,

I would like to build kind'a TV which titles run in it, can the text in the titles be loaded from TXT file ?

Thanks,
Maya

Pop Up Windows For Functionality
I'm trying to create some pop up windows for some site interactivity, and want to place basic forms inside them so that I can have my viewers enter important info into the editable feilds and then click a button to send it to my e-mail address...

Commonly done in websites, but need knowlege on how to pull it off.

I have an online automotive/entertainment site, and the pop up windows wil help in the overall design element.

especially when I throw a viewer poll, or am running a contest.

Copyright Đ 2005-08 www.BigResource.com, All rights reserved