Loading audio into Adobe Edge via XML issue

I am having an issue linking the location of an audio file via XML in Adobe Edge. I am able to get the info and post it as text, however I can not get it to load into the audio player. This is my first try at code ever, nothing too complex if possible.
Here is the code that works along with the part I can not get to work.
var fromName;
var outputField = $(this.lookupSelector("xmlOutput"));
$.ajax({   
    type: "GET",
    url: "edgesound.xml",
    dataType: "xml",
    success: function(xml) {
        fromName = $(xml).find('audio1').text();       
        outputField.html(fromName);    
    var newSound = new Audio();    
     newSound.src = "sound.mp3";
     newSound.volume = 0.5;
     sym.$("soundBtn").toggle(
function(){
     newSound.play();
     sym.$(this).html('stop'); },
function(){
     newSound.pause();
     sym.$(this).html('restart'); });
// XML Try below   
     var newSound_xml = new Audio();    
     newSound_xml.src = "fromName";
     newSound_xml.volume = 0.5;
     sym.$("soundBtn_xml").toggle(
function(){
     newSound_xml.play();
     sym.$(this).html('stop'); },
function(){
     newSound_xml.pause();
     sym.$(this).html('restart'); });
And here is the simple XML doc being called
    <?xml version="1.0" encoding="utf-8"?> <ax>  <audio1>sound.mp3</audio1>  </ax>
I've also tried taking the .mp3 out of the xml and trying the following in the code with no success.
newSound_xml.src = "fromName" + ".mp3";
Thank you and here is a link to demo what I have so far.
http://www.projectcog.com/audio/xml_audio.html

Hi Exports,
I am able to load directly from XML file to oracle tables. I am also successfully reverse engineer the XSD file into oracle relational structure but after that I don't know how to assign XML data file to the schema and load to oracle table
Can you explain me the steps how to assign XML file to the schema (created from XSD ) and load to oracle table. which KM to use to load from XSD to oracle.
Thanks,
Mano

Similar Messages

  • Load .MOV into adobe première éléments

    Please someone help me to Load .MOV into adobe première éléments 10?
    Everything should work , new windows computer , new caméra
    Olympus tg1, i Hans QuickTime Pro 7 open on the side !!!

    Patrick Bourret
    I found a sample video from your brand model camera and have tested it in my Premiere Elements 10 on Windows 7 64 bit.
    The sample that I test
    AVCHD video compression
    .swot audio compression
    .mov file extension wrapper format
    1920 x 1080 @ 29.97 progressive frames per second
    I set the Premiere Elements 10 project preset =
    NTSC
    DSLR
    1080p
    DSLR 1080p30 @ 29.97
    I imported the video (saved to my computer desktop) into the project via the program's Get Media/Files and folders. What I imported had the gspot readout out as show in the following screenshot
    This video on the Timeline displayed with perfect video and audio at play back in the Edit Mode monitor. No green video.
    Since you are using Premiere Elements 10, I believe that we need to focus on the video card, especially if your video card is from NVIDIA. If so, the answer may be to roll back the video card driver version rather than to assure that you have the latest video card version. Please check out the following
    http://forums.adobe.com/thread/1317675
    We will discuss this further in the morning.
    Thank you for all the helpful information supplied.
    ATR
    Add On...I am not sure if there is any merit in replacing QuickTime Pro with the "regular" QuickTime latest version.
    http://www.apple.com/quicktime/download/

  • Photoshop 3D image export into Adobe Edge?

    Hi,
    I am hoping to design an image / animation like the one shown below, in software (probably Photoshop), and then import this image into Adobe Edge for the user to interact with.
    I have a few questions that I hope people could help with:
    1. Should Photoshop be used if I am considering importing into Edge (File Size issues?)
    2. Is Adobe Edge suitable to animate this design? - Why? (Note: I am looking for the pitch to rotate and stop at certain frames when user will click on certain links.
    3. This is planned to be hosted on a CMS Joomla, where users will have access to certain animaitons based on membership (tiered) - Is this possible? - Why?
    4. Is it wishful thinking to link Photshop, Adobe Edge and Joomla in this way (compatibility issues)?
    Many thanks for any help, an answer would be a god send and I am sure would help many developers and designers out there also.
    JG

    Thanks again Station_two..
    Mylenium, thank you for your feedback and you make some, no doubt, valid points based on years of experience. But your point (I know it sounds rude, but no harm intended!). stands out like a sore thumb. There are many of us who are trying to learn these skills and I amongst others am really trying my best to become an effective designer and/or developer.
    Short and to the point: I have created a site in Joomla with a backend database which I am hoping to get onto my remote host soon. This site contains information on users with ACL for specific members. Dependent on the subscription the users of the site have paid for, will determine what access they have to various features such as animations, the animations that I have requested some help and advice on creating. I have basic actionsript knowledge which I believe will be needed in whichever software I choose.
    I am looking for software that will allow me to create this image and animation and I'm guessing after scrolling through hundreds of pages that Photoshop may be the answer initally and then be able to animate in another program, adding interactivity within it.
    Now, I may be "pretty clueless about web techniques on a more general level", but I think I have done OK so far, and need some help from more expreienced and skilled users like yourself to get this project off the ground.
    I sincerely hope that I can get a more positive and helpful response.
    Thanks.

  • Adobe Edge 3 animations issues with webview on Android v4.1.1 and v4.2.1

    I am developing an Android App using webview (using phonegap/cordova v2.8.1 ) . I used Adobe Edge 3 and generated few animations using SVG images and couple of html pages
    Query #1:    Scaling of image is continously increasing with every orientation change
                 On Nexus 5,  Nexus 7 and Nexus 4 (all with Android version v4.4.2)  the Adobe Edge animations work as expected in my App, however there is one issue when ConfigChanges option in Android manifest file is set to  "orientation|screenSize" used in the main activity of my App to allow it to automatically resize this screen/images when screen orientations between portrait and landscape. This works but image size keeps increasing (never reset to original size) every time change the orientation of my Android device from portrait to landscape and vice versa.
    Is there any issue with Adobe Edge based animations w.r.t to automatically resizing based changes to screen orientation on Android ?
    Query #2:  Images(i.e. symbols) are incorrectly loaded/shown and sometime stage itself is not loaded
        On Samsung Tab 2 (v4.1.1) and Samsung S3 (v4.2.1), the same Android App runs fine, however some images are not loaded randomly, sometimes the image  is blank and sometimes incorrect symbols are overlayed onto the stage1 and stage 2 screens.
      Has body faced similar issues while using Adobe Edge generated animations with webview/phonegap based Android applications ? if yes how it was fixed ?
    This Android  App uses only the two html pages (as stage 1 and 2) and then it loads different symbols (i.e svg images) using hide and show , load composition methods to create animations.
    Let me know if there are any Adobe Edge 3 related issues specific to different version of Android  ...in particular  Android v4.0,  v4.1 and v4.2  ..because the same App works fine on Android v4.3 and v4.4
    I suspect it is due to differences and support available in webview implementations in different versions of Android.
    Any help on this is greatly appreciated !
    thanks
    Padua

    Sadly I don't have answers either. I'm not sure what happened but as of the last few days i've been having the same problems. There are also times when my mac mini wont even connect to the base station.
    What I find strange is that my sister has the same airport firmware installed and her machine is unaffected. I'm on hold with apple atm, so we shall see what they can figure out.

  • How to get audio into Adobe Premiere Elements 12?

    How to get audio into Adobe Premiere Elements 12?
    I have filmed an air show with a very good camera JVC pro
    And when I pick up the clips in Adobe Premiere Elements 12, it works too, but only without sound.
    I think I tried everything for 4 days now.
    Sound in my computer works perfectly
    I go to where the video files are located and try to run them in VLC or in Nero Kwik so it works fine with both audio and video.
    I have checked the sound card.
    Yes, I have tried everything so now I'm so tired of this lousy so I'm ready to throw this program at the dump.
    It's not normal if you will keep on producing audio for over 4 days at Adobe
    The old Elements 9 worked fine. Offer some of would consider developing it again. I do not know how I should do.
    My name is Thore Hult
    live in Karlshamn in Sweden

    Thore Hult
    On what computer operating system is your Premiere Elements 12 working on? Have you updated it from 12 to 12.1 Update using an opened project's Help Menu/Update. If not, please do so.
    For your immediate problem.
    What is the model/settings for the JVC camera that recorded you video. I want to get at the properties of your source video including the file extension.
    Since you are getting video, but no audio, please download and install the free codec utility named GSpot to see what is shows
    for your Audio Name and Status.
    http://www.headbands.com/gspot/
    The other properties of the file there would also be of interest.
    When you import your source file into the project, do you see any "conforming" activity going in a progress bar at the bottom right corner of the workspace?
    If so, do you wait for it to complete before you move forward in the project?
    Can you get sound in any of your Premiere Elements projects with this current JVC file or other?
    Can we assume that your troubleshooting has included checking
    a. Volume control within the project
    b. Edit Menu/Preferences/Audio Hardware ASIO
    Let us start here and then we can decide what next if necessary.
    Thanks.
    ATR

  • What can I do to get back to a point that I can directly purchase Apps from my itouch via wi-fi. I was able to before I purchased an app on my PC and loaded it into the device via the sync cable.

    What can I do to get back to a point that I can directly purchase Apps from my itouch via wi-fi. I was able to before I purchased an app on my PC and loaded it into the device via the sync cable. My itouch 2G was bought 2nd hand, so when trying to get Apple support I was unable to register my device because I didn't know it's original purchase date. Note: I am still able to download the apps to my computer and load/sync them into the device.

    Why can you not buy from the ipod?
    What happens when you try?
    Error message?
    What does it say?
    Any info?

  • Adobe Edge Inspect Open Issue

    I installed Adobe Edge Inspect on a MacBook Pro, running OSX 10.8.2. Edge Inspect would not open. Following advice from an earlier discussion, I discarded the preferences folder and rebooted. Edge Inspect opened after the reboot and sent me to a web page to sign in. I signed in and nothing... No error. No open icon in the doc. No report or status indication of any kind. Now, Edge Inspect won't open again. It does open on my iPhone 4S and the iPhone app sees my MacBook Pro. The iPhone even gives me a passcode to connect, but there is absolutely no field nor application nor anything on the MacBook where I can enter the code. Nuttin' Any help would be greatly appreciated. If it's not going to work, hopefully, there would at least be some indication of why, or some notice telling me I need to do something else, if that is the case.

    Hi Mark,
    I also have this issue running 10.8.2. Edge Inspect fails to load, Console entries claim it crashed as per below
    21/02/13 11:45:28.254 AM EdgeInspect[6364]: objc[6364]: Class WebCoreTextFieldCell is implemented in both /System/Library/Frameworks/WebKit.framework/Versions/A/Frameworks/WebCore.framework/Versions/A/WebCore and /Applications/Adobe Edge Inspect.app/Contents/Frameworks/dvawebview.framework/Versions/A/cef//libcef.dylib. One of the two will be used. Which one is undefined.
    21/02/13 11:45:28.367 AM EdgeInspect[6364]: *** Terminating app due to uncaught exception 'NSRangeException', reason: '*** -[__NSArrayM objectAtIndex:]: index 1 beyond bounds [0 .. 0]' *** Call stack at first throw: (      0   CoreFoundation                      0x972f612b __raiseError + 219      1   libobjc.A.dylib                     0x973bf52e objc_exception_throw + 230      2   CoreFoundation                      0x971ecc3b -[__NSArrayM objectAtIndex:] + 251      3   CoreFoundation                      0x971cc6d8 CFArrayGetValueAtIndex + 88      4   EdgeInspect                         0x0000e808 _ZN3App16GetDefaultLocaleERSbIhSt11char_traitsIhEN7dvacore7utility19SmallBlockAllocator12STLAllocatorIhEEE + 816      5   EdgeInspect                         0x0000ebb5 _ZN3App14GetLocaleToRunERSbIhSt11char_traitsIhEN7dvacore7utility19SmallBlockAllocator12STLAllocatorIhEEE + 147      6   EdgeInspect                         0x0000f741 _ZN3App13PreInitializeEv + 773      7   EdgeInspect                         0x00015d81 main + 113      8   EdgeInspect                         0x00002735 start + 53 )
    21/02/13 11:45:29.598 AM com.apple.launchd.peruser.501[198]: ([0x0-0x30d30d].com.adobe.EdgeInspect.application[6364]) Job appears to have crashed: Trace/BPT trap: 5
    21/02/13 11:45:30.035 AM ReportCrash[6365]: Saved crash report for EdgeInspect[6364] version 1.0.327 (1.0.327.385782) to /Users/allanbanks/Library/Logs/DiagnosticReports/EdgeInspect_2013-02-21-114530_Banksy-MBP.crash

  • Analog Video/Audio into G5 Quad via USB/Firewire

    Hello!
    I have a Mac G5 Quad and I already have a capture card installed for my
    Betacam SP deck (it's a Blackmagic Decklink SP card). From time to time I'd also
    like to capture video/audio straight from VHS, DVD and occasionally even
    LaserDisc but I don't want to start disconnecting my Betacam SP-to-G5 cables to do
    this.
    Is there a quality device that would allow me to go from RCA video/audio
    outputs directly into my G5 via USB or Firewire? I've done a bit of research
    online and it appears that the quality of the output video/audio varies greatly
    according to which device one uses.
    Any advice, guidance or recommendations are much needed and most appreciated.
    Cheers!
    Mark Punswick
    Shields Pictures, Inc.
    San Francisco, CA
    tel: (650) 652-6504
    e-mail: [email protected]
    website: www.ShieldsPictures.com

    Canopus 110 or Canopus 300. They will convert the signal into a DV signal and the 300 will even clean it up.
    Shane

  • Importing audio into Adobe Flash Pro CS5.5

    Every time I try to import any audio into Flash an error appears, I've tried any kind of file, mp3, WAV, M4A, nothing happens. I've seen some of the same questions here and everyone says I just have to put it through Audacity, but I made the files in Audacity and I've tried putting other files in Audacity but nothing helps.If you have any answer I would very much appreciate it.

    that's usually a bitrate problem.  change the bitrate to 44.1

  • Best Practise for loading data into BW CSV vs XML ?

    Hi Everyone,
    I would like to get some of your thoughts on what file format would be best or most efficient to push data into BW. CSV or XML ?
    Also what are the advantages / Disadvantages?
    Appreciate your thoughts.

    XML is used only for small data fields - more like it is easier to do it by XML rather than build an application for the same - provided the usage is less.
    Flat files are used for HUGE data loads ( non SAP ) and definitely the choice of data formats would be flat files.
    Also XML files are transformed into a flat file type format with each tag referring to the field and the size of the XML file grows to a high value depending on the number of fields.
    Arun

  • Loading jpegs into video playlist from XML

    I would be gratefull if anyone out there might be able to
    help me.
    I want to display jpegs alongside the text when selecting
    which videos to play,
    the problem is I am not sure how to change the xml file and
    the actionscript.
    Can you please help.
    Here is the code
    var connection_nc:NetConnection = new NetConnection();
    connection_nc.connect(null);
    var stream_ns:NetStream = new NetStream(connection_nc);
    stream_ns.setBufferTime (30);
    stream_ns.onStatus = function (info) {
    if(info.code == "NetStream.Buffer.Full") {
    bufferClip._visible = false;
    if(info.code == "NetStream.Buffer.Empty") {
    bufferClip._visible = true;
    video.attachVideo(stream_ns);
    rewindButton.onRelease = function() {
    stream_ns.seek(0);
    playButton.onRelease = function() {
    stream_ns.pause();
    var vlist:XML = new XML ();
    vlist.ignoreWhite = true;
    vlist.onLoad = function (){
    var videos:Array = this.firstChild.childNodes;
    for (i=0;i<videos.length;i++) {
    videoList.addItem(videos
    .attributes.thumb,videos.attributes.url);
    stream_ns.play(videoList.getItemAt (0) .data) ;
    videoList.selectedIndex = 0;
    var vidList:Object = new Object();
    vidList.change = function() {
    stream_ns.play
    (videoList.getItemAt(videoList.selectedIndex).data );
    videoList.addEventListener("change",vidList);
    vlist.load("video.xml");
    var videoInterval = setInterval(videoStatus,100);
    var amountLoaded:Number;
    var duration:Number;
    stream_ns["onMetaData"] = function(obj) {
    duration = obj.duration;
    function videoStatus() {
    amountLoaded = stream_ns.bytesLoaded / stream_ns.bytesTotal;
    loader.loadbar._width = amountLoaded * 297.9;
    loader.scrub._x = stream_ns.time / duration * 297.9;
    var scrubInterval;
    loader.scrub.onPress = function() {
    clearInterval(videoInterval);
    scrubInterval = setInterval(scrubit,10);
    this.startDrag(false,0,this._y,289,this._y);
    loader.scrub.onRelease = loader.scrub.onReleaseOutside =
    function() {
    clearInterval(scrubInterval);
    videoInterval = setInterval(videoStatus,100);
    this.stopDrag();
    function scrubit() {
    stream_ns.seek(Math.floor((loader.scrub._x/289) * duration));
    _root.createEmptyMovieClip("vSound",_root.getNextH
    ighestDepth());
    vSound.attachAudio(stream_ns);
    var so:Sound = new Sound(vSound);
    so.setVolume(100);
    mute.onRollOver = function() {
    if (so.getVolume() == 100) {
    this.gotoAndStop("onOver");
    else {
    this.gotoAndStop("muteOver");
    mute.onRollOut = function() {
    if (so.getVolume() == 100) {
    this.gotoAndStop("on");
    else {
    this.gotoAndStop("mute");
    mute.onRelease = function() {
    if (so.getVolume() == 100) {
    so.setVolume(0);
    this.gotoAndStop("muteOver");
    else {
    so.setVolume(100);
    this.gotoAndStop("onOver");
    Here is the XML
    <?xml version="1.0" encoding="ISO-8859-1"?>
    <videos>
    <video url="
    http://fimm.tv/09072007.flv"
    desc="Come & Drink - Linda Faith" thumb="test.jpg" />
    </videos>
    </xml>

    Thanks for this response.
    Yes, i checked my source files which are not UTF-8. When i do keep these files on Japanese system, it displays Japanese characters but on any other system it displays garbage.
    My Oracle Database is on normal windows system hence it reads it as a garbage.
    Could you please suggest any method to change these files as UTF-8. I have 30,000 XML files for this loading.
    Is there any way to handle this issue in Oracle itself.
    Please suggest.

  • Cannot import adobe templates into Adobe Edge Animate

    I downloaded a few example files provided online by adobe for Edge Animate. 
    Went into the program selected "Create from Template" 
    Selected the .antmpl file
    selected the file preview in the window and clicked open...
    Nothing.. it doesn't do anything, it takes me right back to my blank document.  I've tried with multiple files with the same results.  My CC app is uptodate.  Any ideas?

    On the left side. Before you can create from a template you need to have at least one template. You can download templates here:
    https://helpx.adobe.com/edge-animate/topics.html

  • Why can't I import audio into Adobe Premier Elements 12 anymore?

    It has worked fine on several previous projects.  Now when I try to import music files from my library I get a "the importer reported a generic error" message.  Not very helpful.  Video still imports normally,  I only have problems with Audio

    hatrik10
    What computer operating system is your Premiere Elements 12 running on? Have you updated from 12 to the 12.1 Update? If not, please do so.
    Where is this library from where you are importing music files? The iTunes library with iTunes music?
    If so, convert the iTunes music in iTunes to the wav version and then import the wav version into the Premiere Elements project.
    iTunes: How to convert a song to a different file format - Apple Support
    Please review and consider and then let us know the outcome.
    Thank you.
    ATR

  • Trying to load ozone into adobe... and not kill myself.

    I do everything like I'm suppose to up to the vst plug in manager and when I select the effects I want to enable and hit ok nothing happens.  Nothing is showing up in the directx menu after, no new screen or menu is popping up, I don't really know what is suppose to happen next I just know nothing is happening next.  I got no clue why.  Please help if you have any ideas.  Thank you.

    I mother effin figured it out... actually it just magically worked all of a sudden! YoOoOoOoO!!!!!!

  • Hypertext link from image loaded via xml

    I thought this would be easy but for some reason it's not
    working.
    What I want to accomplish:
    Make an image loaded into my textArea via XML a link. I
    thought I could do something like this:
    <a href='
    http://www.mysite.com"><img
    src="myImage.jpg"/></a>
    Simple enough you'd think but the image appears but with no
    hypertext link capabilities. :(
    Any thoughts? Wisdom?
    Thanks.

    Hi Marghoob,
    Thanks for your reply. Turns out it is a bug with the Flash 7
    player. The code works fine in the Flash 8 and 9 player. I guess
    this was a reminder that I should look for the simple things first.
    Novian

Maybe you are looking for

  • Page breaks in smart form based on condition

    Dear all, I want to give a page break based on month in smartform. How can i do it. Thanks In advance. Regards satish.

  • Possible to embed video with controls in FM PDF?

    I have a very specific end in mind, and I'd like to know from you folks who might have done this before if it's even possible, and if so, the steps to follow to achieve it. Here goes... I'd like to take an ordinary AVI file, convert it FLV in Media E

  • How do I get Migration Assist. onto my iBook to move files to my MacBook?

    I just got a new MacBook and want to transfer my files from my old iBook G4 (OS 10.3.9). I followed the set up assistant instructions for the MacBook and inserted the OS X Install DVD and installed the file on the CD called "DVD or CD Sharing SetUp".

  • Random error

    Hellow, when I run a web report I got the following error "Error: The requested URL was not found, or cannot be served at this time. Oracle Reports Server CGI - The Reports Server Engine terminated abnormally." this error occur randomly! The link to

  • Weird lines behind icons in Finder

    My father has a G5 tower running Leopard. Lately, it's been showing odd horizontal lines behind the icons on the desktop and the dock. See screen capture here: http://homepage.mac.com/rmansfield/assets/misc/badscreen1.png Does anyone have any idea ho