Flex :: How To Attach File Extension With AIR Application

Feb 23, 2012

I made an AIR application that parses some specific files. I am using flex builder 4.5 and SDK 3.6. I want to attach Icons with those files and when I double click those files they should open with my application. How can I do this?

View 2 Replies


Similar Posts:


Android :: Air Native Extension - Receive Broadcast In Flex Application?

Jan 31, 2012

I am developing application with Adobe Flex on AIR platform. Using native extension for Android, it is possible to send SMS from my Flex application. Would it also be possible to receive SMS with my application (receive Broadcast carrying information about incoming SMS)? More generally, is it possible to receive Android Broadcasts in my Flex application?

View 1 Replies

Flex :: Forcing Extension On A File Name?

Jul 28, 2009

In flex when I allow user to download a file using :

dwFile = new FileReference();
dwFile.download(downloadURL, dwFileName);

Is there a way to ensure that the downloaded file always ends up with the extension .tar or any other extension for that matter? By default I give it a name like xyz.tar, but as of now the user can tamper with filename, including its extension. Can I prevent him from doing so?

View 1 Replies

Actionscript 3 :: Attach Scanner In Flex Application?

Oct 12, 2010

I want to attach scanner to a flex application and read the image using scanner.Does anyone know how to attach scanner to a flex application?.

View 2 Replies

Actionscript 3 :: Play MP3 With No File Extension In Flex 4 Spark Video Player

Sep 30, 2010

I have a mp3 that is retrieved from the server via "somepage.php?id=100". When I load this into spark VideoPlayer it doesn't work. But when I copy that URL and put it into the browser URL I get a dialog that asks if I want to download "sound.mp3".

UPDATE!!!
// in the creation complete handler
var audioElement:AudioElement = new AudioElement();
audioElement.resource = new URLResource(path);

[Code]....

It seems the audio is cued up in order when added to the creation complete meaning that if one audio file is loading another will not start until after the first has completed.

View 1 Replies

Flex :: Gui - Switch Between Different Applications(mxml File With Application As The Root Tag) In A Big Application?

May 16, 2010

I'm new to flex. Now I'm writing an flex application. I plan to split my application into some MXML files(Application as the root tag). How can I switch from one mxml to another?BTW, what is the best practice for design large flex application? Just one MXML Application and many MXML component or many MXML Application?

View 1 Replies

ActionScript 3.0 :: Determine A File Type From Url When The File Extension Is Not A Reliable Indicator?

Feb 8, 2010

Is there any way to determine a file type from a url when the file extension is not a reliable indicator? Since there are different APIs for playing video, audio, or displaying images, you need to know the filetype beforehand.

View 5 Replies

Actionscript 3 :: Adobe AIR Doesn't Save File With File's Extension?

Nov 11, 2011

I am working on Adobe AIR application and some test users report to me about same issue.When they try to save the project file from this application, they have no possibility to add any extension (".txt", ".xml" or any other) to the file.

View 1 Replies

ActionScript 3.0 :: Lock Down File Extension When Using Flash To Save A File?

May 21, 2011

We used Flex to build the web app below. It lets the user build an interactive activity and click "Publish as Flash" to save a SWF file on their local computer.[url]...

Problem:When saving the file, the "Save As Filetype" drop down is empty and end users can accidentally delete the swf file extension in the filename.How can we lock down the extension so it will always have SWF in the extension?

Technique 1? Set "Save As Filetype" to SWF by default.

Technique 2? Click "Publish as Flash". User specifies the filename. File is saved on the server. User presented with prompt to download file. File is downloaded from the server using the traditional browser windows explorer dialog box (the same dialog box if I downloaded a program from cnet's downloads.com)

View 2 Replies

IDE :: Set File Extension With Adobe Air?

May 14, 2008

Is there way to set the extension of a file using Adobe Air's flash.filesystem? Using the browseForOpen function you can set the FileFilter, limiting the files types available. However when using browseForSave you can not set a fileFilter or fileExtension. The file extension has to be entered manually in the SaveFileDialog. The File.extension property associated with the selected file is read-only. Does anyone know of a work around or anything that I could do to not enter the file Extension manually.

View 2 Replies

Include Properties File Or Config File In Flex Application?

May 21, 2011

I have a flex application which contains different feature that includes google maps, twitter, facebook etc.

Currently I have hardcoded api keys in the code it self but I want to use a properties file/config file where I can put such things and use anywhere I want in the application.

Is it possible to achieve this in flex? I am using swiz framework. Is it possible to achieve this using this framework?

View 3 Replies

Professional :: Change The File Extension From .doc To .fla?

Mar 22, 2010

Is there is a way? ASAP

View 3 Replies

ActionScript 3.0 :: Load A Xml File With A .lic Extension?

Nov 4, 2010

when i load an xml file with a .lic extension with .pl in it,  eg  blahblah.pl.lic it errors on me, as if the file is not there.
 
However, if i rename the same file to blahblah.com all works fine.
 
i call the file with
<s:HTTPService id="hsLicAddressCheck" fault="hsLicAddressCheck_FaultHandler(event)" result="hsLicAddressCheck_ResultHandler(event)"  />

[Code].....

View 2 Replies

Disallow A Particular File Extension From Being Downloaded?

Dec 17, 2009

[I posted a similar question on serverfault.com, but had very little feedback so trying here]

I can do this just fine under Apache with htaccess

But at work its all M$ all the time...

I need to lock off access to any .fla files that might come up on a virtual host. We keep them next to the few .swf we use on some of our sites, I just want to be sure they are not being downloaded by people or spiders that may scrape the site.

There isn't really anything sensitive in the fla's but I'd rather keep them in the same folder and have them forbidden to downloaders.

I've tried the MIME type route (check if MIME type is defined under HTTP Headers > MIME Types, remove if it was, etc;), but there is no FLA defined, but I can still download the file by default. I recall this was the opposite if you WANTED to serve .flv files, but not .fla's[code]...

View 1 Replies

Changing File Extension From F4V To FLV - Any Negative Effects?

Sep 2, 2010

I am uploading videos to my new site (aspirin creative) and the player will not recognize any .f4v videos. I changed the extension on one to .flv and it now appears to recognize and play the video. Also, I didnt build the site myself and the developer not Define terms of video playback (which has been less than great so far) the player seems to be a rather strange resolution (600x340) which is not native 16:9 and wont recognize 4:3 encodes without stretching and warping. I have tried to encode close to this in media encoder but as soon as I select .flv over .f4v in the options my ratios seem to go mad, not keeping the preset and not letting me set to anything that is actually 16:9?!

View 2 Replies

ActionScript 2.0 :: FileReference Download File Extension

Jul 25, 2008

I'm trying to get my flash movie to allow the user to download a file of a specific extension, at the moment i use:

[Code]....

Two problems:

a) If the user changes the file name in the browser before clicking save (and doesn't re-add the .xml extension) then the file is saved without an extension

b) Randomly, tested on two windows xp systems both in IE one included the extension in the filename on the browser download window and one didn't (which doesn't make it clear to the user they have to include the extension as part of the name) but both saved to the correct xml extension file

a) If there is a work around so I can specify the exact file type, in the adobe reference manual it states you can parse in extra parameters to server with the file location to download. How would i do this?

b) If can't do a, how can I get it to always display the extension in the browser download window (unlike in problem b )

View 7 Replies

ActionScript 3.0 :: Adding Extension To Saved File?

Oct 14, 2011

Just as title says is there a way to automaticly add extension to file name. when i create a new XML via flash it works but i have to type in the text field name of the file and extension i.e: full.xml, to save the file as xml, and i want to write just the filename and extension is added automatically

View 3 Replies

Flex :: File Write Permission To Application Directory In Windows 7 In Flex?

Aug 11, 2010

I am creating an AIR application using Flex. In it I use a file in application directory to store some data in it.Its working very well to read and write data to this file with various OS except windows 7. In windows 7 it is not working. May be its a permission problem.

How can i write file in the application directory with Windows 7 ?

View 2 Replies

Flex :: Reset/reload A Flex Application Without Refreshing The HTML Page Or Reloading The SWF File?

Jan 12, 2011

I have a flex application that has a home button. I need to reset the application when this button is clicked. I can't use navigateToURL or ExternalInterface.call("window.location.reload"); as its not acceptable to reload the swf file.

View 5 Replies

Flex :: Executing A Local File From An Intranet Flex Application

Apr 12, 2010

I am creating a Flex application for intranet use.I need the application to execute files, with different file types (txt, emails, etc.) at specific known locations on the clients computer.Is it possible to give permissions to the Flex application to execute local files? (I have administrative rights on the clients computer)

View 1 Replies

ActionScript 3.0 :: Use Flash To Create And Save A File With Preset Extension?

May 21, 2011

We used Flex to build the web app below. It lets the user build an interactive activity and click "Publish as Flash" to save a SWF file on their local computer.http:[url].........

Problem: When saving the file, the "Save As Filetype" drop down is empty and end users can accidentally delete the swf file extension in the filename.How can we lock down the extension so it will always have SWF in the extension?

Technique 1? Set "Save As Filetype" to SWF by default.

Technique 2? Click "Publish as Flash".User specifies the filename.File is saved on the server. User presented with prompt to download file. File is downloaded from the server using the traditional browser windows explorer dialog box (the same dialog box if I downloaded a program from cnet's [url]...........)

View 2 Replies

ActionScript 3.0 :: Check File Format / Extension Of Loading Content?

Nov 4, 2010

However that content is being served without extension,- "myMovieClip", "myPicture".

So I need to find a way for checking extension or file type of my loading content - *.swf, *.png, *.jpg ?[code]...

View 4 Replies

ActionScript 3.0 :: Import File Names Of Songs Minus The .mp3 Extension Into Flash?

Jul 1, 2011

I'm wondering what the process would be for importing the filenames of songs minus the .mp3 extension into Flash would be? I want to import the filenames, and then create a for loop that goes through and adds some html tags to each name, and eventually I'll spit out a text file of it all for me to copy and import into a search function on a webpage. I think I can work through the latter, but I was wondering how to originally import the filenames into a swf?

View 5 Replies

Flash :: Swf - Using Amazon S3 To Host Videos - Why Does The FlashVar Show No File Extension

Jul 8, 2010

I'm using FlowPlayer to replace an existing FLV player on my site that plays videos from Amazon E3. I have many pages and each should show a different video. For each page, I have a value stored in my CMS that is the "streamName". The stream name corresponds to a flashvars paramenter in the object/embed tags that show the video player:&streamName=my-great-video

On my new player, I'm able to get the video using a URL similar to [URL] How Does Flash (or Amazon???) know to add in the .swf extension? There are several video formats used on the site, and the current player works with them all... But, as I mentioned above, on each page the value store for the video (ex="my-great-video") includes no extension.

View 1 Replies

Flex :: Check Extension With RegEx?

Mar 22, 2011

For example I've got string /wiki/File:test.JPG I should check if it has one of extention "jpeg","jpg","png","gif"

Currently I've written that link.search(/.[j,p,g][p,i,n][e,g,f][g]?/gi) and it is works, but I'd like better regular expression.

View 5 Replies

Xml :: Using A Flex Web Application In Another HTML File?

Mar 30, 2012

i'am developing a flex media player that will be include in a simple html file. my project plane is:

1-loading a xml file (using HTTPService)
2-find the sound address in the xml (Using E4x)
3-load the sound
4- ...

when i run it with adobe flash builder or generate a release version, it works fine. but when i use the flash file in my html file it's xml loading process doesn't work!

after some try , i realized that if the swf file be in the flash builder workspace directory, it work , else it doesn't work.

note that my OS is Microsoft Windows 7 32-bit

what is the different between the workspace directory and usual directories?

View 1 Replies

Flex :: Download A File In An AIR Application?

Jun 15, 2009

Is it possible download a file in an AIR application, store it on the user's system, and prohibit access to the files by applications other than the one with which it was downloaded?

View 3 Replies

Flex - Losing Extension When Use FileReference Download

Jul 14, 2010

I need user download JPEG file from my app, however, when user change the file name the saved file will be downloaded without extension.

For Example: I am using FileReference.download() and set the default filename as "demoPic.jpg" and user's windows system setting control file extension not being shown. So when the dialog opens a download window, only "demoPic" shown as the filename. If user saved file without changing filename, the saved file will be OK. But if user change file name, the download file will be saved without extension. is it possible to add file extension to filename when user forget it by flex code?

View 3 Replies

Flex :: Embed App Into Mediawiki In The Form Of An Extension

Aug 7, 2010

I have a flex app, which I want to embed into a Mediawiki, preferably. in the form of an extension.

View 1 Replies

ActionScript 3.0 :: Pass A Var From Flex Application To A Swf File?

Jun 10, 2009

how to pass a var from flex application to a swf file that is on my server?

[code]....

how to GET the VAR THat is passed into the swf file some get method from FLEX?

View 1 Replies







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