FMS 3.5 To Determine The Amount Of Free Space On Hard Drive?
Jan 11, 2010
If you use FMS 3.5 as a DVR to record the live streams, whether it can determine that the hard disk has 100 megabytes? It is necessary that I live streams redirected to another server.
View 10 Replies
Similar Posts:
Jul 29, 2011
it's possible on reading the main hard drive space(free/used) of the computer used.
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
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
Apr 14, 2010
I've just been approached my current project needs to run from a CD and write data (bookmarking) to the hard drive. Been told the file will still launch from a html document and not AIR. Orginally had it built in AIR, no problem writing data. I remembered what I thought was a SharedObject but that does not sound right for writing out the data. Which is an xml file I am building from the student login.
Since I can't use AIR is there another function someone knows for writing a file to a location on the hard drive? Time is pressing on this one. I have to have an answer by morning.
View 13 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
Nov 18, 2007
I've tested the videos off of my harddrive, and they work great using a skin that flash has.But when I uploaded it, and test it on my server, nothing loads.
View 5 Replies
Mar 31, 2009
I uploaded the swf and embedded flv into the correct directories, but the movie still play online. Even trying to preview it from the CMS won't play.
View 1 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";
[Code]....
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 1 Replies
Oct 22, 2006
I've created a SharedObject on My Computer, saved it in a movie, and ran the movie again and data came up well enough.My problem is, I want to delete the SharedObject saved on my hard-drive. I currenly have Flash 8, and Flash MX 2004 uses the .sol extention, but I can't find the SharedObject anywhere on my computer. With the release of Flash 8, did they change the SharedObject file extention? Is there a way to set up the path to which SharedObjects should be saved in your script file? The second parameter of the getLocal() method, stores a URL. Is that the same as a directory on your computer?
View 3 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 20, 2011
is it possible to send an email with an image attachement in a "text" format? (like in a ByteArray)
I'ld like to encode an image into an ByteArray (Flash AS3 - PNGencoder) and send it then via PHP to Gmail and others without saving the image to a hard drive before.
View 1 Replies
Oct 10, 2011
I found the below snippet to save an image to a specific folder with Adobe AIR. How to modify it that the "Save As" OS-window comes up first? (So users can choose where to save the image on the hard-drive)
[Code]...
View 1 Replies
May 28, 2009
I've been working at this for over a week and simply can't figure it out:I would like to allow a user to export out a jpg of the swf file to their hard drive using flash player 10/cs4.Here is an example that comes close but is in flex (can't seem to figure out how to implement in flash cs4?)His flex code is there, everything works great, but how to get this into flash instead???
View 1 Replies
Aug 17, 2010
How to create a folder on your local hard drive via flash AS3, the name of the folder will depend on what you enter on the textfield in the .swf file.
View 2 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
Aug 25, 2009
I have experience uploading images with php and using them in flash but I have a client that wants one of these applications to run locally from a exe where the user picks an image off the harddrive. Is there a way to select the image and then bring it in without uploading it to the server?
View 1 Replies
May 2, 2007
I am in the middle of building a kind of image editing application.Basically the user uploads their picture and then can draw on it, (sounds silly I know!).I was toying around with allowing them to just upload their file onto my server where it would be saved and then they could edit it through flash, but I don't want the responsibility of ****, child **** cyber bullying etc going on on my webspace!!
So I'm trying just "loadMovie" with the local path of a file, but it is not loading when I put the swf on the web! It all works fine locally but not on the web?Is there some security bypass I can write into my actionscript that will allow this?
View 4 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
Aug 17, 2010
Does anyone here have an idea on how to create a folder on your local hard drive via flash AS3, the name of the folder will depend on what you enter on the textfield in the .swf file.
View 5 Replies
Feb 26, 2011
We are professional game developers working on our first game in the Flash format. As the game will be about 70 megabytes in size we would like to allow the player the option of saving the game to hard drive to avoid reloading in the future.
View 1 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 30, 2010
Can I develop a Flash AS3 download swf that will let a user select a location on their hard drive to download files to and then start the download of multiple files (in the same way I can do with upload)? Or should I zip all the multiple files first and download zipped files to local disk. My users will want to download potentially hundreds of images from a server to local disk so I dont want them to have to click save for each one. Will AS3 let me pass an array of filenames and store the location that the user originally chooses? I ask because this sounds like it would have been not allowed for security reasons.
View 3 Replies
May 25, 2009
I had Flash 8 on my computer, and back when CS3 came out I purchased the full suite and installed that. Yesterday (years later, now) I was cleaning up installs on my computer to free space. I used Control Panel to remove Flash 8 from my PC.Now Flash CS3 still launches and works, but I cannot get .swf files to launch on their own at all. When I double-click them to open them, I get the message:
The file does not have a program associated with it for performing this action. Create an association in the Folder Options control panel. I've googled to figure out what that means or how to do it, but I haven't found a decent reply that's been effective. If I try to drag a .swf into a browser window (or just open it with a browser), it is also not recognized. Oddly enough, I can view Flash files on web pages no problem (when browsing online)...
Some necessary components must have been removed when Flash 8 was installed. I suppose I could try re-installing Flash CS3, but the problem with that is that I'm out of town on business for the next 10 days. My Studio install discs are back at home, and I need to get work done this week!.
View 3 Replies
Dec 12, 2010
I am writing a program that need to load photos. However, there is limitation in flex that users cannot load photos with pixel above 4069 x 4069 into a bitmapdata. How can I check photos pixel before running to error? Since some pictures are big nowadays, I would like to check the user's system memory and free harddisk space. See if the computer have enough space to load the photos.
View 5 Replies
Sep 29, 2010
I'm trying to create a simple 2D sliding puzzle in AS 3.0, but I haven't gotten further than splitting up the image and placing it into a grid. My main issue is to figure out how each panel will detect if there's a free space near it when you click them.
View 1 Replies
Jul 8, 2010
I am trying to build a sort of button bar in Flex - something like the horizontally laid-out bookmark bar you'd see in most modern web browsers, where when you run out of horizontal space, you can click on the arrows button(>>) to get a drop-down to see the rest of the items which did not fit into the horizontal space. Problem is, how can I know how much horizontal space is available for me to tell how many buttons to render into the button bar? This need doesn't appear to be support by the general layout manager framework.
View 1 Replies
Apr 12, 2010
So I have such code for my application
[code]...
I want to save Its something like "Print Screen" to users hard drive on button click.How to du such thing?
View 1 Replies