ActionScript 2.0 :: Create Txt File To Be Stored On Clientside?

Sep 27, 2004

I would like to know whether is it possible to create a text file that contains some variables or strings that will be stored on the users pc (client side)? I have a button on my e-learning website that will launch an exe(located on user's computer). When the exe is launched, the user is required to record and save his audio on his computer. When the user clicks on the save button on the exe, the user has the option to save the audio on any folders and any name of their preference. This part of development is done. However, I would like to create a 'default' file name whereby the user can either use the default name or change the file name themselves. When the user navigate to other lessons and click to save the audio recorded, the default file name will change according to the unit/activity name. Therefore, I personnally think that the way to make this realise is to pass a tag/variable/text file from the flash. The exe file will read the file names from the tag/variable/text file and display a different default name for each different page on my site.

Example: When user save an audio on unit S35PE12 (unit/activity name), the flash will pass this value(S35PE12) to the exe. If the user is saving an audio from unit L23PE41, the value being passed to exe will be L23PE41.

View 1 Replies


Similar Posts:


Actionscript 3 :: Create An Object If The Name Is Stored In A Variable?

Nov 7, 2010

how to create an object if the name is stored in a variable.

var className:String = 'Config';
var MySprite:Sprite = new ???
class Config extends Sprite {
...
}

View 1 Replies

ActionScript 2.0 :: Play Mp3 File Without It Getting Stored?

Jan 8, 2008

Im looking for a simple way to play a mp3 file thats get loaded from a remote location (the mp3 file is not in a .swf file).

The problem is that when doing this with the build in component it gets stored in the " Temp Ie folder".

View 1 Replies

ActionScript 3.0 :: Accessing UI Object Stored In FLA File

Nov 30, 2009

I am new to action script working with flash cs4 with action script 3.0. How do i access a UI object(stored in .fla) in action script. I have already linked these two files. It is working fine. I have a button as UI object, that was converted as symbol and instance name has already given. I cannot access the button using the instance name in actionscript. If i tried so there is no intellisense. How do i access it in script. I am using oops style of coding.

View 2 Replies

Flash :: Let A User Open Xml-file (stored On Server)

Aug 14, 2009

i have some xml-files stored at a specific folder on my server.now i want the user to be able to choose one of those xml-files (best solution would be that he has to press a button and a "file browse"-dialog opens, which shows him the xml-files, which are stored on the server). what would be a good solution to implement this functionality?

View 1 Replies

Flex - How To Read Data Stored In MS Excel File

Mar 19, 2012

i'm trying to perform simple automated test on my Adobe Air Application. I decide to store some test data in external MS Excel file to decrease hardcode quantity. But I discovered, that this is not a trivial task, when you're working with Adobe Air.

Actually, i need to correct initialize an excelApp object, the rest part of logger is already implemented. I tried the following approach, but I can't find a package with ActiveXObject class defined.

excelApp = new ActiveXObject("Excel.Application");

View 1 Replies

ActionScript 3.0 :: Array Stored In Flash Cookie File??

Aug 26, 2011

I need to store my array in a flash cookie file and call it in different swf files.

View 2 Replies

ActionScript 3.0 :: Class File Be Stored Separately And Accessed On A Website?

Mar 14, 2012

Is it possible to host a class file separate from everything else on a website where it can be edited when needed? For example, I'm thinking that in the Linkage section of the movieclip you would put the path to the location of the as file on the website, so [URL] <--well I guess without the ".as".

View 1 Replies

ActionScript 3.0 :: Stream AAC Audio File Stored Locally Using NetStream Class?

Jan 25, 2010

I would like use NetStream class to stream AAC audio file stored locally on server (because i can't use Sound class, AAC not compatible) How can i do this ? (without flash media server)
 
I have tried using http protocol, no errors occured, but i receive no audio data.

View 13 Replies

Data Integration :: Access Data Stored In An XML File?

Aug 17, 2006

I have written the following code to access data stored in an XML file . . .

//load the required data from the VoucherNumbers XML file
var VoucherNumbers:XML = new XML();
VoucherNumbers.load("VoucherNumbers.xml");

[Code]....

View 4 Replies

ActionScript 3.0 :: Scaleform Workaround - Create File That Could Dynamically Load File?

Jan 18, 2011

Having got into flash about a year ago, I have a fairly good understanding of as3, but I have never had any reason to learn as2. For an upcoming project, we were looking to use Scaleform GFx, with the UDK. (Unreal Development Kit) Trouble is, Scaleform only supports as2. From what I've been told, as3 is supposed to be better in just about every way, so I really don't want to learn a language that?s most likely on the way out, if I have any other options.

Is there any converters out there, that can convert script from as3 to as2? Or another workaround possibility, since flash communicates with the UDK by means of just calling a function, could I create an as2 file that could dynamically load an as3 file?

View 2 Replies

Rephrasing :: Best File Format - Create The Highest Quality .flv Export From Their .mov File?

Oct 14, 2009

I asked this earlier but maybe I didn't give enough information. I am working on a website where video quality is very important and the client is delivering me the video already compressed. I then want to import it to flash CS3 and export it as .flv for progressive download with the media playback component. I have done all of this successfully in a sense that it all works but the video quality is not good enough, it's good but the client says it;s a bit grainy. I used the highest setting in Flash, on2 vp6 at 700kbs.
 
My question is what is the best file format (.mov etc) and what settings should the client use, so I can create the highest quality .flv export from their .mov file? Second question, I used an 8 second buffer but now the client is saying they don't want it to buffer at all. What are the other options besides progressive download, I have never delved into this before?

View 5 Replies

Professional :: Adobe Media Encoder - Unable To Create A FLV File From A MP4 File With High Bitrate

Dec 28, 2011

For some reason I am unable to create a FLV file from a MP4 file with high bitrate. I even created a custom setting and specified bitrate as 2500 but the output file is always around 775.

View 9 Replies

ActionScript 3.0 :: Create A Pdf File From An Image Path Included Into Xml File

Nov 17, 2010

I'm in flash cs3 project. I need to create a pdf file from an image path included into an xml file or if easy also in a written path as the code below:[code]

View 0 Replies

ActionScript 3.0 :: Create A .AS File And Define Constants Inside Of That File?

Sep 13, 2009

Is it possible to just create a .AS file and define constants inside of that file? Without making a new class, just so that all my classes can access these constants? This is of course possible in PHP, but are the scopes handled differently in AS3?

View 3 Replies

ActionScript 3.0 :: Create Text File And Save Reports In File?

Jun 17, 2011

Is there a any way to create a txt file in as3 and save reports in that file?

View 1 Replies

ActionScript 3.0 :: Create A Txt File And Save Reports In That File?

Jun 17, 2011

Is there a any way to create a txt file in as3 and save reports in that file?

View 2 Replies

Error Create A Swf File From Original File

Aug 4, 2009

I am trying to create a swf file from my original file. I have published swf files before from this file but all of a sudden I get a error. It says "Be sure the destination file is not locked or on a locked drive. Also, check that the file name is not too long. I checked the files and neither the destination file nor the drive locked. The file is named index and always has been named that. What am I doing wrong?

View 6 Replies

ActionScript 3.0 :: Create A .flv File From Flash File?

Jun 23, 2010

How do you create a .flv file from a flash file? (Flash CS4)

View 2 Replies

As3 :: Import XML Stored Variables Into It?

Mar 26, 2010

What I'd like to do is set each variable in my XML file, and then pass the  value to the global var in my projectso in the XML file, xmlvar1 might have a value of 8.Then in my project, I want:globals.data.var1  = the value for xmlvar1 (in other words, 8)so a) is there a  simpler way to do this than the way I've adapted Adama's code, and b), if not, why is the code not working (I'll paste the code below). Basically, I can get the variable from XML into my as3 code, but after all the  functions for importing the XML, when I tell it to  trace(globals.data.eTP); - it returns undefined.[code]...

View 1 Replies

IDE :: Where Are Keyboard Shortcuts Stored On HDD

Apr 25, 2009

I would love to backup my Flash CS4 keyboard shortcuts, but I could not find the file anywhere on my harddrive. I searched for every *.WFX file (or at least that was the right file type for older versions of Flash). I even tried to make an advanced search for all files on my PC and sort them by date modified, right after I made some changes in Flashes keyboard shortcuts - hoping that I would find the file, but haven't.

View 2 Replies

Boolean Value Not Getting Stored In Array Properly?

May 21, 2009

I'm using the following array to storing multiple variables for similar movieclips: public var ballPlaced:Array = new Array(false, false, false); ....however, its not storing the boolean value properly in the array? I'm using the following code in the ZoneFill and ZoneEmpty to assign it a value of true or false, e.g;

[Code]....

View 3 Replies

View All Code In The Document And Where It Is Stored?

Jul 24, 2009

I inherited a flash file.It uses arrow keys to advance from scene to scene, so I know there is probably some key listener code somewhere. But I can't find the code! Is there a way to view all code in the document and where it is stored? Or is there a document level area for code that I'm not seeing? I just started using CS4 and I'm not sure of all the new features.

View 6 Replies

Flex :: Use A Variable In HtmlText Stored In A DB?

Feb 7, 2011

I've got htmlText that I'm pulling form a db. I'd like to put a variable as the color and then set the variable in flex.[code]...

View 1 Replies

Php :: Possible To Play A Flash Video Stored?

Sep 3, 2011

Suppose I have some videos stored in a MySQL database.How do I play those videos on demand using flash.

View 1 Replies

Flash :: Where's A ByteArray's Data Stored

Oct 29, 2011

I'm using URLStream to download a big file and save locally on a mobile app. To do this, i need to store the downloaded bytes on a ByteArray:

private function handleStreamProgress(event : ProgressEvent) : void {
if ( urlStream.bytesAvailable == 0 ) return;
if ( urlStream.connected ) {

[Code]....

Are these bytes from the downloaded file stored in Memory? (Profiler doesn't show any excessive memory consumption, though...)

Should I clean the byteArray after each sequence of bytes is stored?

View 1 Replies

ActionScript 3.0 :: Values Not Stored In Array?

Dec 7, 2009

I have a snippet of XMLList that I would like to keep the x and y attributes stored in the array:

ActionScript Code:
<mx:XMLList id="random">
<point x="-179.8" y="148.5" /><point x="108.0" y="144.1" />

[code].....

View 2 Replies

ActionScript 3.0 :: Is NaN Stored As A Floating A Number

Dec 26, 2010

Is NaN stored as a floating a number? and if not, how does the computer stores it?PS: I know that NaN = Not a Number but still, flash needs to store it somehow.

View 2 Replies

ActionScript 2.0 :: Use A Stored String Variable?

Feb 9, 2009

trying to use a stored String variable in the following:

Code:
var meuXML:XML = new XML();
meuXML.ignoreWhite = true;
meuXML.load("subdir/"+PAGE);

[code]....

'button.page' is the aforementioned String variable How can I make this work?

View 6 Replies

ActionScript 2.0 :: Is A Loaded Swf Stored In Cache

Jun 21, 2009

If I load an swf into a movie clip, and then load another swf into that same movie clip. Is the first swf stored somewhere or is it totally gone when the second swf is loaded? What I want to know is if I need to have as many movie clip holders as I have swf's. Else they would have to load every time they were called.

View 7 Replies







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