Flash CS5.5 Android set file as ringtone

I'm making an Android app in CS5.5, and I want the user to be able to save a file ( MP3 ) as their ringtone.
Is there a way to do that in Flash?
Any help would be greatly appreciated.
Thanks!
- Karl

I had a play with the save function to save a .wav from the library to my phone the download box appears but it doesnt seem to save the file, sure im doing something wrong.
Basically its like a soundboard and when you press and hold the button I want it to be able to save the wav from the library so the user can use it as a ringtone. Any ideas?
Thanks
Alex

Similar Messages

  • Flash CS5.5 :Android App won't match screensize

    Hi,
    I have created an app for ipad recently with Flash CS5.5. It works just fine, but now I'm trying to publishing it for android devices such as the samsung Galaxy Tab 10.1. When I set the document dimensions to 1280x800 the app won't match the screen resolution of the tab and the app displays white bars for filling the gaps.
    I tried to enlarge the document width to 1380 pixel but the height won't fit on the other hand...
    I exported it landscape view and fullscreen.
    Thanks.

    As like that for 1024*768 for ipad, Is that the exact size of android tablet os is 1280x800? whatz ur dimension defined in the flash? Also these two lines of code in your project
    this.stage.scaleMode = StageScaleMode.NO_SCALE;
    this.stage.align = StageAlign.TOP_LEFT;
    Publish it in landscape and fullscreen. uncheck the autoorient while publishing.

  • Flash CS5.5: Loading XML-file causes a "Security Sandbox Violation"

    Hi,
    after upgrading from CS3 to CS5.5, i get a "Security Sandbox Violation" when loading a XML-file. With CS3 everything was fine, but now my file is not working any more. The XML-file and my SWF-file are stored in the same directory and it nether work local nor on the webserver.
    I don't know the correct message in english, but flash tells me something like:
    "Security Sandbox Violation"
    access to file:[]data.xml disconnent - not allowed from file:[]myfile.swf
    Why am I not allowed to load an XML-file from the same directory/domain any more? And how can I get my data into my flash-File now?
    It doesn't seems to be a Flash-Player-Problem, because an older version with the same code still works. So the problem has to be located in Flash CS5.5
    Can anybody help me? Thanks a lot!
    Sonja

    Please ask such questions on the product specific forums. It is highly doubtful that anyone wil lsee it here.
    Mylenium

  • Adobe Flash CS5 - iPhone/Android - Zugriff auf Camera?

    Hallo,
    ich habe versucht mit Flash CS5 eine iPhoneOS Anwendung zu erstellen, die auf die Kamera zugreift.
    Der Code war:
    import flash.media.Camera;
    import flash.media.Video;
    var kamera:Camera = new Camera();
    kamera = Camera.getCamera();
    if(kamera != null){
    var video:Video = new Video();
    video.attachCamera(kamera);
    video.x = 0;
    video.y = 60;
    addChild(video);
    Als ich diesen Code aber auf meinem iPod Touch 4G mit iOS 4.2.1 testen wollte, sah ich nichts. Kann eine AIR-Anwendung auf sowas zugreifen?
    MfG,
    comiplo

    The solution is very simple.
    I use Vista 64-bit. I got the same error with Master collection cs5. Every other thing from master collection installed fine except flash.
    1) So i uninstalled flash cs5.
    2) Then i downloaded the flash cs5 standalone.
    3) I copied the setup files to a new folder in the desktop. Then i ran the installation.
    And it installed without a hitch. Problem solved. Hope it works with Win7 too.

  • Flash CS5: Slow to save files

    Is anyone else finding it very slow to save files in Flash CS5? I've gotten in the habit of saving often, probably from dealing with CS4 being so unstable. It's now habit that I hold down command and hit S then Return every time I test a movie. Yet with CS5, saving a file is no longer immediate. I'm on an 8-core Mac Pro with 12GB RAM, working with a 60MB FLA, and it takes at least 7 seconds to save the file, complete with progress bar. This may not sound like a lot, but if I -- make a change / save the file / test the movie -- and repeat that over and over again, those seconds add up. It's odd because CS4 saved files so fast it didn't need a progress bar and I never noticed a delay.
    I suppose one solution is to get over my CS4 fears and not save as often, but I don't quite have that level of confidence yet!
    Is this happening to everyone or just me?

    Hi Stiv41,
    I would say that there might be some case where saving a file in CS5 could take a bit longer, but it really depends what you have inside your file. This is especially true if you import lots of assets inside your document. With the introduction of XFL, we are now importing the asset but also saving a copy of that asset inside the document structure. Having that extra copy could take a bit longer to save, but you have now the ability to share the document along with all the assets, and those assets can be edited very easily.
    Note that usually the first save is going to be a little slower, but subsequent saves should be much faster. The first time we need to create the XFL document structure, but on subsequent we try to only save what has changed. Of course sometimes we'll need to resave the entire document depending on what changed.
    Also saving as Uncompressed should not make much of a difference at all.
    Finally I would say that a 60 meg Fla file is fairly large. I mean if you have 60 megs of drawing that one thing, but 60 megs worth of assets you might want to consider linking them instead. Since you probably want to publish a small swf.
    -Valerio.

  • Using Air 2.6 with Flash CS5

    hey there all,
    here is what i am doing so far to use Air 2.6 with Flash CS5. i counts seem to find any help online with this, hope this helps someone...
    Setting Up Flash CS5
    1. replace Program FIles\Adobe\Adobe Flash CS5\Common\Configuration\ActionScript 3.0\AIR2.0\airglobal.swc with the airglobal.swc in the AdobeAIRSDK\frameworks\libs\air folder of the AIR 2.6 SDK zip file (AdobeAIRSDK.zip)
    This lets you compile with the new SDK and use all the new API for camera roll, microphone, etc.
    2. replace Program Files\Adobe\Adobe Flash CS5\AIK2.0 with the AdobeAIRSDK folder in the zip file (AdobeAIRSDK.zip) you downloaded from Adobe.
    now you can do a test movie in Flash CS5 and it will use the new ADL for testing in Flash (finally works with landscape!).
    Publishing
    for publishing, unfortunately you cant use the built-in publish for iOS. i wrote this batch file and use it (also you can write an ant task if you use FDT/Flash Builder). This is for windows 64bit...
    "C:\Program Files (x86)\Java\jre6\bin\java" -jar C:\AdobeAIRSDK\lib\adt.jar -package -target ipa-ad-hoc -storetype pkcs12 -keystore [KEYFILE].p12 -storepass [KEY PASSWORD] -provisioning-profile [MOBILE PROVISION FILE].mobileprovision [IPA NAME].ipa [XML FILE NAME].xml [SWF FILE NAME].swf Icon_29.png Icon_48.png Icon_57.png Icon_72.png Icon_512.png Default-Landscape.png Default-Portrait.png Default-PortraitUpsideDown.png Default-PortraitLandscapeLeft.png Default-PortraitLandscapeRight.png
    i have a 64bit system so i had to specify the 32 bit JRE and use the ADT jar for packaging. now i just double-click the batch file and it compiles for iOS.
    Adjusting the app.xml File
    the yourapp-app.xml file needs some tweaks from the CS5 packager to work in 2.6:
    1. namespace has to change from
    <application xmlns="http://ns.adobe.com/air/application/2.0">
    to
    <application xmlns="http://ns.adobe.com/air/application/2.6">
    2. the version node needs to be renamed versionNumber
    from
    <version>.5.572<</version>
    to
    <versionNumber>0.5.572</versionNumber>
    notice you need to include the leading zero if you arent using a whole number version
    ok, thats what i have so far, hope this helps...

    hey there all, for those on Windows,
    here is a compile script i put together for iOS using AIR 2.6. Copy and past this into a file named "compile ios.wsf". All you have to do is double-click and it will compile and paclage your app.
    the script assumes you have a versionNumber like: 0.4.123 it takes and incrememnts the build number (the last 3 numbers only) by one. i will imrpove this later.
    <?xml version="1.0" ?>
    <job>
    <script language="JScript">
         This file assumes you are using a 3-segment version system.
         It is not very inteligent, it just increments the last set of numbers in the
         versionNumber in the XML file by 1. !!be aware that it is not yet smart enough
         to update the second number!!
         // these properties change depending on your project
         var XML_FILE = "YourApp-app.xml";
         var SWF_FILE = "YourApp.swf";
         var IPA_FILE = "YourApp.ipa";
         var TARGET = "ipa-ad-hoc";
         var KEY_FILE = "dist.p12";
         var KEY_PASSWORD = "PASSWORD";
         var PROVISIONING_PROFILE = "YourApp.mobileprovision";
         var ICONS = "Icon_29.png Icon_48.png Icon_57.png Icon_72.png Icon_512.png";
         var SPLASH_SCREENS = "Default-Landscape.png Default-Portrait.png Default-PortraitUpsideDown.png Default-PortraitLandscapeLeft.png Default-PortraitLandscapeRight.png";
         // the location of your JRE/JDK and Air SDK files
         var JRE_BIN = "C:\\Progra~2\\Java\\jre6\\bin\\java";
         var ADT_JAR = "C:\\AdobeAIRSDK\\lib\\adt.jar";
         // this stuff shouldnt need to change
         var objXML = new ActiveXObject( "Microsoft.XMLDOM" );
         objXML.async = false;
         objXML.load(XML_FILE);
         var root = objXML.documentElement;
         var versionNumberNode = root.selectSingleNode("versionNumber");
         var versionNumberArray = versionNumberNode.text.split(".");
         var buildNumber = parseInt(versionNumberArray[2]) + 1;
         versionNumberNode.text = versionNumberArray[0] + "." + versionNumberArray[1] + "." + buildNumber;
         objXML.save(XML_FILE);
         var cShell = WScript.CreateObject("WScript.Shell");
         var compileCommand = '"' + cShell.CurrentDirectory + '\\compile ios.bat"';
         compileCommand = JRE_BIN + " -jar " + ADT_JAR + " -package -target " + TARGET + " -storetype pkcs12 -keystore " + KEY_FILE + " -storepass " + KEY_PASSWORD + " -provisioning-profile " + PROVISIONING_PROFILE + " " + IPA_FILE + " " + XML_FILE + " " + SWF_FILE + " " + ICONS + " " + SPLASH_SCREENS;
         //WScript.Echo(compileCommand);
         var runVal = cShell.run(compileCommand, 1, true);
    </script>
    </job>
    i will see if there's time to do a shell script of OSX and an ANT script for Eclipse...

  • Best practices for Flash CS5 and Flash Builder 4 integration?

    With Flash CS5's new XFL file structure/format, what's the best way to structure project files for Flash CS5 integration with Flash Builder 4? Flash CS5 autocreates a folder named after the xfl file as the outer container, and then all the assets/xfl within it. Should this folder be used as the project folder for Flash Builder 4, or better to nest the xfl container folder in a "real" project folder? I would presume the latter, since you might have multiple XFL files in one project. I was hoping to see some automatic linkages between document class of the Flash CS5 XFL file and any default ActionScript class created by Flash Builder, but so far I seem to need to specify a document class directly in Flash CS5's environment and making sure that the path to a default class created by Flash Builder is correct.
    Thanks in advance for any suggestions...

    Most likely, you know that, but just in case, you can integrate new Flash project into existing Flex 4 project  from within the Flash Builder by choosing either Flash Component or Flash Container from the FB Design view. In such workflow Flash Builder opens the Flash CS 4 (I assume that should be the same for CS5) and takes care of the integrating the newly created Flash project into original Flex 4 project.
    FTQuest

  • Flash CS5 crashes on exit

    I have Adobe CS5 Master Collection trial installed on Windows XP Pro Service Pack 3, 32bit operating system.
    Every time I try to exit Flash CS5, no matter how (File/Exit, ALT+F4...) it crashes and won't close the window.
    While I work in Flash, open and close documents it works fine.
    Is it up to my operating system or Flash IDE? Is there any solution for this?

    I would like an answer on this too.
    I just laid down some hard earned cash on CS5, and I installed Flash. I am running Windows 7 x64 Ultimate. It crashes on exit, no matter what. I tried everything, resetting preferences, running in compatibility mode, nothing works; it crashes on exit.
    In the Event Viewer, here is the error info:
    EventData
    Flash.exe
    11.0.0.485
    4badda9d
    unknown
    0.0.0.0
    00000000
    c000041d
    74c84cad
    2ec
    01cb3cf833ac4000
    C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    unknown
    Faulting application name: Flash.exe, version: 11.0.0.485, time stamp: 0x4badda9d
    Faulting module name: unknown, version: 0.0.0.0, time stamp: 0x00000000
    Exception code: 0xc000041d
    Fault offset: 0x74c84cad
    Faulting process id: 0x2ec
    Faulting application start time: 0x01cb3cf833ac4000
    Faulting application path: C:\Program Files (x86)\Adobe\Adobe Flash CS5\Flash.exe
    Faulting module path: unknown
    Report Id: 784d59db-a8eb-11df-ad62-001d60544103
    When it crashes, Windows says that the program has stopped working and will close the program.
    Any answers Adobe?

  • Flash cs5 saving problem!!

    i have an fla file and it was saved as flash cs3 type..
    however..now im using flash cs5 and  my cs3 file was opened without any problems..
    when i was finished my work and just trying to save my cs3 file ..and after responding the reqiurment
    of converting the file to cs5 format.. suddenly  (during saving) flash cs5 closed by it self and the file
    wasn't saved .. and the result of this operation is an damaged fla file found in my save directory..
    -sorry for my poor english-
    please can any body help me ??

    Hi,
    I emailed you off-list to get the FLA file to investigate.
    FYI - you can report bugs at https://www.adobe.com/cfusion/mmform/index.cfm?name=wishform with Product name = "Flash Authoring"
    Thanks,
    Nivesh

  • How can I use a file in flash cs6 that I made in flash cs5.5 air for android

    I have made an app in in air for android in flash cs5.5 air for android, and I want to edit it in cs6 and play it in cs6.
    But if I put Ctrl+Enter I got an error: createWin process failed with error 2: system couldn't find the file. I think the problem is that I'am using air for android 2.6 version in flash cs5.5 and version 3.2 in flash cs6. I have searched the web and found out that you can add older air versions using the sdk manager and I have tried it but first I get the error that the version of the sdk I am trying to install is not valid and after some files that I added to the sdk folder I get this error:Only SDK higher than version 3.4.2540 may be added.
    I there a possible way to update the air for android for an fla or apk? Or how can I let my originally file work fine in flash cs6??

    system couldn't find the file
    If you can´t get a more specific hint why your project can´t compile then I can think of some reasons theis error might occur
    1.You had files included besides the swf, like videos, audio files, xml files, that are not present in the place air expects them to be
    2.somewhere in your createWin functions there is a class import needed that isn`t present in 3.2 anymore, for example some classes or functions from classes that were valid in 2.6 are not any more in 3.2
    3. to achieve better eror logging, allow for debugging in the publishing options and see what specific lines in your code throw the error
    4.any air app needs a cert file, this needs to be created once, if you migrated to e new system it might be you never created that file which air expects to even begin the compiling process
    once you isolate the problem, report back

  • How to set MinimumOSVersion iOS Flash CS5.5

    Hi,
    I thought I was finally ready to submit my app to the app store but then I realised I never saw anywhere to set the MinimumOSVersion for my app using Flash CS5.5, I need to set it to 5.1
    I have done alot of searching and brought up some old threads about manually changing the Info.plist file by unzipping it on a mac then re code signing it back together again. (nightmare)
    Is this still the case as the below threads are a bit old? Is there any other way to do this? Or is this still the only way to set the MinimumOSVersion using Adobe Air on Flash CS5.5. This seems to be a huge thing missing from Air? Will Adobe ever make this easy or is it Apples fault.
    Surely we can edit some Air 3.2 core files that set the MinimumOSVersion in the first place. I did do a quick check by unzipping and it seems Adobe Air is magically targeting iOS 4.0
    If anyone has any idea if its possible to edit the core Air 3.2 files so that it targets iOS 5.1 that would be a great help and probabaly easier than dissecting my .ipa file.
    Here are the below related threads.
    http://forums.adobe.com/message/3781861
    http://forums.adobe.com/message/3271189
    http://forums.adobe.com/message/4246383

    Hi,
    Thanks for a speedy reply.
    My app is basically a hybrid app (web app in a native container) When I was testing, the scrolling in my app did not work on iOS4 and the whole app was very slow but on iOS5.1 it was fine and very quick. I’m guessing the safari version made the difference.
    I know it will get rejected if I submit it as they will test on iOS4 which doesn’t work well at all and I don’t want users using it on iOS4 as it’s a bad experience. I know I am probably going to reduce my installs if it’s only for iOS5.1 but its only a free App and I don’t see any option if on iOS4 it’s pretty much broken.
    I really hope there’s an easy way or my last month’s work has been pretty much pointless.

  • Exporting InDesign files to Flash, CS5.5

    I exported an InDesign file as a Flash file but in flash it shows up as low res when I preview it or when others preview it. What am I doing wrong? I have never used Flash before. I am working with CS5.5
    I exported the file as a SWF file and when a colleague viewed it, she said it was quite pixelated.
    What should I do? Is there a better method for someone very very new to Flash?

    you can set the export resolution and package quality in Export SWF window´s Advanced Tab.
    Higher resolution will not help if the original quality of your placed images is low.
    And don´t set the resolution too high, if you have lot´s of images you may end up having a bloated SWF.

  • How do I publish Android APK files from CS5?

    As far as I can understand you need three things to be able to publish Android APK files from CS5:
    1. Air 2.5 or greater (I've downloaded and installed 2.7 beta)
    2. Android SDK (I've downloaded and installed)
    3. Flash CS5 Android Extension (NOT AVAILABLE ANYMORE)
    That's right, the last thing you need is no longer available because Adobe is rolling it into the next Flash version. So because I didn't get in on the prerelease with the extension...I'm just out of luck? That can't be right. How do you create APK files from CS5 when you can't get the extension? All of the tutorials out there for creating Android content from CS5 use this simple extension that seems to make everything so easy. What is Adobe's answer for creating APKs out of CS5 if you weren't part of the prerelease? They don't have the extension available anymore so there must be a way. Any help would be greatly appreciated.

    You must use the Android extension to get the menu "AIR for Android", for you and das please find the below link:
    http://www.mediafire.com/?edyam3lpjuma91c
    Also check your private message.

  • Flash cs5.5 FLVplayback Encoding Problems with Air for Android

    Dear All,
    I'm trying to play flv in my air application by using FLV playback in flash cs5.5.
    I can play flv in the pc but not on the samsung galaxy tab andriod platform.
    if anyone out there has tried out FLV playback with either an Air For Android application, where the FLV files are packaged within the app, or either streaming via normal http//:, any help  would be greatly appreciated.
    Thanks!

    First disable autoplay. It gave errors for me. Try to make the movie play with the play() command.
    to embed the movie in your air bundle, just go to publish settings for your flash project. Then in that screen go to the player settings.
    In the first GENERAL tab you'll see a the bottom that you can add files to your project
    Propably there is allready your .swf and an .xml file in there.
    Using the + icon you can add your video.
    Make sure that your video is in the same directory as your . FLA file and you can use it as is (by name)
    If for example your flashfile is in c:\mytest\mytest.fla and the video in c:\mytest\videos\myvideo.flv , then you will have to load your video as "videos/myvideo.flv" with a FORWARD slash, never use \
    Good luck

  • How Change Flash CS5.5 save file CS5.

    Hi,
    I using Flash CS5.5. But i am save the file save default CS5.5. We need to save CS5 Format. With Using Save As option. Default save CS5 format.  What to do?
    Any setting change in CS5.5 Default save CS5 format. or what way change the format. any one tell.
    thanks,

    No, you can't change the default saved version. You'll have to continue to use "Save As..." to save your file to the CS5 version.

Maybe you are looking for