Re: AirTM API: How to Build a Form? Programming Web Development by pritaeas You cannot safely use a form to post directly to AirTM. Post to your own PHP script, which can then use curl to make the request, including headers. Re: PHP Contact Form to Send SMS Programming Web Development by geethu_3 Hello, nice tutorial .I used this form but not send sms . Could you please help me solve this problem. Re: PHP Contact Form to Send SMS Programming Web Development by pritaeas What exactly is your problem? As stated in a reply, SourceSMS is no longer available. Action Script Digital Media UI / UX Design by sreein1986 Hi, I want the tutorials for learing action script please reply me Advanced Thanks.... action script 3 & php code help Programming Game Development by fajrulakram …... I'm new here... I got some problem with my action script code. I'm trying to connect the flash file to… object reference. at teachreg_fla::MainTimeline/cek_field()" here is my action script code: daftar.addEventListener(MouseEvent.CLICK, cek_field); function cek_field (e:MouseEvent… action script 3.0 project Programming Web Development by danielfgh i have some problems in action script 3.0 so i'm not able to complete my project. i've uploaded some files: 1-main star.swf(the sample i'm trying to make) 2-Dynamic_Text.fla (my work till now) 3-.as files if there anyone who can help me in this? thanks[Click Here](http://www.4shared.com/zip/GD38qERBce/myproject.html) Flash action script sample code and tutorial Digital Media UI / UX Design by mayb what site provide action script sample code and tutorial ? Re: Flash action script sample code and tutorial Digital Media UI / UX Design by 2ndPlatform [QUOTE=mayb]what site provide action script sample code and tutorial ?[/QUOTE] One of my favorite sites is Flashkit.com -- they have all kinds of great stuff there. If you go either Movies or Tutorials, they usually have instructions on how to pull off the effects that you see there. Good luck! About Flash Action Script Digital Media UI / UX Design by jigoro Hi everyone, is action script capable of auto publishing a running flash program int a jpeg file? thank you. Need help in Action script...................... Digital Media UI / UX Design by manojjena1982 Hi All! I am new to web-development. In my company i get a project i.e based on action script. I have no idea on this. But inthis down time i have no other choice left. Could anybody help me out from this critical situation? Don't hesitate to suggest me anything. Please help me Manoj Re: Need help in Action script...................... Digital Media UI / UX Design by HI2Japan Try doing a google search about action script to see what will pop up. Get variables from Action Script using PHP Programming Web Development by G_S … have a flash form where the user enters some strings. Action Script is supposed to get these strings and place them into… How do I make a Folder Action without Automator? Hardware and Software macOS by dancks …avail. I know I have them attached, Folder Action Setup app indicates that Folder Actions are enabled,…to rely on Automator. Its a "Folder Action Script". I shouldn't need anything more than …editor and Folder Action Setup. and B) I've been toying around with a script that's supposed… something other than a "Folder Action Script". Implementing date and timer in PHP quiz script Programming Web Development by sting23 I need to put time and date in the script, anyone please help[code]1. questions <?php $qid = "…"; ?></h3></p> <form action="/forums/results.php" method="post">…;/form> </body> </html> 2. results (action script) <?php $title = "Quiz Results"; echo "<… Java Script not working in Mozilla Programming Web Development by ruchi18 Hello, I have problem in java script ............ i m using action script & java script , i have an application in which i want to save… I can't get this script to work Programming Web Development by Webxpres …address i specified on the form. [CODE]<form action="Script/sender_subscription.php" method="post" name=&…> </table> </form> and the php script <?php // ----------------------------------------- // The Web Help .com // ----------------------------------------- // remember to … Flash MX Professional 2004 Actionscript HELP Programming Web Development by jen12 … in Dreamweaver). In Flash, i created a button and applied action script. I used: on (release) {getURL(home.htm); } The flash doc… Toughest program written using Action Scripting 2.0 Community Center by satish.ambition hi . Tell about the programs u have written using [B][COLOR=blue]Action Script 2.0.[/COLOR][/B] What was the problematic part of it.. How did u solve it... Share your ideas Slideshow Using Script Digital Media UI / UX Design by rajarajan2017 … show like this, anybody help me to do that using action script. Please provide any tutorial/samples/ or just SWF like that… Re: Checkbox Select-All script problem Programming Web Development by scaiferw … 1</h4> <script type="text/javascript"> function checkAll(checkname, exby) { var action = (exby.checked)? true : false… = 0; i < checkname.length; i++) { checkname[i].checked = action; } } </script> <form name="form1" method="post… Re: [ask[PHP quiz script] how to show 1 question per page ?? Programming Web Development by nschessnerd you would have to use post or get variables, so do something like [code=php] <form action='script.php?q=$nextQuestion'> (Question) (Answers) [/code] Re: failed to open stream: No such file or directory in /mounted-storage Programming Web Development by diafol …("LOGIN",BODY.'login/'); @$action=trim($_REQUEST['action']); @$script=trim($_REQUEST['script']); if(strcmp($action,"admin")==0){ switch($script){ case 'login':include_once LOGIN… failed to open stream: No such file or directory in /mounted-storage Programming Web Development by utpal23 …("LOGIN",BODY.'login/'); @$action=trim($_REQUEST['action']); @$script=trim($_REQUEST['script']); if(strcmp($action,"admin")==0){ switch($script){ case 'login':include_once LOGIN… Need help with PHP email form please Programming Web Development by vanessia_1999 Hi all. I have been working on a action script and finally got it working. I am totally lost of … boxes buttons. Could someone please help me. Below is my action script code I use. The cb is for checkbox and radio… out. My main concern is how can I code this action script to work in a PHP form..please help. import fl… HTML Select and PHP 5 - Issue Programming Web Development by mcldev … create a list which should be accessed by the PHP script as an array. Note the `products[]` definition below. …lt;/TITLE> <FORM method="POST" action="FormRead2.php"> <BR>Name:&…; And here is the simple PHP script: <HTML> <TITLE>Action Script for InputForm2</TITLE> <… Iframe and flash interction Programming Web Development by eswar.aspire …doubt on passing value from Java script to action script.I have flash player which load… window with selected path. My concept: Action script: import flash.external.ExternalInterface; ExternalInterface.addCallback(&….loadxml ("xml/song_list.xml"); Java script: function load_right(url_src,user_name) { //window.frames… Help with Music in Flash Digital Media UI / UX Design by webgirl …the template. I have never seen this type of action script before so I am not sure how the music…a movie clip called sound componet that both have some action script ing that reads the following: [code]var numtrack = …stop(); my_sound.start(); };[/code] THIS WAS ALSO SOME ADDED SCRIPT IN A MOVIE CLIP CALL SOUND- COMPONET [code]var s_volume… Probelm with $_POST in PHP Programming Web Development by faraz101 … the form and print it on the screen. But my script iz not working. Plz check it and help me that… it. Thanx Here is the form code: [CODE]<form action="action.php" method="POST"> <table…;/table> </form>[/CODE] And here is the action script: [CODE]<?php echo $_POST['name']; ?>[/CODE] .Thnax and… PHP Error Programming Web Development by Djmann1013 …; <h1>Admin Login.</h1> <form action="(Action Script)" method="POST"> Admin Name: <…; /> </form> </html> And this: (the action script in the above example) <?php $user = "UserName"… Re: HTML Select and PHP 5 - Issue Programming Web Development by mcldev … case you are interested, the key to getting the HMTL script to pass SELECT data is to 1) declare your variable… brackets like [B]product[],[/B] 2) Then in your PHP action script make sure you treat [B]product [/B] as an associative…