1. Mailbombing People Effortlessly, was Blocking Spam Effortlessly
2. Print a list of random numbers. Bingo card.
So i want to set up a program that generates numbers on a bingo card.
No problem, but after each card generation i want to add the page to the
print spool. and then print the lot of them.
// create PrintJob object
var my_pj:PrintJob = new PrintJob();
// display print dialog box, but only initiate the print job
// if start returns successfully.
if (my_pj.start()) {
var pagesToPrint:Number = 1;
var currentPage:Number = 1;
for(i=0;i<pagesToPrint;i++){
my_pj.addPage(_root,{xMin:0,xMax:600,yMin:0,yMax:800});
currentPage = currentPage + 1;
}
if (currentPage == pagesToPrint) {
my_pj.send();
}
}
delete my_pj; // delete object
As this stands all I see is the print dialog and the last number in the
string.
I haven't a clue where to go from here. Is the spooler getting the pages
before the numbers generate?
XXXX@XXXXX.COM
3. where can I find bingo cards to print off
4. design on Avery 8373 business cards, how do I print the design?
5. Design Question: Press Releases and what's appropriate?
6. press button and start an recording for fixed time and then release button for next press
8. press - pr: Russian press release: added small corrections and recoded
9. I need help making bingo cards!!! :)
10. Create random number bingo cards with Excel
11. Making bingo cards and/or inserting shuffled words
14. HOW 2 PLACE 5 BINGO CARDS ONE PAGE