Edge Animate CC :: Playing Audio On Safari?
Jan 11, 2013
I play audio with the following code:
var a = new Audio();
a.src = "xxx.mp3"; //.ogg if IE
a.play();
It works on different browsers including IE, firefox and chrome, but have no sound on Safari. I tried Safari 5.1 on PC and on iPod 4.3.3. I tried .wav, .ogg, .mp3.
View 6 Replies
ADVERTISEMENT
Jan 4, 2013
when I view my project on ipad safari, circles I created with the circle tool appear as squares, as do rounded corner rectangles.
View 1 Replies
View Related
May 22, 2013
I'm trying to embed a video into my project and although the initial setup was simple, getting it to play in all browsers is proving to be very difficult. I've read more articles and forum threads than I care to recall, but just can't seem to find the right combination. Safari wil play audio only and IE10 gives me "Error: Unsupported video type or invalid file path".
I've contacted my host provider to ensure that the server is compatible with all video formatts and I've had other people from different locations try to play the video with slightly varied results, but ultimately the video doesn't play for them either. Here is the code I'm using:
I started with this code that I picked up from an online tutorial:
var vid = sym.$("Holder");
vid.html('<video width= "838" height="609" src = "video/tester.mp4" poster = "video/DFC5.jpg" type = "video/mp4" controls ="controls" </video>');
I eventually moved to this in order to attempt to accommodate multiple video formats/browsers:
var vid = sym.$("Holder");
vid.html("<video width='838' height='609' preload='auto' poster = 'video/DFC5.jpg' controls ='controls'>" +
"<source src='video/tester.mkv' type='video/mkv' />" +
"<source src='video/tester.mov' type='video/mov' />" +
"<source src='video/tester.mpg' type='video/mpg' />" +
"<source src='video/tester.webm' type='video/webm' />" +
"<source src='video/tester.mp4' type='video/mp4' />" +
"<source src='video/tester.avi' type='video/avi' />" +
"<source src='video/tester.wmv' type='video/wmv' />" +
"<source src='video/tester.ogv' type='video/ogg' />" +
"</video>");
View 2 Replies
View Related
Jun 14, 2013
I start with several items on the stage, each an iteration of the same symbol. When I click on one, it performs an opening animation, then pauses. When I click on another, the first symbol un-pauses on its timeline, animating back to original position, while the second one I clicked plays its opening animation till its pause. Each of the symbols can tell the already deployed symbol to "play itself off."I'm sure this was done in Flash all the time, and there's a Javascript solution.
View 3 Replies
View Related
Jan 9, 2014
I have created an animation where the objects move left to right.Is there a simple way of 'flipping' the timeline so that the animation effectively plays in reverse, rather than redoing the animation altogether?
View 3 Replies
View Related
Jul 21, 2013
I have an embedded video in my animation , in an earlier state on my timeline I have a back button.
When the back button is pressed teh animaiton returns to this state but the video still plays in the backround.
The video cant be seen as its only appears at a later stage on the time line but the audio can still clearly be heard.
View 4 Replies
View Related
Jun 21, 2013
I have multiple pieces on animation elements on my site. I'd like the animations to play when the user has scrolled to that position on the page and not beforehand. Right now, page loads, user is at the top of the page and all animations load and start playing. By the time I scroll down, the animations have ended.
View 1 Replies
View Related
Sep 22, 2013
I have two symbols nested. On mouse over, the first symbol saturates the image, and moves it down. The second symbol makes the image cycle through three pictures. On mouse off, the slideshow stops, the image desaturates and moves up. This works really good!
I have a button below it, that when pressed, starts the timeline of the first symbol (saturates the image, and moves it down). This works great...but when I hover over the image, (after clicking the button), it snaps back up, and is desaturated. I'm not sure why it does that...I want the image to stay where it is!
View 5 Replies
View Related
Jan 3, 2013
I have started to work on an animation which will work as a splash-screen before the users see the actual site. (Yes I know... but the client wants it like this...)
The problem I have now is that the animation plays after a few seconds and that during these seconds it shows the content of the website. Besides that I still find it pretty difficult to actually position the animation the way I want.
I am using a plug-in for wordpress.
I tried fixing this with a pre-loader but this is also too slow. Is there any way I can force the animation to play sooner or to make sure they can't see the content before the animation has played?
You can find the concept of the website on: [URL]
View 5 Replies
View Related
Dec 13, 2013
I have two compositions on a page and I identify them within the AdobeEdge.bootstrapCallback. As soon as the user scrolls to the first animation I want to start it with an external call (compId.play()). If this is the only composition on the page it does work correctly. But as soon as the second one is added to the page it doesn't play at all. If I trigger the first animation via the console (e.g. compId.play(1000)) the animation jumps to the 1000 ms mark but then it stops immediately and doesn't play on.
View 4 Replies
View Related
Oct 5, 2013
Can i manipulated an audio on Edge Animate? For example, i wanted to start only after 5 seconds?I tried to use trigger, even the play("number") but i don't know if it's possible,Here is the code based on the buzz.js that i am using
var mySound = new buzz.sound( "sound/01", {
formats: [ "ogg", "mp3", "aac" ]
});
mySound.play()
.fadeIn()
[code]...
View 2 Replies
View Related
Mar 11, 2014
how could i control audio in edge animate
View 4 Replies
View Related
Mar 17, 2014
I have the following
STAGE
SYMBOL_1
DIV_PLAY
MOUSEUP(COMMAND)
DIV_STOP
MOUSEUP (COMMAND)
[Code]...
I would like to do the following:
play "SYMBOL_2" - "DIV_ANIMATION_1" - "ANIMATION_1_START" from within "SYMBOL1" - "DIV_PLAY" with the mouseup command
URL....I know that i can sym.getComposition().getStage().getSymbol("div_animation_1").play(); from within "div_play" but how do i access a point on the timeline and play from there...
View 1 Replies
View Related
Jan 23, 2014
How do you get the Audio Folder to appear in the Library?
View 3 Replies
View Related
Mar 13, 2014
I have a composition which has two pieces of VO. Each has an associated text block.I want to play the first VO when the first text is clicked. Then, when the VO ends, I want the first text block to fade out, the second to fade in and play the second VO when tapped.
I have the timeline set up with labels to play through the transitions at the end of the first VO. No issues there.I have the audio playing when I click on the text blocks. All good.However, I do not know how to make the timeline wait for the audio clip to end before playing.This is the code for the first text block:
sym.$("RUP01_Nar_1")[0].play();
sym.play('Nar2');
This plays the audio but also plays the timeline instantly (so the text blocks fade from one to the other as soon as the audio starts).
I figure I need some sort of code in between which says, essentially, 'wait until the audio finishes then [play timeline]'. But as much i have searched I cannot find anything to do that.
View 3 Replies
View Related
Feb 6, 2013
I got a new requirement from the client to create a HTML5 based functionality through which one can capture the video and audio using his web-cam/camcorder and microphone. I have researched on internet and found that there is api available (not reliable) [URL] . I am not a coder by profession and use Edge animate to create HTML 5 based animations and stuff like that. Another problem which i have found that the api only works well with Chrome and Opera and not with Mozilla, IE..
View 2 Replies
View Related
Apr 22, 2013
So my animation is a song and I'm doing like a video clip with interactivity (the interactivity is not inside at the moment).I need to have a play button so we can see (heard) on iPhone, iPad...
My problem is that the animation begin immediately behind the play button and before I press it.So the song and the animation are not synchronize.I try many things to stop the animation but nothing is working.
View 2 Replies
View Related
Aug 22, 2013
I'm trying to recreate an audio/visual feature that was built in photoshop/indesign (with hundreds of individal frames, that took hours to complete) in Edge. I've started it and gotten about half way, but I've run into a roadblock and can't figure a way around it.
I need the animation to start onclick with a play button that switches to a pause button. This single button needs both play and pause functions associated with it, and the background image has to change accordingly. I've got the animation to go as far as play onclick, and pause, but I can't figure out how to get it to play again after the initial pause.
I'll need to add in an audio track to go over the whole thing, that will also play/pause. The entire thing has to be timed to the audio track. I have never done much javascript.
View 2 Replies
View Related
Dec 30, 2013
How do I insert an audio while you play back an animation?
View 2 Replies
View Related
Jan 28, 2014
I have uploaded an edge animate cc published html with sound. The html file opens perfectly on my mac pro safari browser perfectly with audio. But when I open the same file on my iphone5 the file opens but no the audio does not play.
View 4 Replies
View Related
May 8, 2013
I'm trying to create animations to use with iBooks Author for an ebook. Unfortunately I am not a coder. Is there a way to make an animation in Edge that, when clicked, it plays a song? Or a video? I don't know how to connect Edge and Author in this way. How can I do something in Edge that references something in author?
View 1 Replies
View Related
Nov 5, 2013
When playing vlideo from a either a DSLR or my Canon XL-1 hear no audio from Photoshop CC.When I first opened the file had audio, but have hot heard a sound since then. Audio is fine using other software
View 1 Replies
View Related
Nov 11, 2013
I am working on creating a project and it all goes well when I have it in the edit tab. I am able to listen to the audio and watch the video.
When I hit the Share Tab and watch it the audio disappears and I can't hear anything anymore but can still see the picture.
I have split the audio from the video to see if this corrects the problem and it doesn't. I know my microphone is picking up the audio or I wouldn't be able to hear it in the edit tab. I have made several videos before using the program and have never encountered this before.
View 3 Replies
View Related
Sep 24, 2011
I'm using Corel VideoStudio X4. I'm facing problem that there is no any audio for any type of video playing. AVI, MP4.. any type of file I play, no audio plays.. All files are checked & plays correctly in any video player, GOM, VLC player etc...
No problem with video files. there is no audio for sample files provided by corel itself. When I play mp3 like audio files, sound plays perfectly. But some problem with video files only... I edited one file but no audio for that file also when I play edited clip in video player like VLC.
PC Configuration:
Windows 7 Ultimate.
HP DV6 laptop. 1GB graphic card, i5 2nd Gen.
View 14 Replies
View Related
Jan 25, 2011
I have few avi video clips which I believe I imported from camcorder using windows moviemaker. When I play those clips in any media player they play fine.
I have latest Corel Video Studio Pro X3. When I import this videos into timeline and play clips sound plays fine but when I play the project there is no audio. Even if I render it there is no sound.
View 5 Replies
View Related
Jan 2, 2013
I am using VS Pro X2 - I have 3 small MP4 files in my project timeline (filmed on my mobile phone) and for some reason although they play fine on the clip, the audio doesn't come out on the Project, or on the finished DVD, which is a real pain...I have 94 minutes of good quality DVD and 45 seconds of silence! If there was no audio at all I could understand it, but the MP4 clips all play fine on the "clip"...it''s just that when I play them under the 'Project', there is no audio.
My original DV files (which are all ok) are MPEG Audio Layer 2 files - 48000Hz, 16 Bit Stereo - bitrate 224kbps
The MP4 clips are MPEG AAC Audio files - 48000Hz, 16 Bit Stereo - bitrate 113kbps
View 7 Replies
View Related
Mar 4, 2014
I have a short 5min film for a student film fest, all the audio and visual plays perfectly in the timeline. However, when exported, the last audio clip (which is a 'button' and comes after two soundless title slides) does not play at all. Again, it works perfectly in timeline. All audio files are .WAV and I've tried exporting it in several different fashions, none of which have made a difference.
For the film fest I need to export in 16:9, Apple ProRes 422 (HQ). I tried this, among regular Quick Time export, Vimeo export, and others...every single export the audio on the 'button' didn't play at all but the clip is there.
Side Note: I tried adding low volume audio to bridge the last clip to the button to see if that made a difference so there would be no gaps in the audio timeline, but it did nothing.
View 1 Replies
View Related
Mar 21, 2014
After importing my mp4 video into Premiere Pro, the audio plays perfectly, but the video is out of sync and plays as if though it's in slow motion.I've been using this software for about 4 months and have encountered this problem within the last few weeks.
View 13 Replies
View Related
Jan 22, 2012
I am having a very difficult time trying to figure out what is wrong with my audio in VSPx4.
When I put a video in the timeline and click on it so it is on the "clip" the video plays fine but the minute I switch it to "project" the audio dissappears. If I render it in any format, the audio doesn't return. Also, if I multi-trimm a video I am no longer able to get audio either.
Lastly, if I split the audio from the video I cannot play the project at all. It just gives me a frozen screen...
I have re-installed VSPx4 and have all the patches updated.
View 2 Replies
View Related
Dec 13, 2013
I started a Premiere Pro CS5 project on my PC at work. Video files played both audio and video, life was good. Unfortunately my PC at work is slow, so I want to continue working on the project on my home PC. Uploaded the needed files with Sugarsync, went home, but when I open the project here all the video files only play audio.
So I know the files CAN display video, so it must be something to do with my home computer and CS5 install? I tried reinstalling PP CS5, no change. Is there a setting I may have accidentally disabled at home to force audio only?
View 11 Replies
View Related
Jan 22, 2013
I'm using Elements 9.03 with Windows XP. When I download videos from my Sony HandyCam, the video portion of the file does not play back, only audio. Is there a setting I can adjust or do I need to use a more recent version of Windows?
View 1 Replies
View Related