A Flash Developer Resource Site

Results 1 to 4 of 4

Thread: Faxing In Flash

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

    Post

    Has everyone tried faxing a document (Page withing Flash using variables) using Flash. If so, Please send me information regarding how to do it.

    Appreciate help on the matter.

    Thanks

  2. #2
    if (_computer._modem._fax.dial(phonenumber) == true && tries<5) {
    for (document in pages) {
    success == true;
    _.computer._modem._fax.send(document);
    }
    } else {
    tries++;
    }
    if (success) {
    _computer._modem._fax.hangup || computer._speaker.say("unable to hang up");
    } else {
    _computer._modem._fax.hangup && computer._speaker.say("unable to fax, please reformat hard drive");
    }

  3. #3
    Junior Member
    Join Date
    Aug 2000
    Posts
    5

    Post

    Thanks! I will give it a try.

    I'm assuming (document) is the scene or movie I want to designate to fax. Right?

  4. #4
    Junior Member
    Join Date
    Aug 2000
    Posts
    5

    Post

    One other question... why in the last line of code it states "unable to fax, please reformat hard drive"

    Don't understand why I would need that code.

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