Creating Empty/Blank .mp3 with AIR

Hello,
Is it possible to create a blank or empty .mp3 file having specific duration using Adobe AIR?
If it is possible, can any share the documentation and or code for the same.
Thanks in advance.

It is a comma deliminted File,, I did something,, I made sure that the ROOT should rotate as many times KONDAT has data . and KONDART IS in Segnent 4.
Unnecessary space is no more there.
Resolved by self.

Similar Messages

  • How to create a blank theme with no embedded textures?

    Hi,
    I have created a custom theme based on the "White" theme thinking that it was truly blank. But when I save my new theme, I see that it weighs a hefty 11Mb.
    After looking in the package contents, I see that there are marble textures remaining from the White theme. These are used on the default charts.
    I tried creating new default charts that contain none of the textures but they are still saved with the template. I cannot delete these files directly in the package because I get a "Missing File" error when using the theme. Unchecking "Copy theme images into document" in the preferences doesn't change anything.
    My question is: how do you create a truly empty theme with no textures nor images embedded in the package?
    Many thanks for any ideas.
    e)
    Dual 1 Ghz Power Mac G4   Mac OS X (10.4.6)  

    egoes, if you haven't already, you might consult the Keynote User Guide, page 181. The guide talks about how to create new themes, and how to define default chart styles for those themes. The instructions are unfortunately not terribly clear, but it appears that you have to create default charts for each chart type. (I would imagine that the new theme would use old defaults for any charts that aren't newly defined, which would leave in the textures you want to eliminate.)
    If you have no luck following the User Guide directions, and size is important, you might instead start with a smaller theme as your base (e.g., Pinstripe is only 3.1MB, and the default graph fill is a colour fill, not a texture). From this you can strip out the background and other graphics you don't want. With just a blank Master with the background removed, this theme is only 612KB. This is likely the easiest way to produce what you want.
    PowerMac G5   Mac OS X (10.4.4)  

  • Creating empty-tag-elements with JAXB?

    Hi,
    is there any possibility to force JAXB to create empty-tag-elements? For example
    <exampletag attribute="value" />
    instead of
    <exampletag attribute="value">
    </exampletag>.
    I really need to close my tags in the described way but have found no possibility to do so.
    Thanks for your help
    Daniel

    Maybe this will help. I take advantage of the following behavior of the JAXB Marshaller to give me the form of output I require.
    When a class (element) has "null" content, the output is of the form <tagger id="Unique"/>. When it has "empty" content, the output is of the form <tagger id="Unique"></tagger>.
    Example code snippets:
    For "null" content:
    @XmlRootElement(name = "tagger")
    public class TagClose
      public void setId(String id) { this.id = id; }
      public String getId() { return this.id; }
      @XmlValue
      String content = null;
      @XmlAttribute(name="id")
      String id = null;
    }For "empty" content:
    @XmlRootElement(name = "tagger")
    public class TagClose
      public void setId(String id) { this.id = id; }
      public String getId() { return this.id; }
      @XmlValue
      String content = "";
      @XmlAttribute(name="id")
      String id = null;
    }

  • Can we resize swf file created with AIR API in AIR application?

    Hi,
    I created a .swf file with AIR API.
    I want to open and resize it in AIR application. This .swf file taking dimensions as default in which it opens.
    I want to change its width and height.
    Is there any way to change its dimensions?
    Please suggest me the solution.
    thank you

    Loading a Flex WindowedApplication into another is not supported.  However,
    you might be able to access the WindowedApplication and size it.  Sub-Apps
    in AIR should be based on Application, not WindowedApplication.

  • Embed + compiler define works different with air 3.7+ comparing to 3.5

    Hello.
    I've noticed that new compiler works differently when using construct Embed with conditional compilation (comoiler define option).
    It looks like new compiler always embeds files in output swf even if Embed construct is used in dead code. Here is full example:
    package {
      import flash.display.MovieClip;
      public class Main extends MovieClip {
        CONFIG::FOO {
          [Embed(source="foo.mp3")]
          public static var MusicTrack: Class;
        CONFIG::BAR {
          [Embed(source="bar.mp3")]
          public static var MusicTrack: Class;
    I have 2 files: foo.mp3 (~2MB) and bar.mp3 (~2.3MB). I want to embed only one of them defining CONFIG::FOO as true and CONFIG::BAR as false.
    When I compile it using AIR 3.5 with following command I get (as expected) file with size ~2.0MB:
    /opt/adobe_sdks/flex_sdk_4.6_AIR_3.5/bin/mxmlc -compiler.source-path . -swf-version 14 -define=CONFIG::FOO,true -define=CONFIG::BAR,false -o Main.swf -- Main.as
    /private/tmp/bug/Main.swf (2030814 bytes)
    But when I use newer AIR sdk (I tried with 3.7, 3.8 and 4.0 beta) I'm getting file with size ~4.3MB.
    /opt/adobe_sdks/AIR_4.0/bin/mxmlc -compiler.source-path . -swf-version 14 -define=CONFIG::FOO,true -define=CONFIG::BAR,false -o Main.swf -- Main.as
    4328386 bytes written to /private/tmp/bug/Main.swf in 9,634 seconds
    Is it expected behaviour? Is there any chance that new compiler will work in this case the same as older one?

    Another difference I encountered is that using compiler definition directly in Embed construction doesn't work. Here is example:
    public class Assets {
      [Embed(source=CONFIG::MUSIC_MP3_PATH)]
      public static var MusicTrack: Class;
    Then I pass option to the compiler:
    -define=CONFIG::MUSIC_MP3_PATH,"'sfx/music.mp3'"
    With AIR 3.5 SDK it works fine. With AIR 3.7, 3.8 and 4.0 beta I'm getting file which is smaller in size (by mp3 file size) and when running I get error: TypeError: Error #1007: Instantiation attempted on a non-constructor. (when it tries to create new instance of MusicTrack).

  • Blank Page with button

    I need to create a blank page with a button. When the button is pressed a process is run.
    I created a blank page, can create a process, but does not allow creation of a button.
    Any ideas.
    Thanks

    Hi!
    I wonder if you have created a region on your blank page? Without a region you can't create a button. You may use a template for your region without title and border so your regions is invisible for the user.
    Hope that helps!
    Yours sincerely

  • Blank columns with title

    Hi All,
              How do I create a blank column with the column name in the report?
            I tried with "structure-new selection" with the report name(Structure being Key Figures)- the system pops out an error message stating that it needs unique value  for each cell.
    Thanking in advance.

    Thanks Bhanu. It did work.
    I did try query properties suppression zeroes for both rows and columns with Active =0 but it is not suppressing the zeroes.
    Thanks again.

  • RoboHelp's air installers no longer install with AIR 4.0 update?

    Has anyone else encountered this issue?
    After updating to AIR 4.0.0.1390, our RH air help installers no longer work. This includes .air help from 2 - 3 years ago, which have installed fine all these years, all the way up to a recent .air file we created for an upcoming release. This problem occurs on both Mac and Win, with the US version of AIR and the Chinese version of AIR, and it's a critical problem for us. Now when you double-click the .air file to install the help, you get this message:
    "Sorry, an error has occurred. The application could not be installed because the installer file is damaged. Try obtaining a new installer file from the application author."
    Well, the application author is us. But this isn't a problem that we can fix, because it happened with the AIR 4.0 update.
    Version 3.8 of AIR works fine. Version 3.9 broke our context-sensitive help on the Mac (bug 3648177, filed in Oct, not that it did us any good). Now version 4.0 has broken our air help completely. We are transitioning to HTML5 help but not quickly enough, it seems.
    Can anyone confirm that the same thing happens?
    Thank you,
    Alexandra

    Here is the current status of this problem. I am going into detail in case this helps anyone else in a similar situation.
    Five years ago, I created my first AIR help file and I used a self-signed certificate without a timestamp. Had I read Peter Grainge's info, I would have used a timestamp, but Adobe's help says "Select to include a timestamp on the digital certificate. The timestamp provides information on how long the certificate is valid." Since I thought the certificate would always be valid, I didn't know this was important.
    Fast forward five years. I've created many, many .air help files in many languages, all using the same certificate that I originally created. Thousands of customers have these help files installed, and their certificates have all expired. No one can install or reinstall these help files now.
    Our installer engineer worked hard to find a way to extend the certificates. However, it appears that even though I have the latest version of AIR (4.0) on my system, RoboHelp *may* be using AIR 1.5 to create the .air files, even in RH 11 (this is not confirmed by Adobe but in the output, the HelpViewer-app.xml file indicates that this is true). This is important, because apparently AIR certificates after AIR 1.5.3 have a grace period which allows them to be extended. Certificates from AIR earlier than that cannot be extended.
    I can create new output with a new certificate and a timestamp (I have archives of all my help projects). But, the new certificate and timestamp causes AIR to treat the updated help as if it were new help. It won't install automatically over the old help, and our context-sensitive help is broken.Our engineer tried hard to find a way to prevent the updated help with the new certificate to be treated as a new help, but he says that for older versions of AIR (like 1.5), the "publisher ID" is not separate from the certificate. A new publisher ID is required with a new certificate.
    This is a bad situation, to say the least.
    Vikas has tried to help but what we were able to determine is that my context-sensitive help is functioning properly. I know this anyway, because when the engineer updates the publisher ID for our software to connect to the updated help, all works as expected. But we are not going to re-issue previous versions of our software so that the context-sensitive help functions correctly. All customers with older help who need to reinstall it for any reason, will no longer have context-sensitive help.
    I am still hoping to learn something from an Adobe engineer that will help us be able to re-issue our help and have it not be viewed as a different help installation, or extend our certificates. Vikas does not have this information, though I appreciate that he tried to assist us.
    In my research on this, I also found one person who used a certified, signed, certificate and had it expire after five years. And someone else who used a timestamp but still had the help expire. On the AIR support site, it definitely states that self-signed certificates expire after five years - now I know this. But not a word about this in RoboHelp help.
    In hindsight, I am sorry that I created my help files with AIR.
    Alexandra

  • Leave request page empty/blank

    Hi All,
    We have EP 7.0 on NW 7.1(EHp1) and back end ECC 6.0 (EHp3); we have deployed ESS BP 1.3.
    When we click on Working time, it displays link for "Leave Request", when click on this, it displays an empty/blank page with page tile "Leave Request".
    Have checked the permissions for the iView,Role etc and everything seems fine.
    Can anyone help me on this.
    Thanks,
    Sravanthi

    Hi ,
    If you leave configuration is done.
    There was an incorrect data in your system. To do these please follow following process.
    delete this request using
    PTARQ> Delete documents (RPTARQDBDEl)
    Please read the report documentation before
    deleting the request but it should be safe as it is
    a development system.
    Please delete this with the above information or delete all
    the records for the approver.
    After this,, there will be some incorrect workitem in approver inbox.
    You need to clear that also by Tcode - SWWL.
    And Can you
    Please can you check if the Pernr used
    has correct information like It0105 etc, also the rules are
    correctly defined.
    For the Employee, First of all check the Period Work Schedule also
    the Quotas of the pernr needs to maintained in 2006, Please do
    this customisation and it should solve the issue.
    Maintain the absence quota in the IT2006 and then try once.
    Also make sure that the Settings in Webmo and PTARQ etc all is done
    The pernr belongs to the a Rule and have absences defined for him.

  • RE:Blank page with items

    Hi!
    How can i create a form which isn't bound to a table or view. I tried using a blank page but seems like a blank page can't have items on it.
    Or create of type "No tabs with Sidebar"
    Thnx.

    Hello,
    Create a blank page with a HTML region on it. Then you can add items to this region.
    Greetings,
    Roel
    http://roelhartman.blogspot.com/
    You can reward this reply by marking it as either Helpful or Correct ;-)

  • Just got an ipad air and while creating my apple ID with credit card, I got to itunes gift card/ itunes gift section and was asked to supply a CODE to proceed with the form but I don't have the code. please how how can i get the code?

    Just got an ipad air and why creating my apple ID with credit card, a CODE was requested in the itunes gift card/ itunes gift in order to preceed with the form but I don't have the code. Please how can I find the code so as to enable me complete the form successfully. Thanks alot

    The iTunes gift card field is optional, you don't have to fill it in - leave it blank if you don't have a gift card.
    iTunes gift cards are country-specific (they can only be used in their country of issue), and they are not available in all countries - so you might not be able to dill it anyway.

  • Can I create a iPhoto card with blank inside?

    Would like to create simple 5x7 cards with blank white inside. Any recommendations on how to so do?
    Thanks,
    Phoebe

    That text you see is place holding text and doesn't get printed if you don't delete it or replace it with a space.  However, if you don't replace it with a space you'll get a warning when you go to purchase that there are empty text boxes. You'll have to tell iPhoto to go ahead with the empty text boxes.
    It's always been that way.
    OT

  • Create file mp3 with other partial mp3

    Hello, can i create a file mp3 from other file mp3 loaded in
    AIR? i want create a new file mp3 with 30 only 30 seconds of file
    loaded...

    I don't think this is possible in 1.5. I've heard from an
    Adobe rep that mp3 creation is "under consideration for a future
    release".
    Go request the feature, mabye it'll make the next
    release.

  • Is there a way for the Yosemite maps app to add address to an existing contact (in contacts app) instead of creating new contact record with blank name (not useful)?

    I was using the maps app in yosemite to look up an address, once I was able to verify the address, I wanted to add that address to an existing contact record in the contacts app.  When I clicked on the option to add address to contacts, it unfortunately creates a new record with the address in it, however, the rest of the contact is blank. 
    My question is: is there a way to prompt the user (me), to select whether they want to create a new contact or add it to an existing contact?
    Thanks in advance for your help!
    Regards,
    Peter

    I was using the maps app in yosemite to look up an address, once I was able to verify the address, I wanted to add that address to an existing contact record in the contacts app.  When I clicked on the option to add address to contacts, it unfortunately creates a new record with the address in it, however, the rest of the contact is blank. 
    My question is: is there a way to prompt the user (me), to select whether they want to create a new contact or add it to an existing contact?
    Thanks in advance for your help!
    Regards,
    Peter

  • How to create the default empty work book with company logo and address????

    Hi Guru's
    I am working in ECC5.0 (BW 3.5), i wann create the default empty work book with company logo and company address. so when i am executing any query's that should open in the default empty work book.
    greatly appreciated your help. will assign pt's for sure.
    thanks and regards
    Mohan

    Hi Mohan,
      Report designer is used in BI 7.It is a seperate application used for formatting
    the report.
    For BW3.5,go through this link.
    http://help.sap.com/saphelp_nw04/helpdata/en/33/746e393cf65c1ae10000000a114084/frameset.htm
    This would help you
    Regards,
    Senoy

Maybe you are looking for

  • Outlook 2007 autoarchive via GPO is not working.

    Hello everyone! For the begging about our environment: Exchange 2007, Outlook 2007. We have the problem with setting the autoarchive to work. We`re using GPO to do it. All the settings are configured correctly, but the policy is still not working. On

  • Standard WebClient UI business role for the CRM 7.0

    Hello Gurus where can we get the below mentioned thing....i tried in service market place but i did not get The predefined authorization roles are provided as attachment BP_CRM_ROLES.ZIP to the collective note of this SAP Best Practices version. Down

  • CSS Propblem with table

    Can anyone please help with this issue I have with a table cell I want it to have a style of 5 I abply it but the cell does not shrink in height sizeIt shows it as shrunk in dreamweaver but as soon as you open it in ie it looks different, tried to cr

  • Best Workflow for Deleting?

    Hi Folks. Would anyone like to suggest the best workflow for deleting files after a project? Let's assume that i have no future need for any of the captured footage or PE7 files. It would be helpful to know what the default locations are for all the

  • Pkginfo 3 alias can't delete

    I have late 2009 i7 27" imac 16GB ram have lion 7.4 installed.  Problem: after installing update to 7.4 I have a folder called 'Resued items" in the trash. Inside this folder is an alias "Pkginfo 3" something is strange about this alias as i cannot r