Đang chuẩn bị liên kết để tải về tài liệu:
Flash: ActionScript Language Reference- P8

Đang chuẩn bị nút TẢI XUỐNG, xin hãy chờ

Tham khảo tài liệu 'flash: actionscript language reference- p8', công nghệ thông tin, đồ họa - thiết kế - flash phục vụ nhu cầu học tập, nghiên cứu và làm việc hiệu quả | Example The following example shows several ways to issue the addPage command my_btn.onRelease function var pageCount Number 0 var my_pj PrintJob new PrintJob if my_pj.start Print entire current frame of the _root movie in vector format if my_pj.addPage 0 pageCount Starting at 0 0 print an area 400 pixels wide and 500 pixels high of the current frame of the _root movie in vector format if my_pj.addPage 0 xMin 0 xMax 400 yMin 0 yMax 500 pageCount Starting at 0 0 print an area 400 pixels wide and 500 pixels high of frame 1 of the _root movie in bitmap format if my_pj.addPage 0 xMin 0 xMax 400 yMin 0 yMax 500 printAsBitmap true 1 pageCount Starting 50 pixels to the right of 0 0 and 70 pixels down print an area 500 pixels wide and 600 pixels high of frame 4 of level 5 in vector format if my_pj.addPage 5 xMin 50 xMax 550 yMin 70 yMax 670 null 4 pageCount Starting at 0 0 print an area 400 pixels wide and 400 pixels high of frame 3 of the dance_mc movie clip in bitmap format if my_pj.addPage dance_mc xMin 0 xMax 400 yMin 0 yMax 400 printAsBitmap true 3 pageCount Starting at 0 0 print an area 400 pixels wide and 600 pixels high of frame 3 of the dance_mc movie clip in vector format at 50 of its actual size var x Number dance_mc._xscale var y Number dance_mc._yscale dance_mc._xscale 50 dance_mc._yscale 50 if my_pj.addPage dance_mc xMin 0 xMax 400 yMin 0 yMax 600 null 3 pageCount dance_mc._xscale x dance_mc._yscale y PrintJob.addPage 701 If addPage was successful at least once print the spooled pages. if pageCount 0 my_pj.send delete my_pj See also PrintJob.send PrintJob.start 702 Chapter 2 ActionScript Language Reference PrintJob.send Availability Flash Player 7. Usage my_pj.send Void Parameters None. Returns Nothing. Description Method used following PrintJob.start and PrintJob.addPage to send spooled pages to the printer. Because calls to PrintJob.send will not be successful if related calls to PrintJob .start and PrintJob.addpage failed you should check that calls to .

TAILIEUCHUNG - Chia sẻ tài liệu không giới hạn
Địa chỉ : 444 Hoang Hoa Tham, Hanoi, Viet Nam
Website : tailieuchung.com
Email : tailieuchung20@gmail.com
Tailieuchung.com là thư viện tài liệu trực tuyến, nơi chia sẽ trao đổi hàng triệu tài liệu như luận văn đồ án, sách, giáo trình, đề thi.
Chúng tôi không chịu trách nhiệm liên quan đến các vấn đề bản quyền nội dung tài liệu được thành viên tự nguyện đăng tải lên, nếu phát hiện thấy tài liệu xấu hoặc tài liệu có bản quyền xin hãy email cho chúng tôi.
Đã phát hiện trình chặn quảng cáo AdBlock
Trang web này phụ thuộc vào doanh thu từ số lần hiển thị quảng cáo để tồn tại. Vui lòng tắt trình chặn quảng cáo của bạn hoặc tạm dừng tính năng chặn quảng cáo cho trang web này.