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


Similar Posts:


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 :: Make So Flash Read's A Notepad.txt Document?

Apr 3, 2005

How do I make so Flash read's a notepad.txt document?

View 5 Replies

ActionScript 2.0 :: Make Flash To Read A Notepad.txt Document?

Apr 3, 2005

How do I make so Flash read's a notepad.txt document?

View 5 Replies

Create A Flash Webpage That Creates Or Edits A Notepad File?

Jun 8, 2010

Background: I am trying to create a website that is easily updateable by a non-html savy user. I figure I can load the content of my flash page from a notepad file within the same directory.I would prefer to not make the editor use a FTP program, so I figure the best method is a webpage where the person can log in and type the updated text and have it create a new notepad file and overwrite the old one. I am not sure if this is technically flash or simply a html question, but does anyone know how to go about doing this

View 6 Replies

Actionscript 3 :: Flex Using Sharedobjects To Store Information On Server - Crash

Aug 26, 2011

I am working on a flex project using sharedobjects to store information on my server. I am not 100% sure how to do this, so I was looking up tutorials and came across this bit of code:

[Code]...

But when it gets to the 3rd line, it crashes. I don't know how to use the debugger for flex sadly enough

View 1 Replies

ActionScript 3.0 :: Create A SWF And Store User Variables That Control The Playback And Make It All Contained In A Single SWF File?

Jul 12, 2009

I am looking for a class that functions similar to JPEGEncoder from as3corlib, but instead of encoding a JPEG, I want to take a dynamic drawing the user has made (with animation) and output an SWF file that the user can download and playback on his/her computer.I understand how to create an SWF and store user variables that control the playback, but I want to make it all contained in a single SWF file.

View 1 Replies

ActionScript 2.0 :: F8 Reading From A Notepad File

Feb 9, 2009

I am making a random name chooser for a class (using an array to read from 28 names). I was wondering if it is possible for flash to read an array from a notepad file. [code]Is there a way to make it so that instead of having to edit the Fla file to edit the names, I can just make a notepad file with the array and _root.NumberOfStudents variable so that it can be edited from year to year easily?

View 3 Replies

ActionScript 2.0 :: [F8] Reading An Array From A Notepad File?

Feb 18, 2009

pulling both a variable and an array from a text file (.txt). In my case I have the following:A flash file (.fla)A text file (named MyTxtFile.txt)Now, I just need to be able to pull an array from the txt file. Is it possible to do this? On the main timeline of my flash file I have the following:

Code:

MyArray= new Array("Pizza", "Cheese", "Fish");
_root.NumberofItems= 3;

My goal is to have the "MyArray" array in the text file so that I can edit the values from the txt file.Then I have a button on the main timeline ("Item_txt" is just a dynamic textbox in the flash file):

Code:

on(release) {
_root.Item_txt = _root.MyArray[random(_root.NumberofItems)]; }

I want to be able to update this file often, so I thought it would be handy to just "store" an array and a variable in a text file. Let's say in MyTxtFile.txt I had the array "MyArray" and the variable "NumberofItems". I could just update the information in the txt file and it would update the Flash file.

Edit: Would it be possible to store a string in a text file, then have that string put into a blank array? For example: If I had "cheese", "stars", "playdoh" in a text file and then I pulled the string into flash using the LoadVars class could I have the code in my time line set up like this:

Code:

_root.variable1 = "";
var ARRAY:LoadVars = new LoadVars();
ARRAY.onData = function(thetext:String) {

[code]....

View 2 Replies

ActionScript 2.0 :: Loading Text From Notepad File Externally

Dec 26, 2005

I have a file that loads text from a notepad file externally. This is working fine. But when I try calling this animation from another flash file (using loadMovie), I do not see any dynamic text attached to the child file.

View 1 Replies

IDE :: Change Movieclip Color Frim Txt(notepad) File ?

Jun 25, 2009

i just want to know that is there any idea for changing color of Movieclip from TXT file....

View 1 Replies

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

Flash :: Professional - Store The Variable Values In An .txt File Where The File Is Saved

Jul 22, 2011

I have a problem with SharedObject. I created SharedObject using AS2.0 it's working fine.... my question is can it possible to store the variable values in an .txt file where the flash file is saved... basically the SharedObject will store the vallues in localdrive with file extention. not only using SharedObject if any other way to store the vaules in .txt file will be helpfull for me... my requirement is to store the the position of the swf file and when the time it reopen, it should start from previous position.

View 2 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

Flash - Obtain System Information Or Cpu Information Using Adobe Flex?

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

Actionscript 3 :: Flash Cs5 - Get Value From *.fla File And Store - Set In Class

Jan 30, 2012

how can I store value in class from *.fla file in actionscript 3.0 with adobe flash cs 5.5 and I read the stored value from class? I use get() and set() methodes in my *.fla file and in frame 2 I have the following code

[Code]...

View 1 Replies

ActionScript 2.0 :: Store Data In XML File In Flash?

Jun 30, 2006

How can we save data into Flash file in Flash?

View 5 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 :: Store And Array Generated In Flash In A XML File?

Oct 10, 2009

is it possible to store and array generated in flash in a XML file?I am wanting to try make something where I have a group of object to choose from but I only want to choose say 3 of 10. I would like to be able to check the ones I want and then those be added to an array or an XML file which I can later pick up and use in another external swf.Because I am wanting to use an external swf I thought that adding it to say an xml file would be the option. But I don't really know how to get the ball rolling on this.

View 6 Replies

ActionScript 2.0 :: Make Flash Movie That Sends Information Straight To Email With Push Of Button?

Dec 23, 2004

I would like to know if there is a way to make a flash movie that sends information straight to my email with the push of a button. Is it possible? Can it be done without knowledge of the person? I want to have a poll, and calculate the votes by hand, or eye, I suppose. I just don't want to have to set up a server of any kind.

View 1 Replies

ActionScript 2.0 :: Store Flash CheckBox Data To Local Text File

Apr 5, 2012

I want to make a simple tick box questionaire in Flash (AS2) that stores data to a local text file when the user has submitted the form. So simple stuff like are you Male of Female etc... Is it possible for flash to store this information somewhere. It is for touch screens in an exhibition space so it wont be online.

View 1 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 :: Make 2 Loaded Swfs Communicate With Each Other?

Jan 14, 2009

This has quite a long background history, so I`ll first ask the question: how can I make a loaded SWF file activate a function inside another loaded SWF file - both in the same 'parent' movie, domain and directory - when the user clicks a 'link' on the first swf?I'm new to actionscript, been only working with it for 2 months and I've been learning on the go. So far, so good, flash cs3 help has been useful, as well as this forum and other sites. My project is a website, no innovations, just simple info and light animations.The site should have an intro page (I called it index), a preloader, then the actual site (home), with links to each specific area (pages). In home, a small slideshow movie clip should always be on the upper left corner looping images until the user clicks a link to a page, when the slideshow fades away. With this briefing, I made a file for the index, and a uiloader in it would get the home file and that 'should' be it.My stage resizing event listener was working perfectly on home - standing alone - moving the slideshow exactly as it should. But when home was loaded inside index, the slideshow moved way more than it should never getting in the right place. After various unsuccessful attempts, I decided to move the slideshow into its own swf and load it directly in the index, together with the home file. This way, I managed to make it relocate precisely, but got myself the problem I'm asking here. I need to get the slideshow to fade away when the user clicks a page link, but they are separate files.

I tried to use a Loader.content based function, located at the index, but figures Flash help was not exactly clear on how I had to use it properly, so I did not manage to get it to work. It always reported an unspecified property. I searched around here and over the net, found similar problems and their solutions but could not resolve my problem. I think this is a little too specific..

View 1 Replies

ActionScript 2.0 :: Notepad Text Url Link In Flash Buttons?

Jan 29, 2010

How to notepad text url Link in Flash buttons! flash action script with notepad text linking go to url?

View 1 Replies

ActionScript 2.0 :: Checking Email Address In Notepad From Flash?

Apr 2, 2010

Now im developing one flash site. In that i have one form details.. I completed the form using php. when we user register all the data will store in one notepad file. Now i have one more form for referring friends... When users referring his/her friends in that form i have one field his/her (Referral Email id/phone no) text field. Once User submit the form first i want to check if this user already register with us or not. So i want to check the notepad file for his email id / phone no. if he already registered then only form will submit.

How to check email id/ phone no in notepad file from flash?

View 5 Replies

ActionScript 3.0 :: Will Flash Be Able To Write Datas In A Notepad In The Future

Aug 26, 2009

If I recall correctly you needed a server-side language to do that job...but will it be possible in the future for flash to open and write stuff into a notepad or something?

View 5 Replies

ActionScript 2.0 :: CS3 Relative Paths - Can't Seem To Make Movie2.swf Communicate With Movie3.swf

Mar 22, 2009

My situation is this I have 4 movies which load each other, meaning: movie1.swf loads movie2.swf which loads movie3.swf which loads movie4.swf movie3.swf communicates with movie2.swf though the _parent path and it works. but i can't seem to make movie2.swf communicate with movie3.swf since movie2 is _parent i assumed movie3 is a _child...but it does not work so my question is what do i replace _child with?

PHP Code: _child.mc.gotoAndStop("subM" + no); ps: would apreciate it if u could tell me a bit about levels ex: _level10/_level0 what do they mean and how can i tell on what level i have something

View 1 Replies

Flex 4 :: Communicate This With A File Aspx?

Dec 16, 2010

I'd like to know if it's possible to communicate flex 4 with a file .aspx..

My problem is.. I'm trying to export a datagrid to excel and both parts are right, except because they are not communicating.. When I open with Visual Studio the url is = localhostcasawsExportExcel and when I open with flex the url is localhost:8080casaExportExcel.

View 1 Replies

ActionScript 3.0 :: Communicate With PHP File Every Few Seconds?

Aug 15, 2011

I am trying to make a real time communication for a flash file with php so if there is a change on the php the data are refreshed on the flash automatically.

I have a function that loads the php data in flash, how can I repeat that so it checks if the data have changed every, 5 seconds or so?

Also, how can I create a function that will do something when the data changes? So let's say the data is 20, if the file communicates with php and sees that data have changed to 25, how can I tell flash to play a movieclip or whatever?

View 8 Replies

ActionScript 2.0 :: Communicate With The External Swf File?

Dec 1, 2008

how to communicate with the external swf file.

Its really very important for my project.

Clients are going to give me a big project on this basis only.

If I am able to do it really I will get the project.

View 4 Replies







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