ActionScript 3.0 :: Looking For A File In A Drive With A Loop
Jan 28, 2010
i'm trying to see if a file exists, the file is located in a usb memory so i'm using an array and an ioerrorevent, if the file is found (event.COMPLETE), i execute another function and if the file does not exist i use this (IOErrorEvent.IO_ERROR) which tirggers another function to look for the next drive. however, even when the load find the file in the right drive the IOErrorEvent is triggered anyway and not my event.COMPLETE.
[Code]...
View 0 Replies
Similar Posts:
Jun 4, 2011
I am creating an AIR application using flex3 and actionscript3. there, i need to display dir content of cd drive/usb drive entered by user. how can i get cd/dvd drive name by actionscript3
View 1 Replies
Jan 3, 2011
I'm running Flash CS4/AS 2.0 on Mac OS X. I keep my work files on a flash drive. One of these FLA files is a parent (container) movie that, when compiled, results in a SWF that is 6,983 bytes.
I saved a copy of the FLA source file to the Desktop, recompiled, and the SWF size was only 1,773 bytes (much better, since the movie only has a static preloader and some ActionScript).
I'm guessing this is because Flash has to copy some default class information(?) to compile the movie because the source file and Flash CS4 are on different drives.
Do I need to copy the class files to the external drive and map to that path in Preferences?
View 1 Replies
Jun 24, 2009
i have an requirement that is to upload a file into local machine and that file name will stored into database
View 1 Replies
Apr 29, 2010
I am using the code below 2 download txt file from hard drive.
Getting this error: ArgumentError: Error #1063: Argument count mismatch on Untitled_fla::MainTimeline/downloadFile(). Expected 0, got 1.
am i doing something wrong?
ActionScript Code: import flash.net.FileReference;
//abc is a Mc with instance abc[code].....
View 4 Replies
Sep 9, 2009
I have created a window contain a save button. i want to click on this button a file from cd is copied to my hard drive.i found class File but it work air only,i use flash cs4 and File class dosn't work in it.
View 1 Replies
Feb 23, 2006
I know how to program a button to get a URL loaded:
[Code]...
But how would I tell the button to do the same thing for a file located on the hard drive? I want the file to load in the web browser, but I am making a presentation CD and I want it to grab a file off the CD as opposed the internet in case the person viewing the CD does not have internet access. keeping the file path structure similar on the server this should work on the CD as well as the server, correct?
View 2 Replies
Aug 23, 2007
how to open an external file on your hard drive from your swf and .EXE using AS3? I wana click on a button and basically just open a PDF.
View 11 Replies
Feb 27, 2010
I'm still relatively new to the actionscript 3.0 world. I have been given an assignment to make a drawing program that allows me to do many different things. One of the big things that it needs to do is be able to save a file with the drawing information and still be editable. After much searching I see that you can't just write sprites to a file and then they come back cleanly, obviously returns null. I also don't think that registerClassAlias won't work because I don't think it will allow me to convert things back to a sprite. I keep an array of sprites that allows me to undo/redo, and I originally figured I could either write the arrays or the individual sprites to the file, but that is not allowed either. Does anyone have any idea how I can possibly accomplish saving my drawing document and loading my document with keeping all of my sprites in my array separate from each other?
View 6 Replies
Jun 7, 2010
I am trying to create Flash video for usb drives sold to customers with their pictures on it. After the video plays, can I have a link to a local folder, IE: named YOUR_IMAGES on the drive, and have that folder open on their machine when clicked? Or is there to many variables with what what the drive letter name that will be assigned on customers machines? So there will be the same .SWF on every drive sold, then a folder named the same thing with the customer pics on it.
View 3 Replies
Jul 23, 2005
I'm having with loading variables from a text file that is sitting on a Hard Drive rather than the server?
I would like each computer station to pull data from the server based on their individual Station IDs (which is defined in the text file on the hard drive).
The path to the text file is C:StationID.txt - I am having trouble with defining the PATH to the text file on the actual hard drive.
View 7 Replies
Jul 15, 2011
I am have to build a Flash aplication, that has to download a XML from a differente server and save on it's own server, at a predefined time of the day. Is it possible ans safe to make that in flash using AS3?
View 1 Replies
Jul 22, 2008
OK I have been racking my brain to get this resolved and unfortunately there isn't a lot of info on the web. Scenario: We are in a shared environment. Central file server (Mac OS X server) over gigabit enet. We open flash files over the network and then we "try" to publish the files back to the same server in which the .fla is stored. (I have read John at Adobe's comments on the practice but this DID work).
So we access the flash file at /Volumes/ServerName/JobFolder/~Flash/ and we "attempt to" publish the .swf to /Volumes/ServerName/JobFolder/htmlfolder/flash .... this was working previously in flash 6-7 but in 8-cs3 it has stopped working and we are kicking ourselves to get some answers. When we try to publish we get the following error: "Error creating Flash movie file. Be sure the destination is not locked or on a locked drive. Also, check that the file name is not too long."
[Code]...
View 6 Replies
Jan 6, 2010
what I'm trying to do is make a preloader that will preload about 20 external SWF files before it lets you get to my main file. I want to do this because my main file needs the SWFs to be ready to go once its done loading. I have looked around and i found a few ways to do this with the "if (loadedBytes>=totalBytes)" and the code loops back till the files are done loading... this would be just what i need but i cant seem to get it to work. the file just seems to start loading my files but does not loop and just runs the time-line even once i state what frames i want it to loop.
View 6 Replies
Feb 29, 2008
We recently upgraded our network to Leopard and Flash to CS3,and since then, I can't publish to a network drive.The reason I need to do this is that we're on a network where all our project files are on the server, and we work directly from the server. With previous versions of Flash and the system, I was able to work on a Flash file on the server and publish or test to the same place. Now I need to copy my flash file to my local
computer in order to publish or test.If I try, I get this error: "Error creating Flash movie file.Be sure the destination file is not locked or on a locked drive.Also, check that the file name is not too long." Neither of those are the case.
View 1 Replies
Aug 4, 2011
Im wonder if its possible to make an AIR app to only be able to be run when its CD is in the CD drive?
View 1 Replies
May 20, 2010
I recently modified a single page website for a family member (for fun). The family member had someone make a flash object a year ago at the very top of the page that cycles through a few different colors on the hair--the page can be viewed here [URL] She has asked me to see how to make it so the hair cycles through the colors continuously instead of just once--is this possible?
View 8 Replies
Feb 12, 2010
I need to get a XML file from a url:[URL]The XML file has the following format:
Code:
<Regions>
<Region>
<Id>1</Id>
<Name>Lisbon</Name>
[code]....
How can I load the file and loop through each Region and get its values?For each iteraction I need to perform some action with each region values.
Note: Id is an Int, Name is a String, Active is Boolean and Count is an Int.
View 1 Replies
Mar 26, 2004
I've searched and found this code:
Code:
intro = new Sound();
intro.attachSound("loop");
intro.start(0, 6);
But my 558 K mp3 file has a delay in the loop. Is the file too big?
Is there another way of doing this, to get a perfect loop?
View 2 Replies
Mar 11, 2009
I need to make a flash located on the internet load a swf from user's PC/network. Essentially, make it so that "myrandomsite.com/main.swf" can load "U: andomfolderinfo.swf".
I tried using cross domain policies but that didn't help (of course I've never used them before so I'm not entirely sure how they work). And I'm not well versed with Javascript but I am willing to try. I'm trying to do is have a .swf from C: read files from U:
View 3 Replies
Mar 23, 2010
in actionscript, is there a way to open CD ROM Drive when you click a button?
View 2 Replies
Nov 3, 2010
We have an Adobe Air application. Now we'll make DVD's an ship them to potential clients. How can I be certain that the client can open this .air file if they don't have adobe Air installed? Also I saw that Mac's often wanna open .air files in applescript(also if Air is installed).
I know that there are install badge. But I think they don't work with local .air files. Or is there a way to install a local .air with a badge?
View 2 Replies
Oct 6, 2011
How do I save a resource like "something.rar" from the web, like when it is located on a regular web page?
View 2 Replies
Nov 28, 2011
Is it possible to read/write to the C: drive and it's directories with Adobe Air? if so how? I've only seen examples using the desktop or user directories with resolvePath().
View 1 Replies
Sep 5, 2010
I got a complete package of creative suite cs4. Even though I didnot want to install additional components such as Adobe Bridge, Adobe Drive, etc. They got installed with the package. Now I have CS5 available, and I don't want these to keep occupy the disk space, atleast not CS4.
How can I uninstall these components, I don't really use them too. I looked into my Control Panel, but there is no option to uninstall them. I am using Windows 7.
View 0 Replies
Feb 27, 2006
I'm having trouble trying to link a .swf using xml to open up an html link that is on the cd that a user will have in their drive when running the swf.home.swf > goes to CD drive> open up about.html
example of xml:
<linktype="sample" display="yes" ref="file:///d:/about.html">
View 5 Replies
Mar 2, 2006
I've got myself a gallery which is generated from the contents of an XML file. (I just followed this excellent tut!)
I've decided that its too much hassle to update the XML file everytime a new image is added to the directory, so I'm thinking about using PHP to build the XML file. That means that going from PHP->XML->Flash. Can I just go straight from PHP->Flash? All I want to do is get a list of files in /directory_x. Are there any obvious benefits/drawbacks to either method?
View 1 Replies
Feb 26, 2009
is there such a thing? it's either this or "for each" pretend I have 6 red cars and 14 blue cars in my ParkingLot class. I want ParkingLot to tell just the red cars to drive. In my mind it works as follows:
[code]...
View 3 Replies
Apr 17, 2010
I was looking into a readymade flash CS4 project. It's kind of slideshow for some photos. I wanted to modify the Action Script in order to use the pictures in my computer's hard drive.
The code that has been used there in that project is something like
var gal_uno_uno="http://infernotech.co.cc/meracup.jpg";
var gal_uno_unoth= "http://infernotech.co.cc/meracup.jpg";
var gal_uno_dos="http://farm2.static.flickr.com/1073/756274318_d3bc6b17c9.jpg";
var gal_uno_do= "http://farm2.static.flickr.com/1073/756274318_d3bc6b17c9_s.jpg";
var gal_uno="http://farm1.static.flickr.com/217/485076305_fb0eb729e9.jpg";
but, I don't want to specify the url of the images. Instead I want to pick up these images from my hard drive.
View 2 Replies
Oct 9, 2000
Everytime I export or publish my swf file .. Loop is on and I have to turn it off.. How do I get around this / turn it off.
View 3 Replies