ActionScript 2.0 :: Detect Keystrokes When The Flash File Is Not Selected And Send That Information To An .swf File

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


Similar Posts:


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

ActionScript 3.0 :: Send Some Information To A Javascript Function On The Same Html Page As The Swf File Is In?

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

Actionscript 3.0 :: Send A Bitmap Data And Ssome Text Fields Information To A Php File?

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

Flex :: Send The Names/labels Of Selected Items From A List To A Php File?

Oct 28, 2009

I know i can access multiply selected options of a list by

var selectedAlgos:Array = algosList.selectedItems;

where algosList is the name of my List.

How to i send this array via HTTPService to a phpfile and how can i then access the elements of this array from the php file?

View 1 Replies

ActionScript 1/2 :: Getting Information From XML Information Sent To Flash File From The Socket Server

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

ActionScript 2.0 :: Way To Send Variables To Php File And Process Them Inside Flash File

Feb 14, 2005

Im pretty new with the flash -> php -> mysql thing .. And I have made a script that sends some variables (that a user inserts in some input forms) with some var names, and then php handles it and insert it into my MySQL database its kinda ugly that a page pops up and opens the php page.So I was wonderin' if there is some way to send the variables to the php file and process them inside the flash file. without openin' some fancy browser window ?

View 3 Replies

AS3 :: Flash - Read Information From FLV File?

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

ActionScript 3.0 :: Flash Creating A Search For Information In A XML File?

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

ActionScript 3.0 :: Detect End Of External File (swf) From Main File

Mar 11, 2010

I have a video in .flv format that I have converted into .swf. And this .swf file, I have added it in into my main flash file by using Loader. And now, I want to detect when this video will finish playing so that I can go to the next frame which is not looping the video again and again.

View 3 Replies

ActionScript 2.0 :: Make Flash 'communicate' With Notepad File To Store Information?

Jun 17, 2003

i want to make a discussion/message board. but a very very simple one. no username, password.. just a board where people can wite one or two lines. thats all.its very hard to find one out there. i think if i can manipulate a guestbook files, i can make a simple discussion board. The problem is that i dont understand how to make flash 'communicate' with notepad file to store information like how they did in guestbook. this is link to one of flash message board i found, but it has too many section - like kirupa forum. i dont have any ideas to make it as simple as i want. i dont understand the AS

View 2 Replies

ActionScript 3.0 :: Send A Function To SWF File Via A HTML File?

Aug 12, 2009

I am trying to send a function to my SWF file via a HTML file, and every browser works fine except for Internet Explorer.The test file is supposed to animate the graph when you mouse over the word click, and come to a halt upon mousing off of it.Here is the example URL:[URL]
 
*** begin ***
<script type="text/javascript">        function sendToActionScript(str) {            document["accelachart"].sendToActionScript(str);        }</script>
<a href = "#" onmouseover="sendToActionScript('fast')" onmouseout="sendToActionScript('slow')">click</a>

[code]....
 
Like I said before, it works on all browsers I tested (Chrome, FireFox, Safari) except for IE (7 or 8).

View 7 Replies

Professional :: Get The SWF File To Send A Variable To HTML File?

Aug 9, 2011

I have a task to upgrade a web site. I have a map of ND with some cities on it. I needed to add a new city to the SWF which did not seem to be hard (asuming I did it correct). The action on all the buttons for each city look like this except the name after the # is the city selected.
 
on (release){    getURL("locations_info.html#minot", "location_content");}
In HTML code snip that controls this looked like this :
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

[Code]....

View 1 Replies

ActionScript 2.0 :: Send Information From Flash?

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

ActionScript 2.0 :: Save Information Obtained From Users To Files If The User Is Accessing The Flash File From A Cd

Sep 27, 2003

i'd like to know if its possible to save information obtained from users to files if the user is accessing the flash file from a cd. I would also like to know how it works if possible. And can the flash file be in .exe instead of .swf?

View 5 Replies

ActionScript 3.0 :: Flash - Get Full Path Name Of A File Selected By The Browse Window?

Aug 4, 2011

Is there any way to get full path of a file which the user selects after clicking the browse button... ive read somewhere that using the FileReference in ActionScript we can pop up the browse dialog box by using the

FileReference.browse();

is there any way to extract the file path from this?Actually i need to use that path to Load the image later in the APPLICATION..

View 1 Replies

ActionScript 3.0 :: Send Information From Swf Inside A Flash Player?

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

ActionScript 2.0 :: Send Information From Swf Inside A Flash Player?

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

Actionscript 3.0 :: Jsfl Panel & Flash Authoring - Get The Duration Of A Selected Sound File?

Jul 13, 2010

I've developed a neat WindowSWF panel after watching Lee's demonstration video. I got everything I needed to work, but I'm having trouble getting information from my sound files. Basically I have a list of sound objects (.wav format) in my library and I want to find the duration of each file so that I can add them to existing movie clips, then add or remove frames depending on the length of the sound file on the frame. I've been pouring over the jsfl actions libraries and can't find any method to get the duration of a selected sound file.

View 2 Replies

Flash :: Detect File Existence In It Using As2?

Feb 26, 2010

I need to check for file existence in Flash on x number of videos. I've tried LoadVars and MovieClipLoader. LoadVars works but it actually loaded the entire video before reporting its done. Without a way of knowing that its started, I can't delete it before its done. I don't what to load the entire video, i just want to check that its there. MovieClipLoader has onLoadError and onLoadStart, which works because I can unload the MovieClip right after its starts loading and know its there and if there's a load error I know it's not there. Should work, but I need to run that x number of times to check for the other videos.

View 1 Replies

Flash :: Detect When Any File Changes Under A Directory In AIR?

Sep 22, 2011

I've seen examples that use a timer, get the file list, and check each file for changes, but is there a simpler way to do this such as...

<mx:FileSystemList id="fs" visible="false" />
private function onCreationComplete():void
{

[code].......

View 1 Replies

AS :: Flash - Send Additional Information While Posting Video Data?

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

Flash :: Send A File To The Server?

Oct 8, 2009

How can I send a photo for example to mount a virtual catalog and preview my album?I use a simple form with 5 fields of transmission and viewed the small image after submission.

View 1 Replies

Flash :: Detect Whether An Flv File Contains Video, Audio Or Both?

May 26, 2010

Is there a way to detect whether an FLV file contains video, audio or both?The flv file is streamed to a flash client, that needs to show a certain view depending on the data in wrapped in the flv file.

View 1 Replies

Flash :: Detect Word On Pdf File When Mouse Over?

Sep 8, 2011

Is posible? Flex app detect word when mouse over on message in pdf file. Now have some project translate language with tooltip or pop-up when mouse over on it. I found some code can detect word (string) on TextField class but not in pdf.

View 3 Replies

ActionScript 3.0 :: Flash / SWF File To Detect URL Browser Is Currently On

Jul 31, 2009

I'm mostly an art/design oriented person but am trying to learn some new things. I'm currently working on a test site for myself as a self-learning piece that will be a CSS laid out site with some Flash elements. Anyway, I'm completely stuck on this current problem..I will be placing a SWF file that will live on each page but will need to do different things based on which page the browser currently is on. It's nothing complex...will probably be something as simple as "on enter frame, if the browser is on this page 'http:www...', then jump to frame '#' ". This is how I'm placing the SWF file through the CSS.[code]

I read that "FlashVars" was the start of how to do this but as you can see in that last line, that's as far as I got on the CSS side. I have ZERO clue how to make the SWF file detect that value or detect the page the browser is on and then do something with AS3. Does this all make sense? I've searched through books and online for a little over 6 hours today and have not been able to figure this part out. Is it a simple line of code I need in the flash file or am I embarking on more than I can handle at this stage?

View 9 Replies

ActionScript 1/2 :: Send A File To The Server Using The Flash?

Oct 8, 2009

How can I send a photo for example to mount a virtual catalog and preview my album?I use a simple form with 5 fields of transmission and viewed the small image after submission.

View 1 Replies

ActionScript 3.0 :: Send Some Data From A .php File To FLASH

Sep 28, 2011

I'm trying to send some data from a .php file to FLASH, then to print them on the screen, but the result is "undefined" and I find this message

[Code]....

View 2 Replies

ActionScript 2.0 :: Can Php File That Send Variables To Flash WITHOUT Swf

Apr 11, 2005

Can i put ACTIONSCRIPT inside a xml file and make it work inside a swf?Since is not basic, where can i learn more about xml processing instructions?Other thing....Can a php file that send variables to flash WITHOUT the swf ask for it?

View 1 Replies

ActionScript 3.0 :: Send A Variable From One Flash File Another Swf?

Sep 2, 2009

i m using as3 for my project

URLRequest("new.swf?abc="+1);

im sending my varaiable like this call a swf and sending variable... and i dont konw hoe to get the sent variable from file 1.

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved