Edge Animate and PhoneGap Build - audio problems

I am using EA to build an app and using PGB to build it.
I have been using EA's built in audio code to play my sound and uut works great, in a browser.
I then built a test app with PGB and the animation and interactivity and links all work great, but there is no sound.
The lack of audio is not interfering with the rest of the app though, it's as if the audio plays but at 0 volume.
I have the cordova media plugin listed in my config.xml, but I have to assume that the EA code is not compatible. Is there a different plugin I can add to the config.xml?
I have also tried using the cordova media code:
function playAudio(url) {
     var Nar1 = new Media("media/RUP01_Nar_1.ogg", function(){
          sym.play('Nar1')
Nar1.play(0);
But this doesn't play the audio, and halts the rest of the app - I am thinking that I have either written it incorrectly or I am missing something somewhere else.
Any help is gratefully received
Thanks
Justin

Not sure if this helps you. I'm going through the same problem. Even raised this issue here in the forum and nobody could help me. So I sought help forum PhoneGapBuild. Looks like PhoneGapBuild not recognize <audio> of html5, so need to use api audio PhoneGapBuild own. Here's a link to my post. Tutorial on how to make by Chris Griffith. I hope this helps you too.
http://community.phonegap.com/nitobi/topics/phonegap_build_audio_and_edge_animate_problem? utm_content=reply_link&utm_medium=email&utm_source=reply_notification&reply[id]=14089620#r eply_14089620

Similar Messages

  • Edge Animate and PhoneGap Build

    I'm using Edge Animate together with PhoneGap Build to make an iPhone app. There are several buttons that should scroll up and down and yet remain "tap-able" What is the best way to achieve scrolling effect for button?

    Not sure if this helps you. I'm going through the same problem. Even raised this issue here in the forum and nobody could help me. So I sought help forum PhoneGapBuild. Looks like PhoneGapBuild not recognize <audio> of html5, so need to use api audio PhoneGapBuild own. Here's a link to my post. Tutorial on how to make by Chris Griffith. I hope this helps you too.
    http://community.phonegap.com/nitobi/topics/phonegap_build_audio_and_edge_animate_problem? utm_content=reply_link&utm_medium=email&utm_source=reply_notification&reply[id]=14089620#r eply_14089620

  • Can I use Edge Animate and PhoneGap Build to create iPad apps?

    I know you can use this combination for smart phones, but does PhoneGap also support tablets?
    Thanks

    Not sure if this helps you. I'm going through the same problem. Even raised this issue here in the forum and nobody could help me. So I sought help forum PhoneGapBuild. Looks like PhoneGapBuild not recognize <audio> of html5, so need to use api audio PhoneGapBuild own. Here's a link to my post. Tutorial on how to make by Chris Griffith. I hope this helps you too.
    http://community.phonegap.com/nitobi/topics/phonegap_build_audio_and_edge_animate_problem? utm_content=reply_link&utm_medium=email&utm_source=reply_notification&reply[id]=14089620#r eply_14089620

  • Edge animate and Cordova build

    So recently I was trying out some edge commons functions and have gotten them to work on browsers. So I wanted to do a little experiment so I've decided to try compile the project with cordova build. Well was hoping for it to work but it seems like somewhere went wrong and when I run the apk, it wasn't even able to retrieve the list of items from the JSON file.
    basically the program just loads a list of items from the click of a button and you can also click on the black box on the right to display an image.
    //get json information and display
    $.getJSON("content.JSON")
      .success(
      function(data){ console.log("incoming data: ", data);
      $.each(data.shoes, function(index, item){
      var s = sym.createChildSymbol( "template", "content");
      s.$("title").html( item.item );
      s.$("description").html( item.description );
      s.play(index * -500);
      s.setVariable("spotlight", item.spotlight );
      });//each
      });//success
    btw thanks joel pau for helping out previously.
    does anyone here have any similar experiences when trying out cordova build with edge animate?
    here are my files..
    Dropbox - index.zip
    Dropbox - test-debug.apk
    Perhaps there's still some cordova api I'll need to add before compiling??

    Not sure if this helps you. I'm going through the same problem. Even raised this issue here in the forum and nobody could help me. So I sought help forum PhoneGapBuild. Looks like PhoneGapBuild not recognize <audio> of html5, so need to use api audio PhoneGapBuild own. Here's a link to my post. Tutorial on how to make by Chris Griffith. I hope this helps you too.
    http://community.phonegap.com/nitobi/topics/phonegap_build_audio_and_edge_animate_problem? utm_content=reply_link&utm_medium=email&utm_source=reply_notification&reply[id]=14089620#r eply_14089620

  • Are there any known issues with Adobe Edge Animate and Yosemite? Experiencing performance issues since upgrading OS

    Are there any known issues with Adobe Edge Animate and Yosemite? Experiencing performance issues since upgrading OS. Animation I was working on that had been performing in browser fine suddenly stopped working, and was not related to any action I had done at that point. Also was working in it today and program stopped responding to key board short cut commands.

    I am having a whole slew of odd interface problems with a fresh 2014.1.1 on a fresh macbook pro with latest Yosemite. Program locks up, cursor selections don't show, things disappear. I have a mac mini also and the program runs fine on it. Is there possibly something related to the solid state hard drive in new macs?

  • Edge Animate and typekit

    Hi,
    Can anyone help me please with this.
    I followed the video tutorial but couldn't add the font from typekit. It would show the new font as an available, but the look didn’t change.
    Best,                                                                
    Lana
    P.S. I did try to contact the adobe chat and phone support  but was told that the Edge Animate and typekit are only supported via forum

    Hi Lana_Studio,
    You most likely need to add "127.0.0.1" to the list of allowed domains on your kit in Typekit.
    See these articles for more information:
    http://blogs.adobe.com/edge/2012/01/27/web-fonts-and-edge-together-at-last/
    (Scroll down to "How to Embed Web Fonts Using Typekit")
    http://help.typekit.com/customer/portal/articles/6857-using-typekit-while-developing-local ly
    Don't forget to publish your kit after adding 127.0.0.1. Also, note that it may take a few minutes (I noted up to about 15 minutes) before the changes to your kit will be completely published.

  • Edge Animate and Fancybox Conflict

    Hi,
    I've created a nice little splash animation for my company's website, which is working nicely on it's own.  Further down the page, we have a section that I'm trying to manually call fancybox galleries on.  It works if I delete the Edge Preloader Script tag in the head, but as soon as I paste it back in, fancybox does not work again.  I have other jquery scripts running on the page while the Edge script is active, so I don't think it's from multiple jquery calls.  I'm at a loss here as it seems that getting rid of one or the other is the only solution and I hope that isn't the case.
    You can see the code at: http://brilliant-graphics.com/BrilliantJune2013/
    The manual fancybox call is on the 'Clients Section' on the gallery button for Peter Sculthorpe.
    Brendan

    Thank you very much for your answer.
    When I give exported as HTML at the end of the process opened me is the page of the Google search engine, but when I go to the folder where I keep the project in HTML and give click to INDEX up the page but only see the color background page and do not see the animations I did in EDGE ANIMATE . It seems to me that it is wrong EDGE ANIMATE , because when I look for the assets folder, there are two animations I did in Edge Animate , and when I enter one of them and I click the HTML document animation , raises with defects in the animation , it lacks a number of images to the project. However, these missing pictures ARE ON THE IMAGES FOLDER . Then I went to Edge Animate to see how Edge Animate published as Web (not as oam file) and when I clicked the HTML document created by Edge Animate gives the same error as in Muse . I really do not understand what's happening because the preview of Edge Animate and the Muse preview look perfect . And I do not miss any ' error code or something.
    I do not know what else to do , my knowledge of the programs is limited , perhaps , to be able to locate an solution .
    I will be very grateful to all who can help me on this case.
    Thank you

  • Oh wow finally apart of a community im so excited. Hi everyone. I just got abode edge animate and am not so familiar wif this product though i sense a hint of flash buried there somewhere can you guys please assist me in the basics of edge? thanks.

    Oh wow finally apart of a community im so excited. Hi everyone. I just got abode edge animate and am not so familiar wif this product though i sense a hint of flash buried there somewhere can you guys please assist me in the basics of edge? thanks.

    That's going to be a ridiculous waste of money and energy.
    First of all, the current ATI drivers don't support multiple GPUs, so at the moment even a single 4870X2 would be only a 'normal' 4870 (which is quite a speed beast already). GFX drivers evolve rapidly, so things might look different next month, but when it comes to Linux and hardware there's one Golden Rule: stay away from the newest stuff and wait for proper support to get coded.
    I also wonder what power supply could possibly cope with the differences between idle and full load; that's way beyond 400W. But then, I'm one of those "quiet&green" types where >100W idle is already a bit much.
    I kind of understand that you want to get it done and not worry about hardware for the next 10 years or so, but that's simply not how the hardware world works and never did. At least not for the average consumer.

  • Edge Animate and Chrome Cache Problem

    Strang thing with Edge Animate in Chrome on a Mac or PC. You can not reload it. It plays the first time you go to site, but if you hit refresh or try going back to the page, it will not relaod. I have to delete the cache in order for it to Play again.

    Any news? I have the same problem with my animation... it has embedded audio too.
    My link: Sombras en las estrellas
    It works fine in Safari and Firefox, but only displays the first time in Chrome.
    I'd appreciate some help!!

  • Problem with Edge animate and epub3.

    Greetings
    I created some interactive web pages using adobe edge animate cc for a book that will be displayed on ipad (Epub 3)
    when I test the web pages on pc they are displayed exactly as I want them to be.
    But when I try them on Ipad It shows no images.
    So I tried to append the images using some JQuey code
    $('#Stage').append("<img src = '....' />");
    and then when I tried to test this on Ipad all images where invisible too but when I rotated the device 90 degrees
    all images became visible.
    So when viewing those pages all images are invisible until rotating the device 90 degrees images become visible
    any suggestions where the problem could be
    I need the images to be visible when I open the page without the need of rotating the ipad
    I appreciate any help.

    Hello,
    Please double click on the symbol and make sure "autoplay " is unchecked in the stage properties. then republish the OAM file and then try.
    If the issue still persist please share the compressed project file with us to take a look at it.
    Regards
    Vivek

  • Problems with Edge Animate and back button ios and firefox

    I've put a bit of Edge content in a draft webpage:
    http://cassidausa.com/indexy
    ..and am noticing a couple of issues:
    1
    When viewing in ios, I click through the content (there are links to products within the Edge animation), and then press the back button on mobile safari, only the Edge content is displayed, not the rest of the page.
    2
    When viewing in firefox, after clicking through a link within the Edge content and pressing the back button on the browser, the animation is paused from the point it was clicked. Other browsers that I've tested this on refresh the animation.
    Ideally the edge content would continue to play from where it was.This is what seems to happen when I preview the animation in the browser from Edge animate.
    Any help would be appreciated.
    I really need to have this working or else I'll have to abandon creating the content in Edge.

    This has always been the case for any animation in CP to be on top. Please
    file a feature request.  Same for communication between OAM and CP, none
    for the moment. You van have transparent background and pause/play button
    in OAM, could be a workaround.

  • Constant crashes with Edge Animate and Yosemite

    I'm using Edge Animate running on a macbook pro and it is crashing every few minutes (like many others are reporting).
    The program is up-to-date. I have uninstalled and reinstalled it.
    Sometimes after a minute or two of working, the display features disappear. Old bounding boxes remain but, with some careful cursor action, I can still manipulate the image or symbol. . .  until the entire program freezes. Other times things just stop working (e.g., motion paths). The only solution is to force quit the program -- the button on the crash notice rarely works.
    Each time it crashes, it seems to create another Adobe Edge Animate CC 2014.1 Helper in the Activity Monitor (don't know what that means). I've tried deleting them but it doesn't help.
    In the console, I get
    2/18/15 9:16:30.612 AM Adobe Edge Animate CC 2014.1[4172]: *** Assertion failure in -[NSEvent subtype], /SourceCache/AppKit/AppKit-1343.16/AppKit.subproj/NSEvent.m:2427
    There are 43 lines (!!!) that are identical to the one above.
    This is obviously a known problem and needs to be acknowledged and fixed!

    Hi L Nordstrom,
    - If you have Dropbox installed, uninstall the software and retry.
    - If you are accessing files from a remote network, copy them to your local computer, and retry.
    Let us know if you still face issues.
    Thanks,
    Preran

  • Update only a part of a project with Edge Animate CC 2014.1.1 PROBLEM

    WIN 8.1
    Edge Animate CC 2014.1.1
    Firefox 35.0
    The Problem started after Update to Edge Animate CC 2014.1.1
    I want to update text which is an Edge Animate file
    The original Project was programmed with Edge Animate 1.0(not CC)
    After I made the changes and saved the file I get a “updatedtext_upgraded” folder that contains the new files.
    I am not sure what to do with that folder:
    A) Do I have to exchange the data from the Folder ”updatedtext_upgraded”?
    or
    B) Do I have to put the whole project into the folder “updatedtext1_upgraded”?
    or
    C) Do I have to develop the whole Project new with AN CC 2014.1.1?
    Thank you

    I am currently having issues opening older compositions in 2014.1.1
    I have never used an earlier version but have a large project and I am using EA for the first time.
    Before I started it I gathered many tutorials and downloaded examples of the features I would need in my new project only to find that they all were created in earlier versions of EA and when I publish from my version they are not working properly in a wide variety of ways.
    It seems there are few tutorials built for the very latest version - things like custom scrollbars for text and loading and unloading composiitons - see huge lists online of things Adobe have apparently 'fixed' with this version but it feels like other things are broken.
    I am now desperately searching for information on what exactly is deprecated and what I need to do to get files working correctly.
    Very worried indeed.

  • Interaction between Edge Animate and RaphaelJS (or any svg library)

    Hello.
    Edge Animate's possibilities are really nice as long as i'm working with anything rectangular. The overall UI is very practical and so, but when you want to work with more complex shapes overlapping it gets very limitated.
    I've looked around with no success, so may be someone here as a clue for me.
    How would you integrate something from this kind of page (interactive map of australia) and make the map and an Edge environment work together.
    Here i'm thinking :
    - Edge buttons that would highlight some parts of the map (or reveal some divs from the original html)
    - RaphaelJS code at building of the map that would interact with edge symbols.
    So far, my knowledge of code/js/css seems too limited to get things done as i wish, any ideas/insight welcome.

    Hi Franck!
    You are right. The default implementation uses the SVG as a background image applied to a div container. That's the reason why you loose all the interactivity within the SVG itself. I love Raphael, but I think it would be an overhead for your map example.
    Here is a light weight solution with (jQuery SVG) that works like a charme with non-rectangle click areas.
    Assuming you have a rectangle placed on the stage (named "playground") you can load the SVG into that container within the "compositionReady" handler of your composition like this:
    yepnope({
         load: "libs/jquery.svg.package-1.4.5/jquery.svg.min.js",
         complete: function() {
              // Load Handler for SVG Graphics
              function onSvgLoad(svg, error) {
                $('path#Cyan').click( function(){
                     alert('hello Cyan');
                     // Your code here
              // Select Edge Animate Element for SVG display
              var playground = sym.$("playground");
              // Load SVG Graphics
              playground.svg({});
              var svg = playground.svg('get');
              svg.load('images/pie.svg', {
                   addTo: false,
                   changeSize: false,
                   onLoad: onSvgLoad
    I put together a small demo project with an example svg and all dependencies:
    http://public.simonwidjaja.com/temp/AnSVG.zip
    Hope that helps!
    Cheers,
    Simon

  • Edge Animate and Windows Vista?

    Having tried to install and use Edge Animate I have had no success at all. The programme does not work with this operating system, and I would like a fix for this, as I want to use the programme. I am dissapointed as having just joined the Creative Cloud system I find this programme is available to me. I have seen that many others suffer from the same problem, and wonder what Adobe will do about it.

    Hi, Tony-
    We're using the other thread regarding the Vista issue to discuss Adobe's response.  Thanks!
    -Elaine

Maybe you are looking for

  • Please tell me a BAPI to get Closing balance of customer account based on Sales Organization?

    Hi Experts, A requirement has come up where I want to get Customer closing balance based on its sales organization as this particular customer is extented to 2 different sales organizations. I want to get the closing balance of individual sales organ

  • How to save blob data (variable length string) in a customized table?

    Dear Friends I have written a very simple program to update table with 2 fields which looks as follows. ======================================================== Table name ZTESTBLOBDATA Field         Key          Init    Data Element   Data Type  Len

  • Loader images do not appear when .swf is published.

    I have a series of images that I want to be able to swap out on a weekly basis in my flash piece. I used the image loader to call them from my webserver, and when I am in flash, editing my .fla, they appear perfectly. But once I publish the flash pie

  • Screen captures to DV format

    I have QT movies of screen tutorials via Snapz Pro at 1080x720, Animation codec. Due to limitations of FCE (it can't maintain quality of original QT file) I'm going to import these in FCP6 and adjust size, zooms, etc. Once edited and ready for export

  • Target languages - need to be installed via SMLT?

    hi, we have a unicode system and i have a an adobe form. Preinstalled are English and german language. If i want to translate my form to another language (perhaps Fr), what steps have to be done??? I know how to translate with se63 and so on. transla