Topic: Creating a Print Button
Hi,
I want users to be able to print my photos. In IE the thumb nails appear next to the picture and in Firefox nothing appears in the print preview.
I've made a print button and put it in the main layer. I've given it the following flash action.
on (release) {
print(this.Image, "bframe")
}
As you can imagine it doesn't work I don't know what to call or if I can.
Looking how the forward & backwards buttons work in the RolloverButton.as I can't see how the reference for the image is done. How would I add a print button to the following class ?
class com.airtightinteractive.apps.viewers.simpleViewer.RolloverButton
Ideally I would like to print out all my photos in one click. I've tried using printJob but I don't think I can use this function call. I would also like users to be able to preview the photos but I don't think this can be done unless we use the browser preview. I assume we can't the browser preview how to function.?
Thanks for reading this, if you do :lol: please help.