What Goes Where andhow to email!

Hello
Looking for a little help here, this is the first time i
would have written AS im more a PHP man but have used flash alot to
create more movie type interatcive sites anyway im using FLASH CS3
I have 4 Text Inputs and a Button with instances
name_box
email_box
tele_box
Message_box
send_btn
There on a Graphics Symbol thats inside a Movie Symbol thats
placed in the main screen on frame 169
on frame 172 is animation that i would like to show while the
data is being sent frame 173 is an error and 174 is the confirm
The PHP file im trying to post these to is working fine (with
other HTML websites)
Now this is what i have got in the action script inside a
layer on the graphic symbol that holds the fields:
stop();
System.useCodepage = true;
send_btn.onRelease = function() {
my_vars = new LoadVars();
my_vars.name = name_box.text;
my_vars.email = email_box.text;
my_vars.tele = tele_box.text;
my_vars.message = message_box.text;
if (my_vars.name != "" and my_vars.email
!= "" and my_vars.message !=
"") {
my_vars.sendAndLoad("mailer.php", my_vars,
"POST");
gotoAndStop(172);
} else {
gotoAndPlay(173);
my_vars.onLoad = function() {
gotoAndStop(174);
After this not working it tried placing
gotoAndPlay.root(frame number) but this didn't work and tried
placing the original action script on the main in a layer of its
own
Anyone have any ideas to how i could get the to work?
Thank you in advanced

AS should only go in the main timeline.
>>my_vars.sendAndLoad("mailer.php", my_vars, "POST");
You should probably be using a full URL here:
my_vars.sendAndLoad("
http://www.mydomain.com/scripts/mailer.php",
my_vars,
"POST");
Dave -
Head Developer
http://www.blurredistinction.com
Adobe Community Expert
http://www.adobe.com/communities/experts/

Similar Messages

  • What goes where when using separate drives for data and applications?

    Hello people!
    In Mac Guru's "Guide to Macintosh Performance Acceleration" it states " Separating your "User" data from the Operating System and Applications is the simplest and most cost effective way to enjoy a significant performance boost at
    minimal cost"...
    Now how exactly do I do that?
    I have a 40 GB HD with Panther on it and a 55 GB drive I want to use for the "data" drive. What goes where?
    Thanks for reading!

    Hello Danny:
    Welcome to Apple discussions.
    I disagree with the premise in that article - "significant" is relative and depends on where you are. The only method I am aware of to "separate" would be to create partitions. OS X uses sophisticated algorithms to manage memory - both real and virtual. There are very few good reasons to partition an internal HD - and several that suggest you should not do that - absent a "good" reason.
    Barry

  • Another "What goes where" thread

    Hi guys
    I am a little unsure how to configure "what goes where" on my main rig.
    I have these discs:
    Corsair 256 GB Pro (holds atm system, program files and pagefile)
    Single 1.5 TB WD black (all kinds of stuff other than video)
    Raid 0 on LSI 4 chnl. ctr. - 2 x Caviar 600 GB (holds now project files and maedia for PPRO)
    Raid 0 on LSI 4 chnl. ctr. - 2 x Caviar 1 TB (holds render now)
    SSD 240 GB for mediacache and preview for both AE and PPRO CS6
    Should I add another single disc for project files alone and/or move the pagefile?
    Thanks
    Ulf

    Jim, I completely agree considering your own system, but not on Ulf's system, which is way faster than yours.
    Ulf,
    If you want to add another two disks, I suggest:
    C: 256 GB OS & programs & pagefile, SATA 6G
    D: 240 GB Windows temp & media cache & AE cache, SATA 6 G
    E:  2 x 600 WD in raid0 on the Marvell controller, previews. SATA 6G
    F: 4 x 1 TB in raid5 on the LSI for media and projects
    G: 1.5 TB exports and backup.
    FYI, yesterday Bill gave me some experimental figures on the new test we are working on. Exporting a two hour timeline on an i7-2600K with a single OCZ Vertex4 SSD was around 6 times slower compared to a system with a heavy raid array. 84 seconds versus 14 seconds. Jim's suggestion to break out the raids you currently have will only slow down your system. In Jim's case he will not notice it, because his system is so much slower than yours, but you definitely will notice it.
    The complicating factor in your case is the variety of disks you have and only a 4 port controller. The E: drive is way too big for previews only, but you don't have many choices for alternative uses and despite that they are older drives, in a raid0 they do give you nice performance. Going from 2 x 1 TB raid0 to 4 x 1 TB raid5 on that controller will give you added performance plus security against disk failure. Don't expect miracles in performance boost from 2x R0 to 4x R5, it will probably be only 25-35% or around that figure.

  • I have 2 phones on a single apple ID, and am getting email and texts to both phones... can i configue what goes where from the cloud?

    My son shouldnt have his own Apple ID yet, and I dont want him getting my email and texts. Anyone know how to configure the cloud to stop this?

    Well yes, but if you want to update those apps, you'd need to sign in under your old Apple ID to update them. It's really best to just stick to one Apple ID, or you'll run into association complications down the road.

  • What goes where ???

    I've used cisco for some time now, and are realy happe with it, but there is one thing i need to get a hang of..
    Traffic from one vlan going out to internet, and traffic comming back...
    All i see is traffic comming from 1 ip out on internett going to my external ip on any given port.
    Is there a way i can wee what inside ip address it's going against and what inside ip it's comming from ??
    We have a asa5510 with aprox 8 vlan's on the inside and it would be nice to see what user is causing the internet traffic and why there are so many hit's on the firewall  :-)
    Thnks for any help
    Thomas
    pst not to good on command, mainly used gui :-)                  

    Hi,
    A basic packet capture configuration for ASA could look something like this
    access-list TRAFFIC-CAPTURE permit ip 10.10.10.0 255.255.255.0 any
    access-list TRAFFIC-CAPTURE permit ip any 10.10.10.0 255.255.255.0
    capture TRAFFIC-CAPTURE type raw-data access-list TRAFFIC-CAPTURE interface inside buffer 33500000 circular-buffer
    Where
    TRAFFIC-CAPTURE = Is the ACL that defines the traffic to be captured. The above ACL captures both directions of the traffic when the source is 10.10.10.0/24 and destination is "any" (and vice versa naturally)
    10.10.10.0/24 = Is an example LAN network located behind "inside" interface (or is the interface network)
    inside = Is the interface from which the capture is taken from
    33500000 = Is pretty close to the max buffer memory you can have on any ASA firewall for a single capture You can make separate capture for each direction and later attach the capture files using wireshark
    circular-buffer = Is the setting that will permit the ASA to overwrite the old captured data when the buffer is full. Capture will keep on working but old data will be overwritten as new data is being captured.
    Naturally the above ACL is VERY broad. You can change the capture to only capture one "host" traffic. Or only capture TCP or UDP traffic only. You can limit to some certain destination IP addresses. Just control as you like with the ACL.
    To show if traffic is hitting the capture
    show capture
    To show a specific capture and its contents
    show capture
    To copy a capture to external TFTP server
         To be later opened with Wireshark for example
    copy /pcap capture: tftp://x.x.x.x/.pcap
    To remove a capture from ASA
    Also removes the collected data
    no capture
    Hopefully the above information has been helpfull. Please do rate if it has been and naturally ask more if needed.
    - Jouni

  • Domain name, host name - what goes where?

    So to clear the pipeline and reduce the amount of configuration, I decided to get rid of my router and plug my server directly into the modem, thus using the server as the gateway/router for other computers in my home. Hopefully this will eliminate the need for an internal/private network DNS configuration as well as an external/public DNS configuration.
    I have a registered public domain name of N.com and an associated public MX record for this domain which is also named N.com (as opposed to mail.N.com or something similar).
    I reinstalled the Leopard Server software and when the setup asked for a "primary DNS name" I named it N.com (the same name as my registered public domain). I went into firewall settings in the Server Admin and "allowed"/opened port 25 as well as 80 for email and web services respectively.
    When I looked in the Mail settings the default domain name is "localdomain" and the default hostname is N.com (the same as my registered public domain). Default user addresses are [email protected] I have no problem seeing the server's webpages from the internet, but I still cannot get any mail from the internet to show up in my user accounts.
    What more do I need to do?

    an educated guess-
    does the client's email system have something like Spam
    Assassin filtering
    incoming mail?
    is this cgi script matt wright's formmail?
    If yes to both- Spam Assassin is rating the formmail
    generated email as spam
    based on the subject line and default first line of text in
    the message
    body.
    A fix-
    1) hand edit the formmail script, find and change:
    Below is the result of your feedback form
    to any other text
    2) use the optional field to change the subject line from the
    default.

  • Haven't received my order status email. Whats going on? Last email said you were having issues with your order system.

    I received the order confirmation email, but no follow up.

    Since this is an open forum, not Adobe support... you need to contact Adobe staff to help
    Adobe contact information - http://helpx.adobe.com/contact.html
    -Select your product and what you need help with
    -Click on the blue box "Still need help? Contact us"
    -or by telephone http://helpx.adobe.com/x-productkb/global/phone-support-orders.html

  • What is going on with POP email? I can NOT retrieve email unless...

    What is going on with POP email? I can NOT retrieve email unless*...I reboot AND reset!* I POP 3 Comcast emails and my own URL email. Never any problems on Entourage. Hourly issues with my new iPhone—and it's only been 4 days.
    This is *unbelievably frustrating* and negates why I got the dang thing in the first place.
    Does anyone have a work around? Is this a known bug (Apple) or am I missing something?
    +*Plus as a side note I think there are too many clicks into the In Box. Just a usability thing I wish I could set myself.+
    Message was edited by: sukibean

    I have the same problem intermittently... Every so often, the iPhone goes into a mode where email just doesn't work until i shut down and reboot... Then it works fine...
    Its not always the case, but I can't isolate the scenario which causes it to go into this weird mode...

  • What tier goes where

    Hi,
    with a web (jsp) application, the tier architecture is simple:
    Database tier -> middle tier (webserver) -> client tier (webbrowser)
    But what about JClient apps.
    Database tier -> middle tier (bc4j) -> client tier (jclient) ?
    Where does code execute. If I use a viewobject to populate a JTree, does it 'run' on the middle tier (application server), or does it run on the client machine in the jclient application? What and where's exactly the separation between gui and middle tier?
    In a web environment, the browser is the 'thin' client, which knows only html. All business logic is performed on the server. Is the JClient situation comparable? Or is a jclient a much less thin client?

    As you're familiar, BC4J allows you to build J2EE-compliant apps with a clean, logical three-tier design. You can then choose to deploy your application as a physical two tier application, or a physical three-tier application as your needs require. These rules hold, regardless of the client implementation technology.
    Two concrete examples of a physical two-tier physical deployment are:
    [list=1]
    [*]JClient application talking to BC4J appmodule in local mode
    [*]JSP pages using BC4J datatags talking to BC4J appmodule in local mode
    [list]
    Two concrete examples of a physical three-tier deployment are:
    [list=1]
    [*]JClient application talking to BC4J appmodule deployed as an EJB Session Bean in a J2EE Container on another machine
    [*]JSP pages using BC4J datatags talking to BC4J appmodule deployed as an EJB Session Bean in a J2EE Container on another machine
    [list]
    Of course, the degenerate case of the last example above occurs when the JSP pages and the EJB Session Bean actually reside on the same J2EE container, then you can use the EJB Session Bean option of BC4J with local interfaces.
    Regardless of the UI layer you're using, your client works with the set of BC4J interfaces in the oracle.jbo.* package.
    What changes in the two deployment scenarios is the classes in the JBO framework that implement these common interfaces.
    [list]
    [*]In a physical two-tier deployment (also known as "local mode"), the interfaces are implemented by classes in the oracle.jbo.server.* package.
    [*]In a physical three-tier deployment, the interfaces are implemented by classes in the oracle.jbo.client.* package (and its oracle.jbo.client.remote.* "sub"-package.
    [list]
    This is transparent to your application code since you are working with the interfaces.
    When you use the remote mode, the bulk of the implementation stays on the EJB tier inside your session bean. What travels to the client are collections of value objects which are managed by a client-side value-object cache that BC4J implements for you (but which you do not need to manage yourself). If you are, say, browsing the results of a query that has scrolled through 1000 records, BC4J will keep a "window" of rows of value objects on the client for you, where the size of the window is set via the setRangeSize() method on the view object you're working with.
    BC4J is also designed to keep its client-side value object cache kept in sync with any changes that occur in the business objects in the middle tier. For example, say you have some business logic coded into your Employee business object that increases an employee's salary by $1000.00 when their job category goes up a level. And let's say your client is working with a view of the data that shows:
    Empno    Ename    Salary     JobClass
    1234     Ivo      4321         4If the client updates the value of "JobClass" from 4 to 5, the attribute change on the client-side value object eventually makes it to the middle tier -- immediately if you are using the SYNC_IMMEDIATE mode, and on the next row navigation, row validation, or custom method invocation in the case of our SYNC_LAZY mode. In the middle tier, BC4J syncs the change in the client-side value object "row" of this view object query result and sets the "JobClass" view row attribute in the middle tier. Since view objects cooperate with entity objects, the setting of the "JobClass" on the view object row internally delegates to an attempt to set the "JobClass" attribute on the underlying entity object instance representing employee #1234 (which was created in the EO cache as this row was queried in from the database). Your business logic in the setJobClass() method at the Employee entity level contains the logic that decides that, based on the increase in job class, the salary should get incremented by $1000, so it calls setSalary() like this:
      private static final Number ONE_THOUSAND = new Number(1000);
      public void setJobClass(Number value) {
        setAttributeInternal(JOBCLASS, value);
        // If new job class is greater than old job class, increase salary by $1000
        Number prevJobClass = (Number)getPostedAttribute(JOBCLASS);
        if (value.compareTo(prevJobClass) > 0) {
          setSalary(getSalary().add(ONE_THOUSAND));
      }Part of the functionality of BC4J's unique "Value Messenger" design pattern implementation is that the framework keeps track of the "side-effects" of any middle-tier activity and automatically returns any relevant changes to the client-side value object cache to keep it in sync in the same round-trip that caused the activity to occur. In this example, the client is looking at a value object with the "Salary" attribute for employee #1234 and this employee's Salary has changed as a result of having set the JobClass attribute.
    The net effect is that the user types in a new job class of 5 and tabs to a new field, and the updated salary of 5321 appears automatically.
    Empno    Ename    Salary     JobClass
    1234     Ivo      5321         5  <---------This attribute changed by the user
                         \_______<_______ The updated salary (increased by $1000) appearsThis works both in local mode or 3-tier mode for JClient, JSP, or any of our supported "View-Layer" technologies that bind to the standard BC4J client interfaces in oracle.jbo.*
    So, in short, a BC4J JClient app that's deployed as a 3-tier application is a thin client with a small cache of value objects for view objects with active iterators open on the client.
    Let me know if you have more questions on this subject.

  • What is going on W/Cox email, unable to send or reply

    What is going on W/Cox email, unable to send or reply on ipad or iphone error message unable to connect to outgoing server smtp.cox.net

    Are you sure you have a good wifi connection?
    iOS: Unable to send or receive email
    http://support.apple.com/kb/TS3899
    Can’t Send Emails on iPad – Troubleshooting Steps
    http://ipadhelp.com/ipad-help/ipad-cant-send-emails-troubleshooting-steps/
    Setting up and troubleshooting Mail
    http://www.apple.com/support/ipad/assistant/mail/
    iPad Mail
    http://www.apple.com/support/ipad/mail/
    Try this first - Reset the iPad by holding down on the Sleep and Home buttons at the same time for about 10-15 seconds until the Apple Logo appears - ignore the red slider - let go of the buttons. (This is equivalent to rebooting your computer.)
    Or this - Delete the account in Mail and then set it up again. Settings->Mail, Contacts, Calendars -> Accounts   Tap on the Account, then on the red button that says Remove Account.
     Cheers, Tom

  • When I try to send multiple photo from my photo albums and hit share, the email box doesn't show up.  Whats going on?

    When I try to send multiple photo from my photo albums and hit share, the email box option doesn't show up.  The only options are facebook, message,   It was there last evening and I used it.  Whats going on?

    There is a limit on the number of photos that you can send in one email from the photos app, but I thought it was five. In any event, you know that you can send mutiple photos from the mail app itself and you can send more than 5.
    When you are typing an email - Tap and hold down in the body of the message area and select "Insert Photo or Video" from the black pop up options bar. Select the photos that you want to include from the photos app window that appears. Then hit return on the keyboard and start the process all over again.
    You can insert photos, type text, enter more photos .... any way that you would like to do it.

  • HT4863 Something is wrong with Icloud email. I am WELL within all the limits..my outbox..emptied, sent box reduce to just 50mails etc. Right now cannot send emails. Whats going on !?

    Something is wrong with Icloud email! I am well withing all limits..outbox emptied etc and yet I amgetting the you have
    exceeded sent email. Right now I cant send any emails. Whats going on!?

    Duplicate thread.
    Cat

  • My ipod touch cannot check yahoo email and play games that i downloaded.  its been awhile but can check hotmail and gmail. whats going on?

    its been awhile but can check hotmail and gmail. whats going on? games that i downloaded from appstore cant play. please help out. thanks.

    Do a reset (Hold Sleep/Wake and Home buttons about 10 secs or more till Apple logo appears)

  • Where are Invitation Emails for Apple Calendar Stored?

    Hi,
    When you add an event in Apple Calendar (prev. iCal) and invite an attendee, an email with an invitation is sent. Where are these emails saved? Where can you find the template that is used to create these emails?

    Hi Filip,
    What happens with invites depends on whether the calendar is local or stored on calendar server or not.  For local calendars (those under "On My Mac") the sent items will go into the outbox on Mail while the internat connection is broken. For server based calendars (iCloud, Exchange, Google calendar and other CalDAV calendars) the server is sent a signal via your internet connection and the email is made and sent from the server.
    You are not going to be able to stop a server based calendar using the method you subscribe.
    For local calendars you might want to look at my application iCal Reply Checker. It is shareware, but runs for 10 days before needing to be paid for.
    Best wishes
    John M
    As I sell software on my site and ask for donations, the Apple Discussions Use Agreement requires that I state that I may receive some form of compensation, financial or otherwise, from my recommendation or link.

  • MacBook Pro (Retina, 15-inch, Mid 2014) will not read an SD card in the SDXC card reader. Does anyone know whats going on?

    MacBook Pro (Retina, 15-inch, Mid 2014) will not read an SD card in the SDXC card reader. Does anyone know whats going on?

    Hi David.  I don't have as modern a Macbook Pro as you, mine is a 2012 model, but perhaps I can help.  I often find that my SD card will not load when I first insert it.  I have to remove it and then put it into the slot again firmly.
    You also haven't posted any information about the SD card.  What size is it, do you know how it is formatted, has it worked in that same mac previously, where did it come from, does it currently work in another device (such as your camera)?  This sort of information will help to narrow down the problem.
    If you post some more information I'm sure people will try to help you.  In the meantime, if you look at your post again you should see "More Like This" at the bottom of the page and you may find an answer in some of those related posts.
    Hope that helps.
    Ivan

Maybe you are looking for