A Flash Developer Resource Site

Results 1 to 3 of 3

Thread: show a pdf file from flash button in MX

  1. #1
    Junior Member
    Join Date
    Aug 2000
    Posts
    7

    show a pdf file from flash button in MX

    How do i make a button in Flash MX bring up a pdf file for viewing?

  2. #2
    Senior Member nepdude's Avatar
    Join Date
    Feb 2001
    Location
    Canada
    Posts
    960

    Re: show a pdf file from flash button in MX

    on(release){
    geturl("myfile.pdf");
    }
    nObOdY dIeS A vIrGiN,
    LIfE sCrEwS uS aLL

  3. #3
    i'm not completely sure this will work..

    actions of the button (Right-Mouse-Click on button --> actions)
    Code:
    on(release){
        getURL("http://my_url/my_pdf_files/pdfFile.pdf", _blank);
    }
    as simple as it gets
    "Life is an illusion, caused by a lack of alcohol"

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center