I Need Dire Help Making a Flash Form

Hello, I need some serious help creating a Flash Form.
I Have used a template from another site with the following
input boxes:
Name: __________
Email: __________
Comments: ____________
However, i had the script working fine, along with its php
script,
when i was trying to add more "text" boxes, i must have
messed the script up somhow.
When I submit that form, the name is send and email, but the
email is blank.. ie, there is no "comments"
here is the code:
on submit button:
on (release) {
// send variables in form movieclip (the textfields)
// to email PHP page which will send the mail
form.loadVariables("email.php", "POST");
sent email messege
onClipEvent(data){
// show welcome screen
_root.nextFrame();
and the php script (mailer.php)
php form email.pho
<?php
* PHP 4.1.0+ version of email script. For more
* information on the mail() function for PHP, see
http://www.php.net/manual/en/function.mail.php
// First, set up some variables to serve you in
// getting an email. This includes the email this is
// sent to (yours) and what the subject of this email
// should be. It's a good idea to choose your own
// subject instead of allowing the user to. This will
// help prevent spam filters from snatching this email
// out from under your nose when something unusual is put.
$sendTo = "[email protected]";
$subject = "My Flash site reply";
// variables are sent to this PHP page through
// the POST method. $_POST is a global associative array
// of variables passed through this method. From that, we
// can get the values sent to this page from Flash and
// assign them to appropriate variables which can be used
// in the PHP mail() function.
// header information not including sendTo and Subject
// these all go in one variable. First, include From:
$headers = "From: " . $_POST["firstName"] ." ".
$_POST["lastname"] . "<" . $_POST["email"] .">\r\n";
// next include a replyto
$headers .= "Reply-To: " . $_POST["email"] . "\r\n";
// often email servers won't allow emails to be sent to
// domains other than their own. The return path here will
// often lift that restriction so, for instance, you could
send
// email to a hotmail account. (hosting provider settings may
vary)
// technically bounced email is supposed to go to the
return-path email
$headers .= "Return-path: " . $_POST["email"];
// now we can add the content of the message to a body
variable
$message = $_POST["message"];
// once the variables have been defined, they can be included
// in the mail function call which will send you an email
mail($sendTo, $subject, $message, $headers);
?>
If anyone can see why the "comments" section is not being
sent?
Also: My original problem was how do you add more text boxes.
I want something like this:
Name:
Address:
Phone:
Mobile:
Email:
Website:
Comments:
Ive spent days and days trying to work out how to first make
a form that actually works, then add more text fields
Ive looked at many basic form tutorials, but they all seem to
only have 3 or 4 text fields.. Name, Email, Comments... etc
I haven't a clue how to edit the script both in action script
and php to add more fields easy.
I really need some help with this, its turning into a
nightmare for me.
I can provide someone with my .fla project file if they care
to take a look at what im doing wrong.
Thanks
Pan
ps. Please note: "$sendTo = "[email protected]";" =
this line i know i must put in my own email.

This is all about timelines. It seems there is a movieclip
named 'form' (or possibly an actionscript object, can't tell). Any
variables created on that timeline are sent.
So you could have your new textfields on another timeline.
Or you could have textfields with no instance name in the
form timeline.
Those are the first two things to look at. Post the FLA and
we can tell you more specifically.

Similar Messages

  • Help making a Contact Form work.

    Hi I need help coding a contact form.  I have the
    website finished and all i need to do now is code the contact form.  I don't lnow what to do when it is in Flash
    builder.  Help and syggestions would be greatly appreciated.
    The website is :  http://www.marinocarrabs.com/
    Thanks

    Thank yoiu for that suggestion, it actually worked.. I appreciate it.
    I used this tutorial:  http://www.republicofcode.com/tutorials/flash/as3contactform/
    Thank you

  • Need tech help to fill in forms on iPad 4

    I have an iPAD 4.  I RECEIVED A form from a client that needs to be filled out and returned.
    I have Adobe reader and Acrobat, I saw on Acrobat that I need to purchase something called Export pdf for iOs etc.  which I don't understand. Is this what I need to be able to convert the form and type on it.  Or is this something that allows me to make up a form, type on it and then send it out?  I need a program that allows me to type on forms or contracts that customers send me.....HELP....I NEED IT LIKE YESTERDAY.  THX IN ADVANCE FOR ANY HELP I CAN GET...ASAP

    You don't need ExportPDF to fill in a form.
    You can download Adobe Reader from the App Store on your iPad. It lets you fill out forms. Then you can email the filled out form by using the Share button. Good luck.

  • I need help making Shockwave Flash 15.0 r0 work again.

    It was working fine earlier today, on Google Chrome. But for some reason it stopped and now I get a something asking if i want to stop the plugin because it is not responding. I have tried to make it work on my own following some of the things i found only, and on here Installation problems | Flash Player | Windows and Flash Player Help yet nothing. I really need this fixed ASAP.
    Adobe Flash Player (2 files) - Version: 15.0.0.189
    Shockwave Flash 15.0 r0
    Name:
    Shockwave Flash
    Description:
    Shockwave Flash 15.0 r0
    Version:
    15.0.0.189
    Name:
    Shockwave Flash
    Description:
    Shockwave Flash 15.0 r0
    Version:
    15,0,0,152
    this is what shows up in chrome://plugins/
    yet this the image I am supposed to be able to see does not show up
    Please and thank you for your help

    Please ask your question on a forum for the Flash Player

  • Please, I need some help! my contact form stopped working

    My client called to tell me the form on her site (or at least the "submit" stopped working. I'm too new at this to figure it out.
    here's the link:
    http://www.hickersonbrothers.com/Contact_Us/contact_hickerson_brothers_electric.php
    Does anyone know what I need to do? Thank you in advance.
    jeff

    Thank you for taking the time to re-write the code so it'll work. That's over and above all expectations for help.
    But before I replace the old code with your new code, I just wanted to know if it's an exact replacement for the excerpt I pasted above or does it somehow fit within the whole page of code?
    Here's the whole page:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <title>hickerson_brothers_contact_us</title>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
    <META NAME="keywords" CONTENT="Electrical Service, Northern Virginia, VA, Residential Service, Affordable, Fully Trained Professionals, Electric, Service, Electrical, Commercial Service, Residential, Commercial">
    <META NAME="description" CONTENT="Hickerson Brothers Electric Service is a family owned and operated business whose members have serviced the Northern Virginia area for over 30 years.We believe in making our customer’s comfort our number one priority. 100% satisfaction guarenteed.">
    <style type="text/css">
    <!--
    body,td,th {
    font-family: Times New Roman, Times, serif;
    font-size: medium;
    color: #000011;
    #apDiv1 {
    position:absolute;
    width:202px;
    height:125px;
    z-index:1;
    left: 13px;
    top: 33px;
    #apDiv2 {
    position:absolute;
    width:210px;
    height:125px;
    z-index:1;
    left: 14px;
    top: 19px;
    #apDiv3 {
    position:absolute;
    width:258px;
    height:222px;
    z-index:2;
    left: 11px;
    top: 152px;
    #apDiv5 {
    position:absolute;
    width:231px;
    height:88px;
    z-index:3;
    left: 656px;
    top: 38px;
    #apDiv4 {
    position:absolute;
    width:181px;
    height:122px;
    z-index:1;
    left: 51px;
    top: 381px;
    #apDiv6 {
    position:absolute;
    width:496px;
    height:312px;
    z-index:1;
    left: 336px;
    top: 452px;
    .style2 {font-size: 14px;
    font-weight: bold;
    #apDiv10 {
    position:absolute;
    width:534px;
    height:72px;
    z-index:7;
    left: 316px;
    top: 698px;
    #apDiv {
    position:absolute;
    width:601px;
    height:72px;
    z-index:7;
    left: 287px;
    top: 386px;
    #apDiv13 {
    position:absolute;
    width:235px;
    height:191px;
    z-index:10;
    left: 272px;
    top: 170px;
    #apDiv7 { position:absolute;
    width:271px;
    height:212px;
    z-index:2;
    left: 14px;
    top: 152px;
    #apDiv8 {
    position:absolute;
    width:527px;
    height:334px;
    z-index:0;
    left: 273px;
    top: 367px;
    background-color: #EEEEEE;
    #apDiv9 {
    position:absolute;
    width:630px;
    height:332px;
    z-index:0;
    left: 272px;
    background-color: #DDDDDD;
    top: 368px;
    #apDiv11 {
    position:absolute;
    width:200px;
    height:115px;
    z-index:11;
    left: 13px;
    top: 506px;
    #apDiv21 {
    position:absolute;
    width:236px;
    height:98px;
    z-index:13;
    left: 27px;
    top: 697px;
    #apDiv18 {
    position:absolute;
    width:298px;
    height:34px;
    z-index:12;
    left: 651px;
    top: 113px;
    -->
    </style>
    <script type="text/javascript">
    <!--
    function MM_preloadImages() { //v3.0
      var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
        var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
        if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
    function MM_findObj(n, d) { //v4.01
      var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
        d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
      if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
      for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
      if(!x && d.getElementById) x=d.getElementById(n); return x;
    function MM_nbGroup(event, grpName) { //v6.0
      var i,img,nbArr,args=MM_nbGroup.arguments;
      if (event == "init" && args.length > 2) {
        if ((img = MM_findObj(args[2])) != null && !img.MM_init) {
          img.MM_init = true; img.MM_up = args[3]; img.MM_dn = img.src;
          if ((nbArr = document[grpName]) == null) nbArr = document[grpName] = new Array();
          nbArr[nbArr.length] = img;
          for (i=4; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
            if (!img.MM_up) img.MM_up = img.src;
            img.src = img.MM_dn = args[i+1];
            nbArr[nbArr.length] = img;
      } else if (event == "over") {
        document.MM_nbOver = nbArr = new Array();
        for (i=1; i < args.length-1; i+=3) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = (img.MM_dn && args[i+2]) ? args[i+2] : ((args[i+1])? args[i+1] : img.MM_up);
          nbArr[nbArr.length] = img;
      } else if (event == "out" ) {
        for (i=0; i < document.MM_nbOver.length; i++) {
          img = document.MM_nbOver[i]; img.src = (img.MM_dn) ? img.MM_dn : img.MM_up; }
      } else if (event == "down") {
        nbArr = document[grpName];
        if (nbArr)
          for (i=0; i < nbArr.length; i++) { img=nbArr[i]; img.src = img.MM_up; img.MM_dn = 0; }
        document[grpName] = nbArr = new Array();
        for (i=2; i < args.length-1; i+=2) if ((img = MM_findObj(args[i])) != null) {
          if (!img.MM_up) img.MM_up = img.src;
          img.src = img.MM_dn = (args[i+1])? args[i+1] : img.MM_up;
          nbArr[nbArr.length] = img;
    //-->
    </script>
    </head>
    <body onload="MM_preloadImages('../Assets/Navigation/contactus_up.gif','../Assets/Navigation/pl uggedin_up.gif','../Assets/Navigation/aboutus_down.gif','../Assets/Navigation/aboutus_over .gif','../Assets/Navigation/aboutus_overdown.gif','../Assets/Navigation/residentialservice _down.gif','../Assets/Navigation/commercialservice_down.gif','../Assets/Navigation/commerc ialservice_over.gif','../Assets/Navigation/testimonials_overdown.gif','../Assets/Navigatio n/pluggedin_down.gif','../Assets/Navigation/pluggedin_over.gif','../Assets/Navigation/plug gedin_overdown.gif','../Assets/Navigation/contactus_over.gif','../Assets/Navigation/contac tus_overdown.gif','../Assets/Navigation/commercialservice_overdown.gif','../Assets/Navigat ion/testimonials_down.gif','../Assets/Navigation/testimonials_over.gif','../Assets/Navigat ion/residentialservice_over.gif','../Assets/Navigation/residentialservice_overdown.gif')">
    <table width="892" height="571" cellpadding="0" cellspacing="0">
    </table>
    <table width="892" height="669" cellpadding="0" cellspacing="0">
      <caption align="left"> 
      </caption>
      <tr>
        <th width="890" height="667" scope="row"><div id="apDiv13"><img src="../Assets/Photography/E_phone.jpg" alt="Call Eileen Hickerson Now" title="Call Eileen Hickerson Now" width="255" height="193" /></div>
          <div id="apDiv3"><br />
            <a href="/About_us/about_us.html" target="_top" onclick="MM_nbGroup('down','group1','Aboutus','../Assets/Navigation/aboutus_down.gif',1)" onmouseover="MM_nbGroup('over','Aboutus','../Assets/Navigation/aboutus_over.gif','../Asse ts/Navigation/aboutus_overdown.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../Assets/Navigation/aboutus_up.gif" alt="About Hickerson Brothers Electric" title="About Hickerson Brothers Electric" name="Aboutus" width="250" height="30" border="1" id="Aboutus" onload="" /></a><br />
              <a href="../Residential_service/residential_service.html" target="_top" onclick="MM_nbGroup('down','group1','Residential','../Assets/Navigation/residentialservic e_down.gif',1)" onmouseover="MM_nbGroup('over','Residential','../Assets/Navigation/residentialservice_ove r.gif','../Assets/Navigation/residentialservice_overdown.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../Assets/Navigation/residentialservice_up.gif" alt="Hickerson Brothers Electric Residental" title="Hickerson Brothers Electric Residental" name="Residential" width="250" height="30" border="1" id="Residential" onload="" /></a><br />
              <a href="../Commercial_service/commercial_service.html" target="_top" onclick="MM_nbGroup('down','group1','Commercial','../Assets/Navigation/commercialservice_ down.gif',1)" onmouseover="MM_nbGroup('over','Commercial','../Assets/Navigation/commercialservice_over. gif','../Assets/Navigation/commercialservice_overdown.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../Assets/Navigation/commercialservice_up.gif" alt="Hickerson Brothers Electric Commercial" title="Hickerson Brothers Electric Commercial" name="Commercial" width="250" height="30" border="1" id="Commercial" onload="" /></a><br />
              <a href="../Testimonials/testimonials.html" target="_top" onclick="MM_nbGroup('down','group1','Testimonials','../Assets/Navigation/testimonials_dow n.gif',1)" onmouseover="MM_nbGroup('over','Testimonials','../Assets/Navigation/testimonials_over.gif ','../Assets/Navigation/testimonials_overdown.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../Assets/Navigation/testimonials_up.gif" alt="Hickerson Brothers Electric Reputation" title="Hickerson Brothers Electric Reputation" name="Testimonials" border="1" id="Testimonials" onload="" /></a><br />
              <a href="../Plugged_in/plugged_in.html" target="_top" onclick="MM_nbGroup('down','group1','Pluggedin','../Assets/Navigation/pluggedin_down.gif' ,1)" onmouseover="MM_nbGroup('over','Pluggedin','../Assets/Navigation/pluggedin_over.gif','../ Assets/Navigation/pluggedin_overdown.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../Assets/Navigation/pluggedin_up.gif" alt="Green electricity Plus" title="Green Electricity Plus" name="Pluggedin" width="250" height="30" border="1" id="Pluggedin" onload="" /></a><br />
    <a href="/Contact_Us/contact_hickerson_brothers_electric.php" target="_top" onclick="MM_nbGroup('down','group1','Contactus','../Assets/Navigation/contactus_down.gif' ,1)" onmouseover="MM_nbGroup('over','Contactus','../Assets/Navigation/contactus_over.gif','../ Assets/Navigation/contactus_overdown.gif',1)" onmouseout="MM_nbGroup('out')"><img src="../Assets/Navigation/contactus_down.gif" alt="Contact Hickerson Brothers Electric" title="Contact Hickerson Brothers Electric" name="Contactus" border="1" id="Contactus" onload="MM_nbGroup('init','group1','Contactus','../Assets/Navigation/contactus_up.gif',1) " /></a><br />
              <br />
              <br />
              <br />
              <br />
          </div>
          <br /></th>
      </tr>
    </table>
    <div id="apDiv18">
      <div align="center">24 Hour Emergency Service</div>
    </div>
    <div id="apDiv11"><img src="../Assets/Photography/lady_on_phone.jpg" alt="Hickerson Brothers trusted service for over 30 years" title="Hickerson Brothers trusted service for over 30 years" width="254" height="193" /></div>
    <div id="apDiv9"></div>
    <div id="apDiv6">
    <?php
    $to = "[email protected]";
    $subject = "Online Request for Electrical Problem";
    // This is displayed when the email has been sent
    $thankyou_message = "<br>
    <b>THANK YOU $CustomerName!</b><br><br>
    We'll contact you soon.
    <p> </p>";
    $from_email = "$EmailAddress";
    $message = "Customer Name: $CustomerName\n
    Email Address: $EmailAddress\n
    Primary Phone#: $Primary\n
    Secondary Phone#: $Secondary\n
    Problem: $Problem\n";
    if (!isset($_POST['CustomerName'])) {
    ?>
      <form id="form1" name="form1" method="post" action="<?php echo $PHP_SELF;?>">
        <table width="0" cellspacing="0" cellpadding="0">
          <tr>
            <td><label for="CustomerName">Customer Name:</label></td>
            <td><label for="CustomerName"></label>
                <input type="text" name="CustomerName" id="CustomerName" /></td>
          </tr>
          <tr>
            <td><label for="EmailAddress">Email Address:</label></td>
            <td><label for="EmailAddress"></label>
                <input type="text" name="EmailAddress" id="EmailAddress" /></td>
          </tr>
          <tr>
            <td><Primary>Primary Phone#</primary></td>
            <td><label for="Primary"></label>
                <input type="text" name="Primary" id="Primary" /></td>
          </tr>
          <tr>
            <td><label for="Secondary">Secondary Phone#</label></td>
            <td><label for="Secondary"></label>
                <input type="text" name="Secondary" id="Secondary" /></td>
          </tr>
          <tr>
            <td><label for="Problem">
              <Problem>Electrical Problem:</problem>
            </label></td>
            <td><label for="Problem"></label>
                <textarea name="Problem" id="Problem" cols="45" rows="5"></textarea>
                <label for="Problem"></label>
            </td>
          </tr>
          <tr>
            <td> </td>
            <td><input type="submit" name="reset" id="reset" value="Clear Form" /> <input type="submit" name="Submit" id="Submit" value="Submit" /></td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td> </td>
            <td> </td>
          </tr>
          <tr>
            <td height="16"> </td>
            <td> </td>
          </tr>
        </table>
        <br />
        <br />
        <br />
        <br />
        <br />
      </form>
    <?php
    else {
        mail("$to", "$subject", "$message", "From:$EmailAddress\r\nReply-to:$EmailAddress");
    // Display the thankyou message
        echo $thankyou_message;
    ?>
    </div>
    <div id="apDiv4"><img src="../Assets/Logos/Slogan.jpg" alt="familytag" width="171" height="116" /></div>
    <div class="style2" id="apDiv">Drop us a line and describe what electrical problem you're having. If you're experiencing an emergency, please don't hesitate to call us immediately at: (703) 594-3913. Our phones are answered 24/7. Thank you. And sorry for the inconvenience.</div>
    <div class="style2" id="apDiv10">
      <p align="center">If you're experiencing an emergency, please don't hesitate to call us immediately at: (703) 594-3913. Our phones are answered 24/7. Thank you.</p>
    </div>
    <div id="apDiv2">
      <div id="apDiv5">
        <h1 align="right">(703) 594-3913</h1>
      </div>
    <a href="../index.html"><img src="../Assets/Logos/Hickerson_bros_hr.jpg" alt="Hickerson Brothers Electric Service" title="Hickerson Brothers Electric Service" width="213" height="126" /></a></div>
    </body>
    </html>
    Thank's for not giving up on me. I will look into a more secure form after this fix - good idea.
    jeff

  • Need to help about deploying oracle forms on AS

    well i need help in deploying my webforms on the AS THAT is on redhat linux 2 help me with some material or links that provide me how to deploye my application on it
    alos i need to know about complete help guide for the deploying of database on database server that is on linux and deploying forms on AS WHICH is also on linux

    we have an application in developer /2000 that we will be deploying on the internet using Oracle 9iAS. we also want to provide limited access to the application / information from PDA, cell phones, etc. Can I take advantage of existing code in developer/2000 that can be used with Oracle 9i wireless?

  • Need some help in the login form ???!?!?!?!!

    can any one help me with correcting the code or can any one give me another code for using it in the login form.
    this is my problem:-
    i had make a login form using in oracle 9i form builder >>>in this form i have three text boxes one for intering user name and the second one for entering the password and the third text box is not visible and it is used for counting the tries.
    In addition i have a three buttons , one is for login and the two others are not visible and they are a show main menu button and a exit button. For login button i had put a WHEN-BUTTON-PRESSED trigger in the login button and it must check if the user name and the password match what it is on the login table so it allow the user to see the show main menu button otherwise if the user name or the password are wrong and has been putted wrong for 3 times of trying then it will show the exit button.
    and this is a picture of the login form in the design view.
    http://www.al7loh.com/uploader/uploads/login.JPG
    and this is the code for theWHEN-BUTTON-PRESSED trigger on the login button
    declare
         alertNum number;
    dummy1 tbl_login.USER_NAME%type;
         dummy2 tbl_login.PASS%type;
    begin
         select tbl_login.USER_NAME, tbl_login.PASS into dummy1, dummy2 from tbl_login where tbl_login.USER_NAME = :LOGIN.USER_NAME and
         tbl_login.PASS = :LOGIN.PASS;
         if :LOGIN.TRIES<3 then
         if sql%found
              then
              set_item_property('LOGIN.SHOW_MENU', visible, property_true);
                                                                               set_item_property('LOGIN.SHOW_MENU', enabled, property_true);
                                                                               else
                                                                               message ('Invalid password....try again');
                                                                               :LOGIN.TRIES := :LOGIN.TRIES+1;
                                                                               :LOGIN.USER_NAME := null;
                                                                               :LOGIN.PASS := null;
                                                                                    end if;
         else
         message ('Exceeded Number of tries..press exit button');
              set_item_property('LOGIN.EXIT', visible, property_true);
                   set_item_property('LOGIN.EXIT', enabled, property_true);
         end if;
         end;
    can any one help me correcting the code of the WHEN-BUTTON-PRESSED trigger on the login form or can any one give me another code for using it in the login form.
    i hope to get some help from the experts>>> ??!?!?!?!?!

    Something like this
    declare
      alertNum number;
      dummy1 tbl_login.USER_NAME%type;
      dummy2 tbl_login.PASS%type;
    begin
      Begin
        select tbl_login.USER_NAME, tbl_login.PASS
        into   dummy1, dummy2
        from   tbl_login
        where  tbl_login.USER_NAME = :LOGIN.USER_NAME
        and    tbl_login.PASS = :LOGIN.PASS;
        set_item_property('LOGIN.SHOW_MENU', visible, property_true);
        set_item_property('LOGIN.SHOW_MENU', enabled, property_true);
      Exception
        When no_data_found Then
          if :LOGIN.TRIES<3 then
            message ('Invalid password....try again');
            :LOGIN.TRIES := :LOGIN.TRIES+1;
            :LOGIN.USER_NAME := null;
            :LOGIN.PASS := null;
            Go_Item( 'LOGIN.USER_NAME' ) ;
          else
            message ('Exceeded Number of tries..press exit button');
            set_item_property('LOGIN.EXIT', visible, property_true);
            set_item_property('LOGIN.EXIT', enabled, property_true);
          end if;
      end;
    end;Francois

  • Realtor in need of help to fill out forms.

    I'm a REALTOR and I deal with a ton of forms that need to be filled out and emailed to customers.  I already have the PDF forms downloaded on my computer, however, I need to fill out these forms, save them, and email them over to my customers with all of the various lines, items and checked boxes filled out.  However, I can't seem to get my Acrobat 7 to allow me to fill these forms out.  Would someone please tell me what I am doing wrong or what I need to do to accomplish this simple task?  Thanks a bunch!

    Personally, I like the WD drives. Daughter has the half TB version of the drive and loves it...works seemlessly with her MBP.

  • In need of help making/changing a Template

    Hi all
    This is my first time here and i'm in need of some help with templates.  i have templates to be able to put pictures on different items like iphones and mouse mats but i want to be able to change the templates back ground colour from gray to white so if the picture is too small the printer wont keep printing gray, now its either this or make some new ones.  i'm using pse 11 but have no idea how to change them.  Here is a pic of what i mean, no matter what i try i cant change it nor make a new one.  Thanks in advance

    Guess this template will not let you modify it at this stage.
    Looking at your screen shot more carefully, I note that there is a little fx on the layer in the layers palette, indicating that an effect as been applied.
    Let's try something else as an experiment. Go through the drill of completing the design, but leave a some gray showing.
    Once you have completed this, flatten the layers. Then try to select the gray area with the magic wand tool.

  • I need some help to install flash player back on to my computer

    HI I was wondering if I could please ask a question about Flash player.  When I download the flash player from the Adobe website it downloads ok to my Windows Vista home basic computer.  So then I went and tried to install Flash player on my computer.  After the first time I had no luck in installing Flash player on my computer so I downloaded the uninstalled program to my desktop.  I then uninstalled the old version of Flash player off my computer.  So again I downloaded Flash player the lasted version from Adobe.com again.  After I download Adobe flasher player to my desktop then I tried to install it again on my computer and then a message came up saying that only once instance of the program could run.  So then I have restarted my computer several times and I have down the following several times on my computer.  I have not been able to install Flash player on my computer as of yet.
    I should mention that I am only an intermediate computer user no difficult trouble shooting please.
    I would like to now if their is anything I can do for help or any ideas welcome
    I use Firefox as my default browser version: 7.0
    Windows Vista home Basic computer

    Try downloading the installer(s) from the links in http://forums.adobe.com/thread/889580

  • Need some help with a flash gallery

    Hello everyone :)
    I really stuck on my flash gallery, I purchashed it and set
    up the xml file and everything works fine, but when I upload it to
    my website and I add the flash to a page, it dont show up.
    Ive been told that the problem is that the gallery is trying
    to load the XML file at this location:
    http://www.islamichelp.org.uk/gallery_data.xml
    but theres not an XML file there.
    I havent got the orignal flash file because im using a
    template therefore I can't edit it. Is there any way I could change
    where it loads the xml file from??
    As u can see
    here
    the flash gallery works great, but I want to put it on my actual
    webpage.
    The flash gallery is on
    this
    page..
    Thank you in advance!

    Hi,
    Why dont you just upload the xml file (and images) into the
    folder in which the flash is looking for it?
    Thanks
    Alan

  • Need help with Adobe Interactive Form Saving

    Hi Gurus,
    I need your help with Adobe Interactive form saving.
    I have written the code in pre-save event to prompt a message when user didn't enter any value before saving. The form data should not be saved upon clicking save (Just prompt the message and exit form the form). Can u please advice me how to do this.
    Regards,
    Srini

    see the link: http://forms.stefcameron.com/2008/04/
    it says:
    preSave: Failed validations will not prevent the form from being saved however Acrobat/Reader will issue a special warning message, after issuing the validation error message, to inform the user that the validations failed. Iu2019m guessing this is because the user may be saving the form to continue filling it at a later time so the save canu2019t be completely prevented.
    regards,
    BJagdishwar.

  • Need some help learning cue points, etc

    I need some help with a Flash project I'm working on. If any
    Flash junkies out there are up for sitting down with me through
    email or IM and helping me get to the point where I have a template
    FLA doing what I want to do, I'd be willing to pay you. It wouldn't
    be much, but it would be something. Here's what I'm trying to do:
    I need to create an interactive talking-head style flash
    presentation with a number of progressive download externally
    linked FLV files, playing in succession, supported by movie-clip
    text animations and supporting graphics which are triggered by cue
    points in the video. I also need a simple navigation menu linking
    to the FLV files. I've got some of this down already, namely, I've
    laid the FLVs in and they are playing in succession. I'm stuck on
    the cue point part. At this point I really just need some hands-on
    help. I've bought books, I've scoured the web.
    I'm easy to communicate with, and I'm good with computers and
    comfortable in many multimedia design programs. Flash is very
    powerful, but tougher to learn than I expected, and I'm at the end
    of my rope =P

    My advice... start with a very simple "proof of concept" project before you attempt the entire package.
    It will be much easier to scale up if you first have a very good understanding of what's going on.
    So one simple video with just one cuepoint and only one button and additional display. You'll also have to work out the interaction of pausing the video when a cuepoint is reached or button pushed to display the graph, giving the viewer time to read the graph... then when the viewer closes the graph, the video should "resume".
    Start very simple and build on that only after you understand the fundamentals.
    Second, you mention "video reports"... plural. So that most likely means that you will need a video player with a "playlist".
    This may mean that you'll need to learn to use a little .xml to bring in the playlist data. You may also find xml an excellant way to bring other data into you project.
    At the link listed above there is an excellant tutorial on "Integrating Flash and XML"
    "Flash and XML"
    "XML Video Playlist"
    "ActionScript 3 XML Basics"
    "ActionScript 3 Advanced XML"
    Personally I would not even begin a project like this without considering how I could use xml to feed data into the project.
    Here's an example of a video player I created that has a playlist, thumbnails, categories, transcipts, "Now Playing" etc. All that data comes into the main .swf via various xml files. Super good way in input data into Flash.
    http://www.drheimer.com/video/
    Yours is a rather ambitious project and will take awhile to gain the skill and assemble the pieces. So when you come to a new part... first create a real simple "proof of concept" model so you can learn how that section works. Don't expect to be able to assemble the entire project all at once.
    Best wishes,
    Adninjastrator

  • I NEED HELP! Making a flash email form using php.

    Hi, my name is Sean, I'm making a flash contact form using php for a website.
    I'm having a hard time with the php. Can some one help?
    Click here to download my source.

    Satellite A505-S6005 
    ACPI Flash BIOS version 1.40 for Satellite A500/A505 (PSAT6U/PSAT9U)
    When you execute the download file (sat6v140.exe) it decompresses into several files in the sat6v140 folder. 
    Among those, is the readme.txt attached, which explains how to create the CD.
       Burn a CD or DVD from an ISO file
    -Jerry
    Attachments:
    readme.txt ‏14 KB

  • Need Help Making Flash Intro Movie

    I have a 30 second .wmv movie I need to convert to a flash
    format. No problem.(fla or swf)? But, I would like it to play
    before going into my main website with a skip into button. I need a
    preloader and to have it go directly onto the index.html (first
    page of the website) after playing. I have mad many failed
    attempts! Can anyone help me do this?
    Thank You,
    [email protected]

    actually - let me re-phrase that; who would sit and wait to
    download a 30 minute intro before
    entering a site?
    There's plenty of info in the help docs about flash video -
    tons of articles on adobe's site
    dedicated to flash video - google is your friend here.
    ~~~~~~~~~~~~~~~~
    --> Adobe Certified Expert
    --> www.mudbubble.com
    --> www.keyframer.com
    ~~~~~~~~~~~~~~~~
    Chris Georgenes wrote:
    > 30 minute intro? That's about the biggest oxy-moron I
    have ever heard
    > of. I think you are trying to do something nobody else
    would ever do -
    > who would sit and watch something for 30 minutes before
    entering a site?
    >
    > ~~~~~~~~~~~~~~~~
    > --> Adobe Certified Expert
    > --> www.mudbubble.com
    > --> www.keyframer.com
    > ~~~~~~~~~~~~~~~~
    >
    >
    >
    >
    > MXBrian wrote:
    >
    >> I have a 30 minute .wmv movie I need to convert to a
    flash format. No
    >> problem.(fla or swf)? But, I would like it to play
    before going into
    >> my main website with a skip into button. I need a
    preloader and to
    >> have it go directly onto the index.html (first page
    of the website)
    >> after playing. I have mad many failed attempts! Can
    anyone help me
    >> do this?
    >>
    >> Thank You,
    >> [email protected]
    >>

Maybe you are looking for

  • File Corrupted in E-Mail Set up N97

    I just bought a used N97 on ebay to replace mine which was lost. So far it hasn't been plain sailing syncing from my pc. One of the problems I have is in email set up, where I want to sync my Gmail account I go to the set up. I get "preparing install

  • Source codes and jframes

    Hello , I am trying to make it so that I can somehow place this source code, *Hi_LoGame.java* Peter Hadlaw *2009/10/12* *This is a simple guessing game that tells the user if they got the number right or if the are too low or too high, and then asks

  • CS6 Can't Open/Create Files after a period

    I've seen several threads around for a issue the same as this (None with anything useful) and seeing as i can't really see how to explain it, i'll use Coestar's Video: http://www.youtube.com/watch?v=3Ehx9cFyw7A Which shows the exact issue i'm having,

  • Spry Accordion from theme 6 template Adobe, not viewing in browsers?

    Hi I have just be viewing the spry accordion within a Adobe template Theme 6 link below, I would really like to use this but am a little scared as it doesn't seem to work properly in Safari and Firefox? http://www.adobe.com/devnet/dreamweaver/article

  • Simulation-failure captions won't display

    The failure captions won't disply in a simulation, only the hint caption. I removed other interacitve buttons and it still doesn't work.