Help required - animation created in edge animate not working on chrome mobile

Hi,
Here is the link :
www.knowledge-hive.com
The animation is working well on default mobile browsers for android and iOS but it is not working on chrome mobile. Has anybody faced a similar issue?
Thanks,
Ankur

Actually yes...!
Failed to load resource: net::ERR_FILE_NOT_FOUND file://www.youtube.com/player_api
But why only when opening the HTML directly...?
There is another error...maybe this is the problem source:
Uncaught SecurityError: Blocked a frame with origin "https://www.youtube.com" from accessing a frame with origin "http://localhost:54321". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

Similar Messages

  • Include an interactive Youtube player in Edge Animate - Not working properly!

    Hi folks!
    I am working on a new project which is based on a interactive web video.
    In the Edge Animate proyect I have implemented a Youtube fullscreen player which has interactivity. On the one side, in the Edge project I have included a JS which contains the definition of the Youtube player API and all its functions in order to enable the interactivity. On the other side, in the HTML which creates Edge Animate I have included the div for the player and some buttons to play and stop the Youtube video.
    When I launch the website using Edge Animate everything works fine, but when I open the HTML file without Edge Animate, the Youtube player is not being defined (the player div is empty). I think the problem may be related to the external JS file in the Edge project.
    I don't recognise why this external JS with the Youtube functions only load when it is launched from the Edge Animation app.
    My aim is to load this project as a OAM file at the end in Wordpress with the Youtube player and its interactivity included.
    Need help for this issue! Does some know how to fix it?
    Conclusion:
    Fullscreen animation with Youtube Player as background with some buttons in the HTML project file to play and stop the youtube video. Youtube API functions inside an external JS file and included in the Edge Animate project. Only works when the animation is launched with Edge Animate. If the HTML file is open directly, Youtube player is empty.
    PD: I have attached some images in order to offer a clearer vision of this problem.

    Actually yes...!
    Failed to load resource: net::ERR_FILE_NOT_FOUND file://www.youtube.com/player_api
    But why only when opening the HTML directly...?
    There is another error...maybe this is the problem source:
    Uncaught SecurityError: Blocked a frame with origin "https://www.youtube.com" from accessing a frame with origin "http://localhost:54321". The frame requesting access has a protocol of "https", the frame being accessed has a protocol of "http". Protocols must match.

  • Edge Animate not playing in Chrome or Firefox?

    Hi guy's,
    I've embeded an Edge Animate file as an i-Frame so the animation can be viewed in our companies LMS (as it uses a WIZIWIG editor to create the content), the animation plays in Safari and on iPad etc, but it wont play on Chrome or Firefeox?
    Does anyone have any idea on how I can make sure it plays on all browsers please?
    I'm a bit of a newbie, so sorry if this is a stupid question?
    Cheers,
    Stu

    Hi Elaine,
    I've checked the comsole, It looks like there might be an error on our Firewall as it says 'display: blocked'
    However, as the file is hosted externally it shouldn't make a difference? I've tried veiwing the slider on an 'un-networked' machine on both Chrome and Firefox, and it doesn't seem to play still.
    Here's the link to my Google Drive so you can have a look at the files: https://drive.google.com/folderview?id=0B7_E2OecMf0aRFFnOVMtWE9zMVE&usp=sharing
    Also, using the HTML button on this WIZIWG editor, I've embeded the HTML in here too:
    It's not loading in Chrome on here either? I'm using an iframe too as the WIZIWIG Editor in our LMS srtips out the code

  • Twitter API and Edge Animate not working

    Hi,
    I have watched great video about using Twitter API in Edge Animate on Adobe TV and I thought I would give it a go.
    I followed the steps and unfortunately it's not working for me.... Not even an error message when tested in a browser, nothing...
    Here's my code for compositionReady:
    try {
        // Read tweets, set number of tweets to display
        var 0 = { username: "adobeedge", count: 4};
        var twitterUrl = "http://api.twitter.com/1/statuses/user_timeline.json?screen_name="+o.username+"&count="+o.count;
        // AJAX function for communicating to Twitter API
        $.ajax( {url: twitterUrl, dataType: "jsonp"} )
            .success(function(data) {
            $.each(data, function(index, item) {
                var itemRenderer = sym.createChildSymbol("itemRenderer", "tweetContainer");
                itemRenderer.$("tweet").html( item.text );
                itemRenderer.$("image").css("background-image", "url("+item.user.profile_image_url+")");
    catch(error) {
            alert("Error: "+error.toString());
    Any suggestions?

    Please, could you replace "adobeedge" by "adobeanimate".
    Before:
    After:
    try {
                var o = { username: 'edgeanimate', count: 4 };
                var twitterUrl = 'http://api.twitter.com/1/statuses/user_timeline.json?screen_name='+o.username+'&count='+o.count;
                $.ajax({url: twitterUrl, dataType: 'jsonp'})
                    .success(function(data) {
                       $.each(data, function(index, item){
                            var itemRenderer = sym.createChildSymbol("itemRenderer", "tweetContainer");
                            itemRenderer.$('tweet').html( item.text );
                            itemRenderer.$('image').css( "background-image", "url("+item.user.profile_image_url+")" );
                            itemRenderer.play( index * -100 );
    catch(error) { alert("Error: "+error.toString()); }

  • Edge animate - Not working  why ???

    Hello all
    i just downloaded edge animate and this is what i get.
    some kind of error.
    someone know whats the problem ??
    thanx

    Hi Andrei123123,
    Are you on Windows OS? If yes can you try the following:
    Close Animate if already launched.
    You can download TCPView from this link - TCPView for Windows
    Launch TCPView, make sure that you are not running Edge Animate. It will show you a list of all the processes and the ports in use. Sort on the port number and check if 54321 is listed. If it is listed then try closing the program which is using the port and
    Re-launch Edge Animate and check if it launches fine with the start page rendered properly.
    -Sujai

  • Edge animate not working in IE11?

    Anyone having this problem?

    What is the issue you are facing? Is the published content from Edge Animate working on other browsers? Do you see any errors in the console panel?
    -Sudeshna

  • Edge animate Not working with Safari

    I made an index file with some Audio effect with edge Animate.
    I works on any browser besides Safari,,
    Does anyone has similar problem?

    Possibly an encoding issue, more than anything, with that particular audio file.
    Care to share the project url for others to test in Chrome?
    Are you using Edge Animate v3? It supports audio now.
    Darrell

  • Multiple Edge Compositions not working in Chrome

    I am having trouble with a edge animate multiple composition website.
    What's happening eventually is when I renderize the website in Google Chrome the background layers start to disappear, when I resize the browser window up above the 698px in height, and as you keep resizing it, it keeps with the same behavior, I mean removing these one by one as long as you keep resizing the browser.
    Here's the website link to the website.: http://www.mvcreatives.com/fellini
    Any advice will be very much appreciated!

    Are you referring to the header banner?
    Loads fine in FF for me, latest version.
    Darrell

  • Help -- Trying to create JAR file but not working

    Hi everyone
    I have created a rather noddy Java program that consists of 4 JComboBox's and 1 JButton on a JFrame.
    When the button is clicked a text file is generate with the options that have been selected.
    There are severial files that the program uses for this:
    gcc.java
    OutToFile.java
    gccConfirm.java
    MyNewWindow.java
    main.java
    I am using Jcreator and so must use the command line to create the Jar file.
    I have never done a jar file before so I did an example with a hello world program and got it working now problem. I did the same for this program and the JAR file is generated without error. I double click on the JAR file to run the application, but nothing happens. I can see the application running in memory but nothing loads on the screen. However if I run it from the command line using Java -jar gcc.jar then everything is ok.
    can anyone help me here?
    thanks in advance

    If you run you .jar from the command line (a shell in unix speak) there
    already is a console where your java program can send it's System.out
    stuff. Right click on your .jar and select 'properties' (or similar). Note
    that your .jar is run by 'javaw'. This executable is similar to the 'java'
    executable except that it doesn't open a console for you. Change the
    'javaw' command to 'java' and voila, there's your console again.
    kind regards,
    Jos

  • Edge Animate not working....Mkay...

    I have a Creative Cloud Membership, mkay...active for a month mkay (ok enough!)
    Have had problems with my home Mac not recogising my account and running trial versions of everything. Last night a very helpful Adobe Tech Assistant chatted with me telling me that I had to alter the 'Host' file......
    I did this and Photoshop, illustrator and Muse opened without asking for a serial number   .....However Animate now opens but crashs without showing the interface. Why??? It opened fine before changing Host file.
    Anyone else been in this quandary?
    Many thanks
    Luke

    Hi
    Please share page url, also checkout this post where same topic is discussed and suggestions are mentioned :
    https://forums.adobe.com/message/6052023#6052023
    https://forums.adobe.com/message/5905070#5905070
    https://forums.adobe.com/message/5918458#5918458#5918458
    Thanks,
    Sanjit

  • I have created a 468x60 animated banner in Edge Animate. How do I save the animated image to my desktop? (not in html code)

    I have created a 468x60 animated banner in Edge Animate. How do I save the animated image to my desktop? (not in html code)

    Hi,
    This feature is not available in Adobe Edge animate. You can not export as image from Edge animate.
    Publish options available in edge describe here
    Edge Animate Help | Publish your content
    Regards,
    Devendra

  • Imported SVG from Edge Animate not rendering properly in Safari

    Hi,
    We are having problems with an animation we created in Edge Animate, when we import it into Adobe Muse and then view it in Safari it becomes jagged and doesn't render properly.
    It works perfectly on Chrome, Firefox and when using a retina screen.
    We are using CC 2014 version now, previously when we used the old version of CC it worked on all browsers.
    Is there any settings we need to change when exporting from Edge or importing into Muse?
    Here is the link to the Animated SVG: Spining Wheel

    Thanks vivekuma that seems to work now using the below steps.
    1. In "Position and Size" subsection of the property panel, note down somewhere, the values of "X", "Y", "W" & "H" of an svg file used on stage.
    2. In "Transform" subsection of the property panel, change the CSS Transform ScaleX and ScaleY from 10% to 100%.
    3. The above change will change the values for "X", "Y", "W" & "H". So, you have to set their values as you have noted down in the first step.
    4. Repeat the first 3 steps for every svg file used on stage.

  • Can you make an animated gif from edge animate?

    Can you make an animated gif from edge animate?

    not natively. edge exports html and javascript files, not video files, or frames.
    however, you could use a third-party program that has a video screenshot function and make one that way.

  • Integration d'une animation creer avec edge animate cc dans wesite x5

    bonjour je suis nouveau et je voudrais savoir comment integrer une animation creer avec edge animate cc dans wesite x5

    Je ne connais pas website X5, mais visiblement, il existe un élément html que vous pourriez utiliser http://help.websitex5.com/fr/index.html?_ga=1.263779784.595486606.1393409044
    Par contre, je ne sais pas comment seront transférés les fichiers liés.

  • Apply a hyperlink to an anchor tag in Muse to a file created in Edge Animate?

    Is it possible to apply a hyperlink to an anchor tag in Muse to a file created in Edge Animate?
    thanks

    HI Eric,
    Found a discussion thread that could help you.
    Re: anchor link to muse
    Thanks,
    Preran

Maybe you are looking for

  • Help using right-click to display text in the console/call a pop-up menu

    Hi folks, I hope someone can help me with this problem because, to be honest, I cannot see where I'm going wrong! Basically, I'm trying to create a routine to display a bit of text in the console (and, if I can get this to work, call a pop-up menu) i

  • Missing Controls

    I'm using the latest version of iWeb. I dragged an MP3 fro iTunes to my webpage and then added a photo to the object. In iWeb, I get a set of controls that allows me to start/stop the music. However, when I review the page in Safari, after publishing

  • Make application always launch in full screen mode?

    Some apps such as Mail and iTunes will remember that they are set to full screen mode when the Mac is restarted and will relaunch exactly as I left them. I have one third-party app (Linootype FontExplorer X Pro) which supports the full screen feature

  • HT1338 How to empty trash?

    How to empty trash?

  • Lost some but not all purchases

    Hi, I tried to find a solution to my problem with the search option but couldn't find a matching answer. Due to some serious hardware problems I had to reinstall all my files with the Time Machine Backup (the backup was less than 12 hours old). Well,