ActionScript 3.0 :: Creating Offline Flash Application Which Takes The User's Photograph And Stores It Into A Designated Folder?

Mar 20, 2011

I am creating an offline Flash Application which takes the user's photograph and stores it into a designated folder.My problem is how can i Store the photographs WITHOUT using any server side languages. (As its a standalone offline application).I know about the JPEGencoder classes and all.I can't use FileRefrence because it asks the user where he wants to store the image while i want to save the image in a pre-defined folder automatically.

View 2 Replies


Similar Posts:


Actionscript 3 :: Create A Main Menu And A Hud Within The Application That Stores And Displays User Information?

Mar 6, 2010

I would like to create a main menu and a hud within the application that stores and displays user information. Buttons like sound and main menu options should exist.. Now i cant seem to find any examples of how to create this user interface / hud.

View 3 Replies

Php :: Right Clicking On The Flash Image, The First Option Takes The User To Another Website?

Feb 22, 2012

Am working in a wordpress project. It uses many fash images. When right clicking on the flash image, the first option takes the user to another website. How can i remove it?

View 1 Replies

ActionScript 2.0 :: Flash 3d Carousel - When The User Clicks On An Icon It Takes Them To A Page?

Apr 1, 2008

I found a a free flash carousel from gotoandlearn.com but don't know how to change it so the icons link to a page? I know that doesn't make sense but go to the link below and you'll download the finished piece so you can see what it does now.So basically I just want to make it so when the user clicks on an icon it takes them to a page. http:[url].....

View 3 Replies

Flash :: Make User Go To Application Page Instead Directly Go To Application?

Aug 26, 2011

Currently i'm developing a facebooks apps with falsh application. i've have completed the development with all API required to run a facebook apps. Everything went well and it's live now. My question :

1. How can make user to go directly to the application page everytime they click the link posted by user who already use the application instead going to the canvas page applications. i'm been trying to look for the article that support saying that user will go directly to application directly to canvas application page instead of going to the application page.

View 1 Replies

IDE :: Google Maps In Offline AIR Application?

Jan 6, 2010

I am looking into building an AIR application that will show positions of locations and associated details in layers over maps. The positions will be entered into the application as GPS coordinates. The users of this application will only need to look at one country and will not always have internet access. Is it possible to do this with Google maps?Is Google maps the best solution for this?Do you know of other packages that would offer similar functionality to Google maps in Flex/Flash?

View 1 Replies

Actionscript 3 :: Find The Path To The User's Temp Folder From Flash?

Mar 17, 2010

How can I find the path to the user's temp folder (e.g. C:UserslisnilAppDataLocalTemp) from Flash/AS3? It needs to work on any version of Windows, at least XP, Vista and 7.

View 1 Replies

ActionScript 2.0 :: Creating A Button That Takes A Screenshot And Saves It?

Jul 9, 2010

I have been searching for a way to create a button that when pressed, opens the "save as" dialogue box and saves a screenshot of the stage of an .swf.

I am using this for a game in which movie clips can be moved around the stage. When the button is pressed, it would take a screenshot of the stage with the movie clips in the position they were moved to and then save this screenshot.

The screenshot would just be a picture (such as .PNG, .jpeg, etc.), not the actual .swf file.

Is this button possible to create with just Actionscript in Flash?

View 1 Replies

Flex Application (SWF) Initialization Takes 25 Second To Load 1.6mb SWF In Widescreen Monitor

Mar 3, 2011

My Flex application (SWF) initialization takes 25 second to load 1.6mb SWF in widescreen monitor. The same SWF loads pretty fast (3 Sec) in Flat panel monitor 1024x768 resolution. What is the reason for +/- in rendering speed , +/- in CPU utilization on different monitors , screen resolution.

note: my internet sepped is 10+ mbps broadband.

View 1 Replies

ActionScript 3.0 :: Give An Application Folder FullControl Access By Code (Flash)?

Jul 17, 2010

i finished air application and it is need a local permission for the installed folder ( C:Program FilesAppName ) as i am generate xml ( desktopFileStream.writeUTFBytes(newXMLStr); )  from the application and its need local permission.first time i run the application i got ( error 3001 indicates a file or directory permissions issue ); when adjusted the permission for the current user ( manually ) to fullcontrol, its work great and perfect. how to give my application folder FullControl access by code ( AS3Flash )? as i can't ask each user to give my app folder manual permission.

View 5 Replies

ActionScript 3.0 :: User To User File Transfer Via FMS Or RED5 In AIR Application?

Jun 25, 2009

It is possible to make file transfer from air application via server?I think need to create like byte array streaming or somethink like this from sender and write the destination file on receiver user pc.

View 2 Replies

Flex :: Air - Rich Text Data Can Be Used Offline In An Adobe Flex Application

Nov 12, 2010

I am building an offline [URL] application in Adobe Flex. Can we use [URL] Rich Text Area fields in the offline application? I do not see the field returned in a query.

View 2 Replies

Flash :: Why Can't Log A User Out Of Facebook In An AIR Desktop Application

Sep 23, 2011

I'm building an AIR desktop app with facebook support using Adobe Flash builder. So far it's working alright, except for one detail, once a user logs in, that session stays open, even if the logout button is pressed. My logout code look like so:

protected function logout():void {
FacebookDesktop.logout(handleLogout, APP_ORIGIN);
}

I set APP_ORIGIN to "[URL]". I checked Adobe's documentation and they say: appOrigin:String (default = null) ” (Optional) The site url specified for your app. Required for clearing html window cookie. But I don't know what that means, what is the 'site url specified by my app'? Where do I get it? Sorry if this is a noob question.

View 1 Replies

Actionscript 3.0 :: Loads And Displays A Random Photograph Each Time Someone Visits It

Jun 1, 2009

I'm trying to make a website which loads and displays a random photograph each time someone visits it. I already know how to preload a photo but in this case the photos are quite big, so I want to preload the RANDOM photo with the site at the beginning of the site loading process. A very simplistic approach is to make 20 or something versions of the site, each with a different photo but this would be very, er... simplistic. I usually have a site.swf, a preloader.swf which loads the site, and I use no frames in my site.swf.

View 7 Replies

ActionScript 2.0 :: Way In Flash To Detect When User Has Quit Application

Apr 17, 2010

Is there a way in Flash to detect if the user has quit the application? For example if the user closes the browser window, or has not been active for 5 minutes, then so remove them from the list of active members.

View 0 Replies

ActionScript 2.0 :: Upload File To User Selected Folder?

Jul 4, 2009

Im working on CMS for a site I made for a client, for gallery they have separated projects , where are 10-30 photos on each of them.

For the moment I only know how to make an upload on 1 preset folder. Here is AS2 code and PHP code i am using right now.

I have a PHP code to scan all directories and files, so that part shouldnt be a problem.

How do i make an upload on folder that user Selects ??

View 0 Replies

ActionScript 1/2 :: Automatically Copy Folder Of Files Onto User's Desktop?

Apr 30, 2009

I'm hoping to produce a CD of Captivate lessons to be accessed via a Flash menu. (Using Flash CS4, but with ActionScript 2). I can get the files to work from the disc, but as they are large files, they take less time to open if downloaded onto the user's machine first.
 
Is it possible to use some ActionScript to take the folder of files and copy them onto the desktop so that I can then point the menu items to the newly copied folder? I've seen that there is a download option in ActionScript but this seems to bring up a dialogue box and allows the user to place the files wherever they want. Ideally I'd like the process to be automatic.

View 2 Replies

ActionScript 2.0 :: Creating A Flash Application?

Mar 25, 2006

I'm interested in create a business management application with a little flash flare... but I don't know where to start. I guess I'm just stuck on database interaction at this point.

View 9 Replies

Flash :: Blackberry Playbook: User Starts Up The Application By Clicking A File?

Feb 10, 2011

I'm trying to do an unzip like application for the Blackberry Playbook, which means that the application mostly gets launched when the user clicks a file for which the app is registered.I googled a bit around, and the closed what I found is this, but MobileApplication doesn't have invoke parameter.

<?xml version="1.0" encoding="utf-8"?>
<s:MobileApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark" firstView="views.TestHome"

[code]....

View 1 Replies

ActionScript 2.0 :: Where Flash Stores Shared Objects In Windows Vista

Jan 28, 2008

Does anyone know where flash stores shared objects in windows vista? I've been looking all over for them and I can't seem to find where it stores them.

View 1 Replies

Flex :: Folder Is Not Creating In Bin-debug?

Dec 13, 2011

I have a problem with Flash builder 4.5. I added a new folder containing images, and when I run the project, no images folder creates in bin-debug ?!

My folder is on src.

View 1 Replies

Flash - Have Access To The Logged In User Throughout A Flash Application?

Mar 7, 2012

I need to have access to the logged in user throughout a flash application. Therefor I'm concidering making the 'user' variable global.

I usually try to avoid global variables, but it seems quite suitable in this case and I'm not the first to concider the active user as a global. I know that systems like drupal also uses a global variable for the logged in user.I want to know if stackoverflow thinks of this as bad practice or if there are better alternatives.

View 3 Replies

Professional :: Creating A Standalone Flash Application?

Sep 29, 2010

I'm creating a standalone flash application. Now, I have a user interface with a menu, and I have to launch a new stage in fullscreen mode with at the center an 800x600 swf.How can I create the fullscreen?

View 3 Replies

Flash :: Make A Counter Button That Stores The Clicked Value On A Remote Server?

Apr 27, 2011

I'm aware this sounds quite involved, but would it be possible to make a Flash button counter that would store the number of clicks (that it displays) on a remote server; so even if the page was closed and re-opened it would still show "2" or "11" for example. In addition to that, would it be possible to only allow one click per IP address? So for example, one specific IP address (user) couldn't keep clicking it over and over and increasing the number.

The reason I wanted to use a Flash object as opposed to something like jQuery was because I want to embed it on a forum that isn't mine. Obviously I don't have access to the site's files/modules etc. Essentially it's almost like the Facebook "like button." It displays the number of likes, as well is storing the value on a remote server.

View 1 Replies

Flex :: 4 - Creating A Shortcut To Another File / Folder

Apr 6, 2011

Does anyone know of a method or strategy through which a shortcut can be created through Flex for the various platforms? I've been examining the various flash.filesystem.File methods but did not notice anything that seemed noteworthy.

View 1 Replies

Media Server :: Accessing Application Folder By HTTP

Aug 18, 2009

I did an application here to record the user's webcam and store an .FLV at my applications folder. That's ok. But I want to retrive this .FLV using HTTP mode, to load the .FLV progressively, not by streaming. Got it? For example, if I record a user webcam called "myWebcam": myVideoClass.load("[URL]");
Using http (progressively), not rtmpt (streaming). There is some way to do that? Or to move the file from applications folder to webroot?

View 1 Replies

Flex :: PenWithDefaultApplication Fails On Files In Application Folder

Oct 29, 2010

I'll ONLY recieve an "Error #3000: Illegal path name" if I try to open a file which is placed inside the app-folder of the air. If the file is somewhere else outside of the app-folder it works.

private var file:File = File.documentsDirectory;
public function download():void{
var pdfFilter:FileFilter = new FileFilter("PDF Files", "*.pdf");

[Code]....

When i try to get the same file and copy it to another place it's doing fine.

Why that? Something special to do if i wanna open files which are inside the appfolder? It also don't work in debug mode - bin-debug.

View 1 Replies

Flex :: AIR: Load Local Xml Files Outside The Application Folder?

Apr 22, 2011

I'm building an AIR application which will be used to edit slideshows for another app (also built by me, but not in AIR). The slideshows and other data are defined in several xml files which are in the other application's program folder. When trying to load these into my AIR app I get the following error:

fault(mx.messaging.messages::ErrorMessage)#0
body = ""
clientId = "DirectHTTPChannel0"

[code].....

View 1 Replies

Flash :: Professional - If Try To Move The Folder Or Rename The Folder Movie Stops Working

Mar 31, 2010

i am trying to create a flash movie for my browser page. i am able to import and export the movie just fine, the problem comes after i export the movie. As long as i leave the flash file in the folder it was created in things work great. If i try to move the folder or rename the folder it stops working. It acts like it cant find the flv file i created the flash with.  if i rename or move the folder back where it was created things work fine.

View 2 Replies

Flash :: Creating A Java Policy Server For A Application

Apr 3, 2010

I'm trying to create a simple Flash chat application for educational purposes, but I'm stuck trying to send a policy file from my Java server to the Flash app (after several hours of googling with little luck). The policy file request reaches the server that sends a harcoded policy xml back to the app, but the Flash app doesn't seem to react to it at all until it gives me a security sandbox error.

[Code]......

View 1 Replies







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