Play button on iPad otherwise autoplay (with Buzz sound)

Hi,
I'm working on a project with a timeline and voice over. I found a very handy script (buzz.js) which loads the audio file(s) (mp3, ogg, aac) and play the timeline when it's done loading. So everything cool till there. But on iOs / iPad it's impossible to autoplay audio.. So I was wondering if i'ts possible to show a play button when the user is using an Ipad and autoplay on other platforms / browsers...
This is the script I'm using. (and I'm not really in to coding);
http://outof.me/edge-animate-adding-sound-effects/
var AudioVoiceOver = new buzz.sound ("audio/Verhaal1_Blz1", {formats: [ "mp3", "ogg", "aac"]});
                    AudioVoiceOver.bind  ('loadeddata', function(e) {
                    // playing the stage
                    var stage = Edge.getComposition(compId).getStage();
                    stage.play();
                    // play sound
                    AudioVoiceOver.play();
Symbol.bindElementAction(compId, symbolName, "document", "compositionReady", function(sym, e) {
   AudioVoiceOver.load();// insert code to be run when the composition is fully loaded here
//Edge binding end
Hope someone can help.
Cheers, M

GarageBand on the iPad doesn't have a "record in the background" feature which would let you do what you are asking. When you exit GarageBand or switch to another app you may see a red band with the word "Recording" but this is just GarageBand saving the state of the active song.
tt2

Similar Messages

  • Problem with connecting ipad 2 with crestron cp2e...help plss its urgent... I hv a ipad 2 with mobile pro g connected with cp2e. when i pressed any button in ipad its connet with cp2e but after 4-5 sec one error comes (warning wifi was powered off while t

    problem with connecting ipad 2 with crestron cp2e...help plss its urgent...
    I hv a ipad 2 with mobile pro g connected with cp2e. when i pressed any button in ipad its connet with cp2e but after 4-5 sec one error comes (warning wifi was powered off while the device was in auto -lock(sleep)press connect to reconnect) when i pressed again its connected with cp2e. i am using netgear wireless access point . i also has been changed access point as well as updated ipad firmware bt problem is as it is .. pls help.

    Hi have you solved the issue ?
    Cause I have the same problem.
    Tnx

  • After a successful home button repair, I've got a buzzing sound when I make or receive calls. No problem with the speaker as I can listen to online radio stations and my music.

    After a successful home button repair on my iPhone 4, I've got a buzzing sound when I make or receive calls. No problem with the speaker as I can listen to online radio stations and my music.

    I guess your definition of a "successful repair" is different from most people's.
    If you got it serviced by Apple, take it back to them.
    If you had it serviced by a 3rd party, Apple won't touch it. Take it back to whoeever fixed it for you.

  • How to play a wav file to LINE_OUT with javax.sound.sampled

    Hello all,
    I need to play a wav file to LINE_OUT port, but not to the SPEAKER. I am trying to do this under window NT. For some reason I get false for isLineSupported(Port.Info.LINE_OUT). I am new to javax.sound so I might be doing something wrong. Here is the code that I am using to iterate through all availible mixers and check if LINE_OUT is supported by any of them:
    Mixer.Info[] mixers = AudioSystem.getMixerInfo();
    for(int i = 0; i < mixers.length; i++){
    Mixer mixer = AudioSystem.getMixer(mixers);
    if (mixer.isLineSupported(Port.Info.LINE_OUT)) {
    System.out.println("the port is supported");
    try {
    Port line = (Port) AudioSystem.getLine(
    Port.Info.LINE_OUT);
    catch(Exception ex){
    ex.printStackTrace();
    else{
    System.out.println("the port is not supported");
    Please help

    The new bugID of the request to implement Ports is: 4558938.
    (If you voted for the old bug id: 4504642, be sure to change your votes to this new bug report since the old one was closed as a duplicate of the new one.)

  • Flash movies with play button don't work

    I have the 'simple' problem that everytime I see a "play" button on a web page with flash content, clicking on it won't start the movie.  However, e.g. YouTube movies work fine. So it seems it's just movies that do not start automatically after clicking on a link.
    Also, checking the flash player e.g. at the Adobe site (http://helpx.adobe.com/flash-player/kb/find-version-flash-player.html), tells me in a flash box I have the latest flash player installed, and I see the  flash movie 'flash player is running on your system' with the red ball rolling in it.
    I have the same problem for both google Chrome and for IE.
    I still have an old Dell Inspiron 6000 notebook with Win XP (latest updates) and ATI mobility Radeon X300 graphics chip, for which I also installed the latest available drivers.
    Experimenting with Flash Player settings was unsuccessful so far (e.g. no hardware acceleration, clearing all internet data in the Flash Player global settings tool).
    My desktop (also with Win XP and with the same browsers and Flash Players/Flash Plugins installed works fine...).
    I also know that it worked at an earlier time with this NB...
    I managed to run the movie with a Linux Live CD but that is not what I want to do every time...
    Any idea is highly appreciated.....

    Hi BalusC, i have saved the datamodel (a ArrayList) in SessionBean. It can't be null. The rows of table display correct. I don't understand, why functions buttons with ObjectArrayDataProvider, but not with ObjectListDataProvider?
    I found a page with same problem: http://forum.java.sun.com/thread.jspa?threadID=549675&tstart=30

  • Play Button with Transition

    I am trying to create an initial slide that will look similar to a video played on Youtube. I would like the user to click on a Play Icon which triggers a transition to fade out and then start the presentation.
    Any ideas how I would do this?

    Hi,
    By default Captivate generated files plays automatically. There is an option to start playing the movie on demand.
    Open your project in Captivate and follow Edit> Preferences > Project > Start and End > Uncheck the "Auto Play" check box. This will insert a play button and in the published file until user clicks on the play button movie does not start playing.
    Now to  trigger a transition on clicking the play button insert a blank slide with background similar to your presentation.Let the blank slide be the first slide. Reduce its slide time. In the Slide properties of the Blank slide change its transition. Now a transition effect gets created after clicking on the play Button.
    Hope this helps !!
    -Ashwin

  • Getting a flv file to start playing with no sound

    Hello,
    I am trying to get my flv file to start playing when the page is loaded with no sound, but I am have no luck. The flv file starts playing fine with the sound on, and I can turn the sound off with my volume controller, but I need it to start playing with no sound. Please help.
    var restartTimer:Timer = new Timer(19000,1);
    restartTimer.addEventListener(TimerEvent.TIMER, startTimer)
    var myImage:mcImage = new mcImage;
    var myReplayBtn:mcReplayBtn = new mcReplayBtn;
    //--------------------Video Controls---------------------
    var videoConnection:NetConnection = new NetConnection();
    videoConnection.connect(null);
    var videoStream:NetStream = new NetStream(videoConnection);
    videoStream.play("sebring09.flv")
    var metaListener:Object = new Object();
    metaListener.onMetaData = onMetaData;
    videoStream.client = metaListener;
    var video:Video = new Video(195,132);
    video.attachNetStream(videoStream);
    addChild(video)
    swapChildren(whiteOutline, video)
    video.mask = myMask
    video.x = 7.5;
    video.y = 3;
    function onMetaData(data:Object):void
    //------------------------Timer---------------------
    function startTimer(event:TimerEvent):void
    addChild(myImage)
    myImage.x = 9;
    myImage.y = 20;
    addChild(myReplayBtn)
    myReplayBtn.x = stage.stageWidth/2;
    myReplayBtn.y = stage.stageHeight/2 - 12;
    myReplayBtn.addEventListener(MouseEvent.CLICK, replayMovie)
    myReplayBtn.buttonMode = true;
    function replayMovie(event:MouseEvent):void
    videoStream.play("09_Sebring_incar_Cut.flv");
    removeChild(myImage)
    removeChild(myReplayBtn)
    restartTimer.start();
    restartTimer.start();
    //-------------------------Audio Controls---------------------------------
    var soundVol:SoundTransform = new SoundTransform();
    var soundVolume:Number = 1;
    // Code that handles the volume slider
    var trackBounds:Rectangle = track_mc.getBounds(track_mc);
    var xPos:Number = trackBounds.x;
    var yPos:Number = trackBounds.y;
    var widthPos:Number = trackBounds.width-track_mc.slider_mc.width;
    var heightPos:Number = 0;
    var bounds:Rectangle = new Rectangle(xPos,yPos,widthPos,heightPos);
    track_mc.slider_mc.x = widthPos;
    track_mc.mouseEnabled = false;
    track_mc.slider_mc.buttonMode = true;
    track_mc.slider_mc.addEventListener(MouseEvent.MOUSE_DOWN,dragSlider);
    stage.addEventListener(MouseEvent.MOUSE_UP,stopSlider);
    function dragSlider(event:MouseEvent):void {
    event.target.startDrag(false,bounds);
    addEventListener(Event.ENTER_FRAME,setVolume);
    function stopSlider(event:MouseEvent):void {
    track_mc.slider_mc.stopDrag();
    removeEventListener(Event.ENTER_FRAME, setVolume);
    function setVolume(event:Event):void {
    soundVolume = track_mc.slider_mc.x/widthPos;
    soundVol.volume = soundVolume;
    SoundMixer.soundTransform = soundVol;

    you can use the soundmixer's soundtransform to control all volume but, unless you have multiple sounds, you should probably use the netstream's soundtransform.
    in either case, to start your video with no sound, assign the volume property in you onMetaData function:
    function onMetaData(data:Object):void {
    var st:SoundTransform = videoStream.soundTransform;
    st.volume = 0;
    videoStream.soundTransform = st;

  • Buzzing sound when charging my ipad

    My iPad Mini makes a buzzing sound when charging. What should I do?

    that is not normal.  If you are a very aggresive listener - and hear things that other prople don't - ignore the buzz.  If it is noticable to others as well, take it in for a diagnosis.

  • Are there any quiet 20" iSight iMac G5 without constant buzzing sound?

    Hello all,
    Some of you may know I've got my iMac G5 and it has constant buzzing sound coming from the back of the vent. My friend's going to get one and he's afraid he is going to get one with buzzing sound. I don't know if it is just me or everyone's has buzzing sound.
    There is a 17" iSight iMac sitting next to me. It is very quiet, so I know how it is supposed to sound like. Since it's a 17", I am not sure if they have the same designs.
    So for those who have new 20" iSight iMac G5, can you tell me whether you have the buzzing sound from you iMac or not please?
    Thank you very much.

    My 20" G5 iSight has a constant fan noise, could be descibed as buzzing.
    Yet my wifes 17" iMac iSight is virtually silent.
    I note the 20" vibrates if you touch the left side of the screen, they were all doing that in the Apple store too.
    I think that maybe the fan runs faster in the 20" due to faster processor, bus, graphics card and larger hard drive.
    All these will generate more heat.
    On another note a friend popped round earlier and said my 20" was really quiet, so it is subjective I think.
    I have very sensitive hearing, I cannot hear my new iMac over my old PoweMac G4 FW800 - that is very lound.

  • Play button, with audio and symbols with symbols

    Hi,
    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 immediatly behind the play button and before I press it.
    So the song and the animation are not synchronise.
    I try many things to stop the animation but nothing is working.
    I 'm not use to the code, so I'm lost.
    Here is the link :
    https://creative.adobe.com/share/50ff3ebe-8636-4815-be33-594e62fe88d5
    An idear will be the welcome
    Thanks
    Stéphane

    Hi Steph,
    Since your animation is contained in a nested symbol, you need to turn "Autoplay" off for that symbol. Double click your "ANIM" symbol- there is a little checkbox that says "Autoplay", in the Properties panel at top left. If you uncheck that box, that symbol will not autoplay.
    On the click of your button, you will then need to add this line of code, to make that symbol's timeline play:
    sym.getComposition().getStage().getSymbol("ANIM").play();

  • I have noticed an issue with utilizing the "stream" function on iOS 7. If you choose to just stream the movie by hitting the play button it seems to actually start downloading (which is fine) but if you are say halfway thru the movie and stop you can clea

    I have noticed an issue with utilizing the “stream” function on iOS 7. If you choose to just stream the movie by hitting the play button it seems to actually start downloading (which is fine) but if you are say halfway thru the movie and stop you can clearly see that storage has been reduced under the usage, yet under the “videos” tab it still states “No Data” the only way to delete what you have partially downloaded is to fully download the video, which is fine but there is no way to tell what videos have been partially downloaded (I.e which occurs a lot when your child switches between movies using the so called “stream” function). This becomes troublesome once the capacity of the ipad is almost met and you have no way to delete this data since you may have several videos that have started to be viewed (hence partially downloaded). Apple needs to somehow make it truly streaming or provide an update so the storage can be managed. The only way I have been able to remove partially downloaded videos is by doing a total software restore. (The video data that is in question when connected to my MacBook shows up in iTunes as “other”) if you have any insight into this issue it would be greatly appreciated. Thanks.

    Here are the screenshots for what it's worth.
    Not sure why I can't post them in the original post.<br>
    <sub><b>Mod edit: See [https://bugzilla.mozilla.org/show_bug.cgi?id=718813 bug 718813]</b></sub>
    '''Again, when I set my DNS server to automatically detect the servers both problems disappear and I have no issues at all.'''
    IMO opendns is either doing this on purpose (unlikely) or they're under some sort of attack/being used to attack the specific torrent sites although I'm open to other explanations. I believe using the automatic setting for DNS is using my own ISP's DNS servers (which again, work fine... but still...)
    I'd rather not use Google's public DNS servers as Google is to commercial these days and I think there's potential privacy issues.
    '''Again I have changed the setting for DNS servers back and forth several times to duplicate/verify the issue(s)... and the issues only happen with the opendns servers.'''

  • I placed my ipad on top of my CPU with a music playing,i heard a crack on the sound and when i checked it,i can no longer hear a sound playing on my ipad.i tried to check place a headphone its still playing a sound but when i pull it out,wont play at all.

    i placed my ipad on top of my CPU with a music playing,i heard a crack on the sound and when i checked it,i can no longer hear a sound playing on my ipad.i tried to check place a headphone its still playing a sound but when i pull it out,wont play at all.

    I don't know if this will work but it's worth a try. I wonder if somehow you ended up with a short inside of your iPad. Give the things below are trying to see if that helps. Good luck.
    Try a Restart. 
    Press and hold the Sleep/Wake button for a few seconds until the red "slide to power off" slider appears, and then slide the slider. Press and hold the Sleep/Wake button until the Apple logo appears.
     Resetting your settings
    You can also try resetting all settings. Settings>General>Reset>Reset All Settings. You will have to enter all of your device settings again.... All of the settings in the settings app will have to be re-entered. You won't lose any data, but it takes time to enter all of the settings again.
    Resetting your device
    Press and hold the Sleep/Wake button and the Home button together for at least ten seconds, until the Apple logo appears. Apple recommends this only if you are unable to restart it.
    Or if this doesn't work and nobody else on the blog doesn't have a better idea you can contact Apple. 
    Here is a link to their contacts with most of the information below. 
    http://www.apple.com/contact/

  • I spilled some pop on the back of my iPad. I cleaned it off and everything seems to be going good but when I play music it will either play with no sound or play then continue with no sound. What can I do to fix this (without being costly, it's a iPad 2)

    I spilled some pop on the back of my iPad. I cleaned it off and everything seems to be going good but when I play music it will either play with no sound or play then continue with no sound. What can I do to fix this (without being costly, it's a iPad 2) this happens with other music apps too. Please I need help!

    You can try resetting your iPad by simultaneously pressing and holding the Home and Sleep/Wake buttons until you see the Apple Logo. This can take up to 15 seconds so be patient and don't release the buttons until the logo appears.
    Try again to see if the problem persists. If it doesn't work, there isn;t much anyone here can do for you. It may be a physical problem with your speakers.

  • Video content missing on ipad... play buttons greyed out

    There was a similar thread but answer did not apply.  I have videos that are fromatted to play on ipad and play in itunes well.  When sync to ipad you can see the ipad increase in file size from the added video.  When you open the video app to view the videos all is seen is greyed out video image with title underneath.   click on that image,  and the play button is greyed out.   Even though the running time appears,  the file size is 0.  I know the content is on the ipad because it shows the space being used by those files.  Where are they?   i look in the music app, no luck. 
    I did plug in the ipad to computer  and view the files that way (in left hand side of itunes where you view files on devices )  and those particular video files are greyed out there as well.   Please help.  So frustrating trying to find an answer.  
    I have tried deleting the files from ipad and resyncing did not work.  Thanks

    Update:
    After further inspection: it seams the  video contnet is not being transferred but only the video file image and title.  Discovered this after unplugging and repluggin and saw the file size in ipad decrease because there were no video files.  Thanks  for you help 
    Still need a solution.  Thanks

  • Can I get Quick time video on iPad 2? Specifically, when I receive an email with quicktime on it, it will not play on the iPad.

    Can I get Quick time video on iPad 2? Specifically, when I receive an email with quicktime on it, it will not play on the iPad.

    Hello.  I have AV player hd.  When I touch and hold the Quicktime icon that is in a received mail message, a prompt comes up "Open in AVPlayerHD".  I click on that and a black screen opens up with the following on it:
    1--A red line at the top with a short white slider button on the right hand side.  There is a time listed at each end of the red line that says 00:00
    2--On the left hand side of the screen, near the middle, there are 4 icons, a colored 'x', a dialogue icon, a circular arrow and an 'i' in a circle.
    3--On the right hand side there is a + and a - sign with '1.00x' in the middle of the two.
    4--At the bottom of the black screen is a play icon plus forward and fast forward icons.
    When I press the play icon it changes to a stop icon.
    So, even though I have AV player I cannot play this Quicktime slideshow.
    Any help would be appreciated.  Thanks.

Maybe you are looking for

  • Global Order Promising query -- Action Code

    This is regarding the GOP(11i ) , mrp_atp_pub_call parameter action code . As per the Oracle it has three values Action: Type of Inquiry 100- ATP Inquiry 110- Scheduling 120 - Rescheduling My ask is : 1. Do we per/Unpeg supplay demand or reservation

  • Oracle Enterprise Repository post installation steps failed.

    Hi, I was able to install Oracle 11g Express and Weblogic 10.3.6.0 and 11.1.1.6.0 and when try to follow post installation steps to extend a domain installation fails with following steps. Could you please assist me what could i have done wrong or su

  • How to run CLIX command?

    Hi! I know the syntax of writing a CLIX command (from Console Manager Guide). However, I do not know how can I execute the CLIX command. I have installed the application but it does not seem to call up any application or windows where I can enter the

  • AIX server performance issue?

    Dear In our AIX server, we have 4 oracle Apps R12 instances are running namely CRP1,CRP2,VISION,Clone of CRP1. During CRP2 session, most of the users complains about performance. First reason may be 4 instances (single node) on same server.But my que

  • Querying BOE security - getObjectPrincipals() has memory leak?

    Hi, I am querying the BOBJ Enterprise security and noticed that when I introduce the getObjectPrincipals() method in my code, my program consumes a great deal of additional memory, and will eventually fail due to insufficient heap space as the code i