XML video not loading

I have assetts loading into my file with an xml doc. The
images and text is loading fine but when I try to load in external
.swf's i get a error. I am sure my mc on the stage is labeled
correctly and that the files are in the right location.
here is the error and the code.

why in the error is my local path and my xml element path
split up.

Similar Messages

  • HT1657 Video not loading for a rented movie that I want to watch offline?

    I have rented 2 movies, they were downloaded to "my videos".i wanted to watch them offline and whereas both movies started successfully, after a few minutes I got the error "video not loading".
    I reconnected my iPad to the internet and tried again but I get the same error again...

    The new releases seem to take the longest. But you use to always have the option of both right when they came out now its buy then wait and wait for rent.

  • Youtube videos not loading.

    Youtube videos not loading in WiFi, there is dots circling coming forever. BTW how long do I have to charge I've kept for 4 hours and it is still charging.

    here are the basic workaround instructions to get video streaming working over Wi-Fi:
    1. Go to Menu->Settings->Configuration->Personal Settings->Options->Add new->Web->Back->Options->Activate
    2. Repeat step 1. for Streaming and Access point
    3. Restart phone
    4. Go to Settings->Configuration->Default config. settings and select Personal config.
    5. Settings->Connectivity->WLAN First should be also checked.
    you may also look at: http://discussions.nokia.com/t5/Pool-of-Knowledge/Manual-internet-settings-for-Asha-and-other-Nokia-...
    http://www.microsoft.com/en/mobile/nokia-x-updates/
    http://www.microsoft.com/en/mobile/nokia-x2-update/
    http://www.microsoft.com/en/mobile/asha-software-update/
    http://www.microsoft.com/en/mobile/support/software-update/wp8-software-update/
    http://www.developer.nokia.com/Community/Wiki/Nokia_firmware_change_logs
    https://twitter.com/LumiaSWUpdates

  • Embedded video not loading?

    I seem to be having a problem with embedded video not loading.
    For example:  In Youtube if a video is embedded in a larger screen (example: http://www.youtube.com/channel/UCY30JRSgfhYXA6i6xX1erWg) it will not load but if I load the video in its own page (example: http://www.youtube.com/watch?feature=player_profilepage&v=bLT0z60vBl4) it will work perfectly fine.
    The issue comes when there are videos that don't have the option to load in a full screen (example: http://www.cbc.ca/thenational/watch/).
    I have the latest version, have hardware acceleration unchecked, this happens with all browsers (IE, FF, Chrome), have deleted cookies... what else can I do?

    this happens with all browsers (IE, FF, Chrome)
    Then it HAS to be something outside of Flash Player and the browsers, because:
    IE usues a proprietary plug-in - ActiveX, which is ONLY for IE amd functions independently of the others
    Firefox uses the standard plug-in, which neither IE nor Chrome use, unless you specifically disable Chrome's proprietary plug-in
    Chrome uses its own proprietary plug-in called "PepperFlash" which not only functions independently of the other two, it's a different format (PPAPI vs NPAPI)
    The odds that all three different plug-ins (in two different formats, no less) have the exact same problem with one situation (viewing embedded YouTube video in another page)... are astronomical.

  • Video not loading in both opera and ie

    i am having trouble with flash videos not loading from certain websites
    specifically http://video.au.msn.com/
    youtube videos work fine as well as a number of other websites
    using
    windows 7 sp1 x64
    opera 11
    ie8
    flash version WIN 10,2,152,32

    Hi, I checked that site and didn't have any problem with it. I looked for system requirements on the site, but none are available. The Help link at the bottom was not working either. Also I couldn't determine what kind of Video Player they use.
    That website seems eratic though. I clicked on one video to watch and it switched to a completely different video.
    In IE go to Tools, Internet Options and Check under the Security Tab. I'd set it to Medium for the Internet Zone if you don't have it set that way.
    I'd Disable any adblock if you use that.
    Some of those websites may want storage or other permissions:
    http://www.macromedia.com/support/documentation/en/flashplayer/help/settings_manager03.htm l
    eidnolb

  • XML file not loading...HELP!

    Hello,
    I'm working on a Magento template that includes a flashfile that loads a XML file.
    I'm getting the following error:
    XML FAILED TO LOAD! (undefinedtfile_main.xml)
    Fout bij openen van URL 'file:////Volumes/Macintosh%20HD/Users/ralreclame/Desktop/undefinedtf ile_main.xml'
    flash folder looks like this:
    I also tried placing the xml-file outside the xml_folder. Did not work either.
    code in the first frame looks like this:
    Stage.align = "MC";
    Stage.scaleMode = "noScale";
    _root.gall = url="tfile";
    _root.cacheKiller = "true";
    _root.road = _root.xmlUrl;
    _root.r_p = _root.imagesFolder;
    import gs.dataTransfer.XMLParser;
    function onFinish(success_boolean, results_obj, xml) {
        //This fhunction gets called as soon as the XML loads and gets parsed.
        if (success_boolean) {
            trace(1);
            play();
    stop();
    var parsed_obj = {};
    //We'll use this to hold the parsed xml object (once the XML loads and gets parsed successfully).
    var unCash = new Date().getTime();
    if (_root.cacheKiller == "true") {
        fileToLoad = _root.road+url+"_main.xml?cacheKiller="+unCash;
        fileToLoad = _root.road+url+"_main.xml";
    } else {
        fileToLoad = _root.road+url+"_main.xml";
    XMLParser.load(fileToLoad, onFinish, parsed_obj);
    Hopefully anyone can help me out here!
    grtz Roel

    Thanx for the reply!  my flash folder looks like this:
    and i inserted the value this way >>
    Stage.align = "MC";
    Stage.scaleMode = "noScale";
    _root.gall = url="tfile";
    _root.cacheKiller = "true";
    _root.road = _root.xmlUrl;
    _root.r_p = _root.imagesFolder;
    _root.xmlUrl; = "xml_folder/"            <<
    import gs.dataTransfer.XMLParser;
    function onFinish(success_boolean, results_obj, xml) {
        //This fhunction gets called as soon as the XML loads and gets parsed.
        if (success_boolean) {
            trace(1);
            play();
    stop();
    var parsed_obj = {};
    //We'll use this to hold the parsed xml object (once the XML loads and gets parsed successfully).
    var unCash = new Date().getTime();
    if (_root.cacheKiller == "true") {
        fileToLoad = _root.road+url+"_main.xml?cacheKiller="+unCash;
        fileToLoad = _root.road+url+"_main.xml";
    } else {
        fileToLoad = _root.road+url+"_main.xml";
    XMLParser.load(fileToLoad, onFinish, parsed_obj);
    The movie now shows in the preview so no more load error. One step further.
    But the links from the XML file are stil not working. When i preview the movie in flash i get "undefined" 5 times (i got 5 links in the xml file) It looks like this>>>
    any idea where that comes from??
    Thanks Again.
    -Roel

  • Xml file not loading from different server

    Hi,
    I have a simple flash banner that is pulling a number from an xml file on a different server. When it gets to the frame where the number should be it just says "transferring data from eckul.com" and will not actually pull in the number. Unfortunately I can't put the files on the same servers. Any help would be much appreciated, below are the links and the xml code I'm using followed by the action script. Cheers
    http://www.sainters.net/newsletters/2010/flash_test_membership2.html
    http://www.eckul.com/number.xml
    <?xml version="1.0"?>
    <inventors>
        <person>
            <name>892</name>
            </inventors>
    function loadXML(loaded) {
    if (loaded) {
    _root.inventor = this.firstChild.childNodes[0].childNodes[0].firstChild.nodeValue;
    _root.comments = this.firstChild.childNodes[0].childNodes[1].firstChild.nodeValue;
    name_txt.text = _root.inventor;
    comment_txt.text = _root.comments;
    } else {
      trace("file not loaded!");
    xmlData = new XML();
    xmlData.ignoreWhite = true;
    xmlData.onLoad = loadXML;
    xmlData.load("http://www.eckul.com/number.xml");

    so, in frame 1 of your fla before you execute that cross-domain load method, use:
    System.security.loadPolicyFile("http:www.yourcrossdomain.com/subdirectoriesIfNeeded/crossd omain2.xml");
    where the following (crossdomain.xml) is in www.yourcrossdomain.com's root (IF you want to allow allow subdirectory policy files):
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    </cross-domain-policy>
    and in the subdirectory (and its descendents) that you want to allow access put crossdomain2.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain="www.thedomainthatstryingtoloadcrossdomaindata.com" />
    </cross-domain-policy>

  • XML file not loading in FF from server

    I've created a web page that loads an external XML file and
    then uses javascript code to parse the file for requested
    information. I know it's not the best way to do this, but I'm
    trying to get this working before I move on to "better" methods.
    When I run the page using the "Preview/Debug in browser"
    funtionality of DW everything works great both in IE and FF. But
    when I load the page to the server and then load the page in a
    browser, it works in IE but not in FF. It looks as though FF is
    just not loading the XML file. I can't figure out why the page
    would work if launched from DW, but not work if the page is loaded
    on the server and then run from there, and only in FF.
    The code I'm using to load the XML file is supposed to be
    cross-browser compatible. I've seen many versions like from various
    sources, so it should be OK. I'm pretty new to all of this so I'm
    hoping that I'm just missing something simple. Does anyone have any
    idea why this is behaving this way?
    Thanks for any help.

    so, in frame 1 of your fla before you execute that cross-domain load method, use:
    System.security.loadPolicyFile("http:www.yourcrossdomain.com/subdirectoriesIfNeeded/crossd omain2.xml");
    where the following (crossdomain.xml) is in www.yourcrossdomain.com's root (IF you want to allow allow subdirectory policy files):
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.adobe.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
    <site-control permitted-cross-domain-policies="all"/>
    </cross-domain-policy>
    and in the subdirectory (and its descendents) that you want to allow access put crossdomain2.xml:
    <?xml version="1.0"?>
    <!DOCTYPE cross-domain-policy SYSTEM "http://www.macromedia.com/xml/dtds/cross-domain-policy.dtd">
    <cross-domain-policy>
      <allow-access-from domain="www.thedomainthatstryingtoloadcrossdomaindata.com" />
    </cross-domain-policy>

  • Images and video not loading after bridge

    Hi guys. I followed this guide to put the NVG589 into bridge/passthough mode so I can use my Netgear N600 WNDR3700v2 router. Everything seems to be working fine, except with Facebook, Youtube and a few other sites. Images and video take forever to load (if at all). Everything I have read online suggests either changing to the Google DNS or turning IPv6 off. I am already using Google DNS and I already had IPv6 turned off on the Netgear. I have now turned IPv6 off in the NVG589 as well, yet the problem persists. As we have 30 days to test run AT&T interent, I still have my cable interent active (Suddenlink), so I can plug in the cable modem (SB6121), and everthing loads quickly on Facebook and Youtube. I plug in the NVG589, still not loading...so it's defintley something to do with the settings in the NVG589. Any idea? Thanks in advance.

    Hi ,
    I am sorry about the issues you are having with your U-verse service loading certain sites, but I will be glad to help. Are you having issues when it is not in bridge mode? Try resetting the U-verse gateway, and just connecting your Netgear to see if you are having the same problem. If so, try doing a direct connection to the gateway without the Netgear to see if the problem still persists.
    Let us know how it goes.
    -David T

  • Rented videos not loading?

    So I rented the 'movie of the week' and it downloaded. I pressed play &amp; started to watch. Though approx 15mins into the film the movie just stops and a msg pops up saying "could not load movie" ... This happens at the exact same point every time! My internet connection is strong... Can someone help me? 

    Hi Dan345
    Have you installed Adobe Flash Player? http://www.adobe.com/products/flashplayer/
    After installing you should be able to play youtube videos.
    Hope this helps
    J.C

  • Video not loaded in flash

    Please help me
    I am unable to view videos on certain websites.
    rather than showing the content,
    a white box appears.
    when i right click on the white box,
    it says "movie not loaded" (in gray) and adobe flash player 10 (in black).
    i can't click on the gray line.
    when i click on the black line, it brings me to the adobe website and tells me adobe flash player 10 has been successfully installed.
    I am using a imac with os 10.6
    I am running the latest version of firefox and the latest version of Adobe flash
    Can someone please help me?
    Thanks

    Hi, First I would test each browser here:
    http://www.adobe.com/software/flash/about/
    Can you see the animation and the version number that is listed?
    If so, then while you are at that site, RIGHT click on the Flash logo, click Settings, then Display Settings is where you UNcheck the hardware acceleration. This sometimes helps since this is turned on by default.
    Thanks,
    eidnolb

  • Xml does not load in browser

    i made an applet that loads an .xml to get data. it works fine when i compile it in netbeans but when i try to use it in my browser in does not load the xml. Tha paths are ok. Is there something that could be done?

    Is the XML file on the local hard drive?
    By default applets cannot read local media (like the hard drive). You can get around that by signing the applet and having the user permit signed applets to read local media (which may or may not be the default; I don't know).
    A possibly better solution is to rework your applet so it either comes bundled with the XML file (say, in the jar file it's deployed in), or have it retrieve the XML from the server it came from. Both of these solutions do not require signing the applet or having the user give special permission.

  • Why are YouTube videos not loading properly on Safari?

    YouTube videos on Safari are not loading properly.  It is as if the YouTube viewing window loads right-justified on the screen. Which ends up being like almost a perfect square on the screen, with the unfortunate result that part of the video is truncated at the right.  The same exact video on Chrome loads just fine.
    I've just updated Flash and the problem persists.
    Here's a screenshot.
    The right part of the image shows a "Google 414 That's an Error" along with the description "The requested URL/adi/N8380.280090.ACCORDANTMEDIA/B7762596.101545485... is too large to process. That’s all we know."
    Is anyone else having the same issue?

    Hi Carlos ...
    Open System Preferences > Flash Player then select the Advanced tab.
    Click Delete All under Browsing Data and Settings
    Back to Safari. Press Command + Option + E to empty the Safari cache.
    Quit and relaunch Safari, try a video.
    And make Allow all other plug-ins is selected in Safari > Preferences > Security
    Command ,  (comma) will open the Safari preferences pane for you, or from your Safari menu click Safari > Preferences
    If nothing above helped, try troubleshooting Safari extensions.
    From the Safari menu bar click Safari > Preferences then select the Extensions tab. Turn that OFF, quit and relaunch Safari to test. If that helped, turn one extension on then quit and relaunch Safari to test until you find the incompatible extension then click uninstall.

  • Apple TV youtube videos not loading

    My network is ok. However, the Apple TV does not load Youyube videos anymore. I can access the app, my account, the favourites and so on, but no videos can be loaded... All the other apps (Vimeo, VEVO, ecc.) are ok. Any suggestions?
    Thanks in advance.

    Have you checked if there is a new update available for your -TV
    enjoy

  • Videos not loading correctly on first online call... desperate

    Weird problem here, folks.  I have a web page created in Edge Animate that plays (4) videos simultaneously and that works fine using "Preview in Browser."  It will NOT load correctly the _first_ time it's called from the website.  It only partially loads – everything but the videos – the first time an uncached browser (Firefox, Opera, Chrome, Safari) tries to load the page.  However, after trying to load the page that first time, if you immediately go to any other website, and then return to my site to load the page, the page will load correctly.  This is killing me.  I'm guessing this behavior will immediately be recognized by someone who can point me to a solution.
    To view this behavior:
    1)  Go to http://www.lightisrising.com
            A partial page (without animation in the upper left, lower left, middle right, and lower right cells) will load.
    2)  Go to a different website, such as Adobe.com
    3)  Return to www.lightisrising.com, and the page will load and play the videos correctly.
    Obviously, I need the page to load correctly the FIRST time someone visits it.
    Thanks in advance for any help. Much appreciated.

    Rob, it's great you were able to troubleshoot that issue.
    With that in mind, where should I place the CSS "display:block" code?  I'm not seeing a video tag anywhere obvious.  Would it go in the EdgeHero JS file, or in the edgeherostyle.css file, or in the of the HTML file... or somewhere else? If it goes anywhere but in the of the HTML file, what would the exact syntax be?
    The possibly relevant code in the edgehero-0.2-min.js file:
    $("[class^='videolink'],[class*=' videolink']").each(function(){var activeVi=$(this).attr("class");$(this).replaceWith('<video height="auto" id="'$(this).attr('id')'" class="'activeVi'" style="'$(this).attr('style')'">'$(this).html()'</video>')});
    $(".videolink_1").each(function(){$(".videolink_1").attr("src",videolink_1);});$(".videoli nk_1_mp4").each(function(){$(".videolink_1_mp4").append('<source src="'videolink_1_mp4'" type="video/mp4">');});$(".videolink_1_webm").each(function(){$(".videolink_1_webm").appe nd('<source src="'videolink_1_webm'" type="video/webm">');});$(".videolink_1_ogg").each(function(){$(".videolink_1_ogg").appen d('<source src="'videolink_1_ogg'" type="video/ogg">');});
    BTW, I extended the .js file to allow for (4) simultaneously playing videos, whereas the original allowed for (3) videos to play.
    Thanks much for your help.
    Matt

Maybe you are looking for

  • Generating traffic report of a tablespace or schema

    Hello together, at an Oracle 11gR2 (11.2.0.3.0) Enterprise Edition (fully licensed) with RHEL 6 as OS I'm trying to generate a statistic, that shows me a weekly or monthly report over the traffic on a tablespace or a schema. Until now, I've worked wi

  • What happened to Camera Raw in Bridge CS6

    What is going on with Adobe? What happened to the Camera Raw features in Bridge CS6? It was working perfectly fine in previous versions. Working on a MAC, first sign, when I go in the AdobeBridge CS 6 drop down menu, select Camera Raw Preferences...

  • What are differences between nokia N95 8gb new upd...

    what are differences between nokia N95 8gb new update V20 and previous update V15 and what are the bugs in new update V20??

  • MBAM 2.5 SPN Issue with DNS alias and reporting

    We have one server with administration and monitoring website and self-service portal setup on it. We have another server with the Databases and the reports running on it. When I initially set it up I set it up with a SPN that matched the host name.

  • OWSM 11g:Securing Asynchronous callback

    Hi all, I am posting again regarding this hoping that someone may be able help me up this time. I am working on soa suite 11g. I have two asynchronous bpel services A and b. I want to ensure message protection for the callback received by A from B us