hi im having trouble printing my screen slides in flash im using the flash Slide presentation template on flash 8 pro which has the function of moving back and forward slide with the arrow keys, any way i have about 12 images which are on 12 different slides and im trying to print them all ive tried a they ways
Printbtn.onRelease = function() {
print(this, "bframe");
}
and frame labled each image as #p but this prints the button lots of times
any ideas?