ActionScript 3.0 :: Send Any Other Information Along With PDF File
Nov 13, 2010
I'm using AlivePDF in a project, and this is actually the first time I've used it. I've gotten it to work just fine except for when I send the PDF file to a server. The problem is the save() function makes a few assumptions:
1. it assumes I don't need to send any other information along with the PDF file.
2. It assumes I want to pop open another page.
3. It assumes that Flash doesn't need to know what's happened to the file after it was sent.
What I want to do is send the PDF file along with some other data with a URLRequest, and then get the response back from the server, and depending on the response move on. AlivePDF seems to have this "one size fits all" function for sending the PDF to the server. has anyone dealt with this before? Any resources I can look at? I've been all over Google trying to find answers, but I'm kind of at a loss.
View 2 Replies
Similar Posts:
Jul 21, 2010
I need to find a way to detect keystrokes when the flash file is not selected and send that information to an .swf file. The file would be stored locally (not on the internet).
View 3 Replies
Nov 3, 2011
I am trying to send some information to a javascript function on the same html page as the swf file is in. I used the tutorial here on Kirupa but for same way it doesnt work.
ExternalInterface.call("fillForm('"+ l.x, l.y +"')");
ExternalInterface.call("fillForm", l.x, l.y);
These are the variations I tried.
View 1 Replies
Oct 4, 2010
I was creating a program and now i need to send a bitmap data and ssome text fields information to a php file in my site, how can i do that?
View 2 Replies
Jul 5, 2009
I'm kinda noobish when it comes to getting information from XML information sent to my flash file from the socket server. OK so for example the server sends me this:
[Code]...
I want to get the name of the user and the X and Y position! Is there a way I can get this information without a load of fuss from functions and other junk remember im kinda noobish.
View 1 Replies
Nov 12, 2009
Currently I'm making a Designer (tShirt Designer) application. What it does up till now is let you put simple tekston the front and back (the front resides on frame 1 and back on frame 2), it lets you upload an image scale, rotate and position it.
Now what I'm curious about and don't know anything of is how do I send this information to the responsible company or server or email that print/make these shirts. I though about a simple way of sending it the same as you do a email form, but then it made me realise, how does the company know, how, where and how big the text or image must be.
View 0 Replies
Nov 25, 2006
i have a template made of flash and in the page of "contact us"i have 4 boxes of input text in the stage - for the client phone etc'.i have a "send" button and a "clear" button under these boxes.but i don't know the action script for these buttons at all.by tell me the code for these buttons (and what kind of email account i can direct this information to: shouls it be a web mail - like these you get from the hosting company - or it can be a simple email account - like gmail or hotmail..)
View 1 Replies
Dec 3, 2009
I am trying to get down to the bottom of my problem with a contact form I'm using for a client. My code is as follows:
[code]...
The issue I'm having is that when I hit the submit button on my form, it doesn't send the information through. It just stays stuck on sending.... and doesn't send any information. I then ran a test with an even simpler code:Just to see if it was even connecting and I recieved this error:
Warning: mail() [function.mail]: Failed to connect to mailserver at "127.0.0.1" port 25, verify your "SMTP" and "smtp_port" setting in php.ini or use ini_set() in
D:hostingmembershieldvhmmailtest.php on line 2
Now I don't have access to the host server because I'm not the owner. I just designed the site for the client and I have been having these issues with the form. I did test it on my server and everything worked fine which led me to believe that the problem lies in the php settings of their host server. I contacted the host server and this is what they sent me:
"Dear client, 127.0.0.1 is localhost which you cannot use to send email. Please make use of your mail server to and send and provide SMTP authentication to the remote server. Note that the FROM address has to be the same as login email.
View 2 Replies
Nov 23, 2009
Is it possible to embed a flv into a swf and then run it thru an arbitrary flash player and be able to send information from the swf to a destination of my choice?The information could be some variable that is sent when the movie starts playing etc
View 0 Replies
Nov 24, 2009
Is it possible to embed a flv into a swf and then run it thru an arbitrary flash player and be able to send information from the swf to a destination of my choice?
The information could be some variable that is sent when the movie starts playing etc
View 2 Replies
Jan 20, 2011
I'm now saving the snapshot this way:
vidBmpHolder.draw(main.media.videoLocal);
var jpgEncoder:JPGEncoder = new JPGEncoder(85);
var jpgStream:ByteArray = jpgEncoder.encode(vidBmpHolder);
[code].....
View 2 Replies
Sep 16, 2009
WHen I was learning AS2, it seemed incredibly easy to double it with PHP, but I am having a pretty hard time with AS3.Basically, all I need to do is do the same kind of thing that loadVars could in AS2. Just need to send a few pieces of POST information, and then load up the output of the script.I found this piece of code on the internet:
ActionScript Code:
var request:URLRequest = new URLRequest("http://www.mydomain.com/feed/myfeed?query=youlike&start=34");[code].........
But it doesn't work (when I replace the url with my URL, of course.)
View 6 Replies
Mar 14, 2010
I've this code for a form. Now I also want to put in like gotoAndPlay(1); if success How to do?
Code:
if (success) {
if (statusVars.sent == "success") {
clearForm();
statusMsg.text = "Sent";
I would also like to send the information in the form just by clicking ENTER instead of click a button, today the code look like:
Code:
bttnSend.bttn.onPress = function() {
checkForm();
};
How can I change it so it also check the form if the user click enter?
View 1 Replies
Mar 22, 2006
I am trying to send information from a flash form to a php script using radio buttons without a submit button ie as soon as a radio button is selected the info is sent but I can't get anything to work.
View 1 Replies
Feb 11, 2011
I want to build a program built around my pc specs. Is there a way to access such information as how much ram I have or how much cpu usage is being consumed, etc.?
View 2 Replies
Aug 2, 2010
I'm currently working on a Flash application that needs to save files to Drupal. I already saved the file to the Drupal site with the File service, but I can't get to attach the file to the node with the node.save service (Upload module, not CCK file field).[code]...
View 2 Replies
Nov 1, 2010
I am now using FancyUpload to make an upload tool for my website, for the video module, so user can upload their video in FLV format with limited size and time
With the limited size i can handle it, but with the time . I dont know how to know the total length of FLV file
View 2 Replies
Jul 31, 2011
I want to create flex/actionscript directory view for my files with php/mysql. I have some ideas that I want to share:
1)I am thinking of creating table (in mysql) "files" and another table "folders", when user loges in i will require all data from "files" and "folders" where Username = 'something'. But the problem is, I will create a lot of entries inside of tables. For example if I will have 100 users, and each user could create 100 entries (files or folders) it means that i will get 10000 entries inside table.
2)My second idea, and I think more safe way of doing it is creating table "users" where will be set id, username, password, ... , files, folders. In files (text format entry) will be listed information about files, and they will be dividend by "*" symbol like this:
id*file name*size(in kbytes)*path*status
example:
15*test.exe*150*/root/*private
16*test2.exe*200*/root/folder1/*public
[Code]....
Now here is only 3 file info but there can be more than 1000.
View 2 Replies
May 11, 2008
I have some Actionscript code that will hopefully upload multiple files to my web server (via a PHP script). A user simply selects their files by clicking on a "select" button, then uploads them by clicking "upload".To see a current version of this, goto [url]...., sign-in using (username: test1, password: freedom7901), and click the active link.
However, I also want the user to fill out some text that will describe each file upload (the property name) - so I've also included an input text box in the flash panel, and called this instance "property_txt". Can someone give me the correct code so that this value can be sent to the php script along with the file information? I'd like to access the value via the GET or POST function in the PHP code.Here's my AS code:
import flash.net.*;
var currentListItem:Number;
var fullFileBytes:Number;
var progressBar:MovieClip;[code]...
View 2 Replies
Aug 18, 2009
I want to load information from a Text file and then want to use in action script as a variable.What I did. I make a file with the name Text.txt and write there TextFld=You are Good Boy In flash I make a getText.fla in which i build a Text box at stage and set it to dynamic and the name of this variable is also TextFld Instance Name is Txt. Write the following code at main timeline
loadVariables("Text.txt",_root);
pretty fine it shows this information in flash but i want to use this variable in action script to do more action i.e i want to make flashy text. I want to store this information in a variable and then use that variable for other purpose.
View 2 Replies
Feb 25, 2012
I wrote over my actionscript code, saved it and closed it. now i cant get the information back. Do you have any tips. Been writing for 2 weeks on it. Iknoow i should backup it :)
View 1 Replies
Feb 3, 2012
have been trying to extract information from this file on YouTube using AS3. I have managed to access ytID (YouTube video ID) along with the ytName (YouTube video name) from a specific channel (called through the loader). I am stumped on how to get the thumbnail URL. I have managed to find out that through YouTube, its tag is media:thumbnail, however, Flash gives me an error for trying to use a semicolon.
Code:
stop();
var xml:XML;
var videoDisplayLimit:Number = 1;[code]....
View 1 Replies
Jul 7, 2009
I have seven movieclips that I want to load individual ChildNode information into from an XML file. Is there a way to pass that XML info into individual MovieClips for each individaul ChildNode?
Here's the code I have so far.
var myXML:XML;
var myLoader:URLLoader = new URLLoader();myLoader.load(new URLRequest("links.xml"));myLoader.addEventListener(Event.COMPLETE, processXML);function processXML(e:Event):void {myXML = new XML(e.target.data);trace(myXML.*);}
View 1 Replies
Jun 8, 2010
I am currently working on an educational project. After submitting for review, the clients have requested I make an array which was hard coded in the as file, to read from xml. The problem I am having is that I do not know how to populate the array with the information contained in the xml file.
hard coded in the as file
wordList = ("Paper,Plastic,Reduce,Retrieve,Litter,Trash,Glass,Recycle").split(",");
I am wantying to replace the word lists that are included with the information in the xml file so as to allow different users to create different words for the list without having to edit anything othere than the xml file.
View 3 Replies
Jul 20, 2011
I am thinking of creating an app which will read the contents i mean the library of the fla/swc file and use it to check whether the items present in that swc/fla is used in as3 project.... can do it manually... but wanna automate it..
View 1 Replies
Feb 18, 2009
I'm having trouble pulling & updating information based on an XML file.Each node contains a couple text items and a date. When the date arrives and gets to 00:00:00:00, the next XML node should be called.What would be the best way to store each node so that based on a timer reset (or something to that effect), it would pull the next node until that specified date and then pull the next set of info until the end of the nodes?
View 2 Replies
Nov 1, 2010
I have an as3 game that I am trying to debug. To do this, I allow the game to play itself repeatedly over-night (which generates information for around 500k games) and then I analyze the info in the morning. I would like to save the debug info to a text file instead of using trace statements. Currently, the game creates about ten strings per play which are printed to the screen. Is there an easy way to save these strings to a text file?
View 1 Replies
Jun 17, 2010
I'm trying to figure out the best way to create a search box that searches an XML document and returns the results. So far I know how to do a search that returns exact matches but I want to make it so if someone typed in say "Manager" it would return results that Also had "Sales Manager" or "Account Manager".
Currently I have
PHP Code:
var authorList:XMLList = xmlData.job.(title == citySearch.text);
Which only works with exact results. What is the best way to get around this? Do I just need to bring in everything from the XML file and then compare it using .search()?
View 2 Replies
Feb 25, 2009
how to retrieve information about size (in pixels) of loaded FLV file? Video object returns 2 pairs of parameters (width,height) which are useless because returns always parameters passed in constructor of Video() object. Another pair is (videoWidth,videoHeight) which is always (0,0). I gave up...
I need this information to scale proportionally video clip to size of area designed to display this video.
View 3 Replies
Jun 28, 2011
I have a scheduling application that allows users to save any changes. When the user clicks the save button, Flex sends all the information to a coldfusion script which picks the information apart and sends saves it to the database. That all works well and good, but I would like to be able to display some sort of text to the user saying something like "Your file was successfully saved" or "There has been an error.
[Code]...
View 1 Replies