Repeating Audio Button with Slide Persist

I'm creating a pictionary for Native American lanquages
designed for childen. I need to create slides with an image, an
audio button that will repeat the audio on multiple clicks and,
lastly, file navigation buttons. How do I get the button to repeat
the attached audio file and, second, keep the page from advancing
after the audio plays the first time on the first click? I'm
stumped. Thanks for any help!
David

This thread was posted four different times. Most likely due
to a forum hiccup. Please direct any replies to the first thread.
You may do this by
clicking
here

Similar Messages

  • Repeat Audio on a Slide

    How can I go back to the same slide or repeat the audio on a
    slide? When I choose a button action to go to a slide, the current
    slide is not an option to select. There is no option to play audio
    (except for somebody made the suggestion of putting an invisible
    feedback prompt that plays audio when the button is clicked but
    that doesn't quite do the trick).

    Hi barleykins
    If you simply need to repeat playback of a slide, duplicate
    it. Then remove everything but the background image from the first
    instance and time it to the smallest timeslice, which is .1
    seconds. Then have your button simply point at the previous slide.
    The end effect is that the slide repeats. You jump back for .1
    seconds and re-enter the slide again.
    Cheers... Rick

  • Flash CS3 Play/Stop audio button problem

    I made a play/stop audio button with this youtube tutorial (youtube.com/watch?v=XU6oMEFUFF8) but after the sound is finished I want the play button to show up agian.
    Here is the actionscript:
    import flash.events.MouseEvent;
    play_btn.addEventListener(MouseEvent.CLICK,clickha ndler);
    stop_btn.addEventListener(MouseEvent.CLICK,clickha ndler);
    function clickhandler(event:MouseEvent):void{
    swapChildren(play_btn,stop_btn);
    what code should I add to my current code?
    I also can send you the Fla.

    You should consider using the Sound class. Here's a quick overview of it:
    http://help.adobe.com/en_US/as3/dev/WS5b3ccc516d4fbf351e63e3d118a9b90204-7d21.html
    You'll be able to add event listeners to the sound to know when it completes so you can execute more code, such as swapping the play and stop button. There is an example in that overview of listening for the SOUND_COMPLETE event (e.g. channel.addEventListener(Event.SOUND_COMPLETE, onPlaybackComplete);). It should contain everything you need.
    A basic example of what you'll end up with (there's many ways to do it) might look something like this:
    // just set up and wait for click
    var isPlaying:Boolean = false;
    var mySound:Sound = new MySoundInLibrary();
    var myChannel:SoundChannel = new SoundChannel();
    myChannel.addEventListener(Event.SOUND_COMPLETE, onPlaybackComplete);
    // buttons
    play_btn.addEventListener(MouseEvent.CLICK,clickhandler);
    stop_btn.addEventListener(MouseEvent.CLICK,clickhandler);
    function clickhandler(event:MouseEvent):void
              swapChildren(play_btn, stop_btn);
              if (isPlaying)
                        isPlaying = false;
                        myChannel.stop();
              else
                        isPlaying = true;
                        myChannel = mySound.play();
    function onPlaybackComplete(e:Event):void
              isPlaying = false;
              swapChildren(play_btn, stop_btn);
    The basic idea is keeping a flag if the audio is currently playing. If it isn't then assign the sound to a channel and play it while setting the flag (isPlaying) to true. If it's already playing, set the flag to false and stop playing the audio.
    The swapChildren is run in the onPlaybackComplete() method so when the audio completes the play button is swapped back in front.
    Rather than swapping the children I'd urge you to toggle the .visible property instead. It's easy to run commands in the wrong order and get desynched on depth.

  • Using iMovie 7.1.4 on an iMac w/ Snow Leopard; HD video imported with a Firewire cable transfers fine, but audio arrives with major static; problem persists w/ different cameras

    Using iMovie 7.1.4 on an iMac w/ Snow Leopard; HD video imported with a Firewire cable transfers fine, but audio arrives with major static; problem persists w/ different cameras & Firewire cables; source DV tape has no audfio static.

    I forgot to write down my computer specs:
    iMac 27 Mid 2011
    2.7 GHz Intel Core i5
    4 GB 1333 MHz DDR3
    AMD Radeon HD 6770M 512 MB
    OS X 10.9.2

  • CP4.0: Audio is out of sync with slides

    Hi,
    All my audio recordings, motion captures, highlights and captions are perfectly fine in edit mode, but when I publish the video, the output files are mixed up.
    Somehow, the audio file from slide 36 (of a 59-slide project) starts playing from the very beginning and continues to loop throughout the whole video while the rest of the video is proceeding forth properly. In other words, throughout the whole video, there are always two sound files playing - the file from slide 36 and the other sound files assigned to each slide.
    It's cacophonous (and I'm not on drugs - though highly caffeinated!).
    Some background:
    a) I am making 2 videos. Video #2 is a variation of video #1.
    b) Video #1 turned out perfectly.
    c) Being that many sound files for video #1 would apply to video #2, I exported the mp3s to a desktop folder.
    d) For video #2, I imported the sound files described in (c) to respective slides. I edited many of the sound files in video #2.
    e) When I was done with everything in video #2, I tried both F4 and Publish, and in both cases, the same sound problem.
    f) I had a similar problem awhile ago, and in the past was able to rename mp3 files then reimport to each slide (a solution I'd read about on these forums). So, I did that to all 59 slides for video #2. No luck!
    e) I checked for Captivated 4 updates and ran an update. Tried publishing again. Same problem.
    Can someone provide any insight as to why this is happening? How I can fix this?
    I'd sure hate to rerecord the audio. It's a very boring read.
    Thanks!
    Ruth

    Ruth,
    I have been able to fix the problem with adding a second on each slide.  So all but 7 of my slides now are in sync.  I had one slide change, not play its narration as the narration from the previous slide finished.  And then it move on to the next slide.  According to the manual, you can adjust the speed of the slide transition.  So I am playing with the timeline for each slide.  I am almost there.  I didn't have any change of slides after the first transition to almost perfect synchronization with all but 7 slides out of 60, including one skip over.  It seems each problem solved creates a new problem. I fixed resolution by adjusting the resolution settings. I enabled the variable showing of the slide based on the narration, rather than the default 3 seconds.  So I am making progress.
    Thanks for responding,
    Paul
    Paul Roden, Training Manager
    Human Resources
    LaSalle  University
    215-991-3607
    "I am only one, but I am still one; I cannot do everything, but still I can do something, and because I cannot do everything I will not refuse to do the something that I can do."  Edward Everett Hale, 19th century writer
    "This message may contain confidential and/or proprietary information and is intended for the person/entity to whom is was originally addressed.  Any other use by others is strictly prohibited.

  • OK , I have my instructional coaches creating power point presentation add audio to each slide with the presenter 10 add ins. I need these presentation converted into MP4 like you can do with adobe presenter video creator.

    Love the Adobe products first. OK , I have my instructional coaches creating power point presentation add audio to each slide with the presenter 10 add ins. I need these presentation converted into MP4 like you can do with adobe presenter video creator.

    If you import the PPT deck into Captivate it will not bring the audio from Presenter. But you can import it into Captivate after the slide deck has been imported. The audio files aren't necessarily named in a logical fashion in the source files for the presentation, so I would recommend that you publish the presentation locally and then find the 'data' folder in the published output and the audio files will be named in a way that you can infer the slide they are associated with. Not the simplest proceedure but it should be pretty painless.

  • Audio does not pause with slide.

    Using Captivate 6.  Presentation has audio on each slide.  On one slide, I added a click box with porperty to "pause slide until user clicks", and Go to next Slide.  However,. the slide pauses, but the audio continues to the next slides.  How do I pause the audio when the slide pauses, then resume when the click box is clicked?

    Thanks for the "hint".  I attached the audio track to the Click Box (and not the slide), and set the Audio property to
    Stop when paused".  That did the trick.  Thanks....Tom

  • Replay slide button not working with slide videos HTML 5

    My course built in Captivate 7 contains synchronized  slide videos, imported  FLVs, progressive download. They are placed on the timeline at 0.5, and end 0.5 second from the end of the slide.
    Each slide has a replay slide button with advanced action assigned to it, Expression>cpCmndGotoSlide = cpInforCurrentSlide - 1, Continue. This works fine in SWF output (IE 9), and it allows the user to restart the slide, if the video doesn't load properly the first time, without having to relaunch the course.
    However, once I publish to HTML5 and view the course in Safari for iPad iOS 7.0.4, the slide returns to the beginning, but the slide displays  "loading",  the video never loads, and I'm unable to navigate away from the slide by using the playbar, and so I'm forced to close the browser tab and relaunch the course.
    I've created a new project and tested using different video formats (f4v, and mp4), and advanced actions such as Jump to slide, but have not been able to resolve the issue.
    Is this a known issue, or is there a workaround for this? Any help would be appreciated.

    I'm not sure if this is the best solution, but it works in both SWF and HTML5 output.
    Because the video begins at .5 on the timeline, I've added a second expression which once the slide jumps to the beginning, it advances to the frame that is 25 frames from the current frame. This causes the slide to replay not from the beginning of the slide (before the video loads), but from just under 1 second in so the video doesn't have to reload.
    As I said, this may not be the best solution, but at least the viewer can rewatch the video from the beginning without going back and forth between the slides hoping the video will replay correctly, and without closing the browser window and relaunching the course.

  • How can I allow the user to pause the audio of a slide (and restart it) before continuing on to the

    Most of my slides have a combination of test/graphics and voiceover.  I would like to allow the user to pause, resume, and replay the audio of each slide.  I know, as a learner, I sometimes need to go back and hear something again -- or pause until a distraction has passed.
    How can I tie audio to a playbar or set of buttons?  I know if it's video, it can be done.  How do I give them control of the audio? 
    I am in Captivate 7.  My files are .mp3 files.
    Thanks - TL

    You cannot add extra buttons to the playbar but you could add a Replay button to the slide and have this button execute a Standard Advanced action with a Jump to Slide action that points to the same slide you are currently on.  This should effectively jump your user back to the beginning of the same slide.

  • Audio over multiple slides in Captivate 5

    I am new to using Captivate 5 and i'm trying to record audio in Captivate that will play while 3 slides advance on their own.
    I read something on a past thread that talked about clicking a "slide divider" - I can't find the "slide divider" and about a "distribution window" opening after I record the audio - that never appears.
    Can anyone help me with this?  It seems like it should be easy to find.
    Thanks
    Emily

    Hi Emily,
    You can record audio to 3 slides in different ways.
    Option1 :
    You can record audio individually on all the three slides by invoking the Slide audio dialog for every slide.
    1. On every slide you wish to record audio invoke the slide audio dialog ( from Audio >> Record to >> Slide ) and record for the single slide. Saving the recorded audio will add it to the slide you recorded.
    2. You can follow step 1 for all the three slides you wish to record.
    Option 2:
    You can record audio to all the three slides continuously in one go. You can do this in the SLIDES audio dialog
    For ex if you want to record audio for slides 1,2 and 3, then select slide 1 and invoke the slides audio dialog from Audio >> Record to >> Slides
    You get a "Record from Slide" dialog. Enter the Slide numbers for which you wish to record audio and click ok.
    This will open the slides audio dialog.
    Slides audio dialog shows up the slides selected in the "Record from slide" dialog. Enable "Continuous play" and "SWF Preview" and Click on the recording button. This will record audio over the three slides as you narrate. Audio will be added to all the three slides. You can see the Movie (SWF) preview or the Slide number mentioned in the top right of the preview pane to know the slide number you are recording to.
    If some portions of the audio spills over the next slide then you can arrange the markers in the EDIT tab. Here you can play the audio and pause at the point where you want your next slide to start and click on the button highlighted by Lilybiri. Its called the "Start Next slide here" button.
    After all the recording is done click on SAVE to add audio to all the three slides.
    Try out these and let me know if it works.
    -Ashwin Bharghav B

  • Adobe Captivate CS6 importing audio to the slide, worked correctly for 50 PowerPoint slides and the stopped working how do I resolve?

    Hi
    I am working on a project as normal where I import a PowerPoint presentation to Captivate.  Then record the audio to the slide or if need be import the audio to the slide.  This has worked perfectly fine until today.
    I went to the slide clicked on the option to import audio selected the audio and it imported to the library but not to the actual slide.
    I tried doing this also from the menu bar.
    Then I tried to drag and drop from the library with no luck.
    I then deleted the audio file and tried the process over again.
    Next I tried rebooting and starting over.
    Still no luck.  What are my other options?  The file is a a mp3 that is 273 kb.
    Thank you

    I'm relieved (if a little frustrated!) that others have the same issues, it makes me feel at least it's not just me! :-)
    I am running Windows 7 64 bit Intel quad core processor 8Gb RAM if that helps Jim?
    Another quick test shows I have exactly the same issues as shooternz and Ann Bens above at 7 & 8 respectively. An audio only or audio/video clip from Bin to SM and I can add markers on the fly perfectly. Audio/video from the timeline to SM works just the same. Audio only from the timeline will not work however.
    I tried linking a video clip to my audio clip to see if that would allow me to add markers then unlink and remove the video... but when I opened that in SM the add marker button was greyed out and the keyboard shortcut (M) didn't work either!
    Curiouser and curiouser...

  • Audio button

    Hi there,
    Does anyone know how to create a button in Captivate that,
    when clicked, will play the audio clip you either import or record?
    I see ways of creating audio for a slide, or that I can put a
    button in my presentation with audio but the second you play the
    presentation the audio just plays on it's own, it's not controlled
    by the user clicking the button. Any ideas?

    Hi again
    Sure you can!
    Click Insert > Rollover Caption or Insert > Rollover
    Image. You end up with two areas. One is the area your user mouses
    over and the other is what appears after the user mouses over the
    area. (Caption or Image)
    You then double-click the Caption (Rollover Caption) or the
    Image (Rollover Image) and you should be able to assign the audio
    to the either the Caption or the Image. The end result is the user
    mouses over the area and sees either a Caption or an Image and
    audio begins to play when the object appears.
    Cheers... Rick

  • Audio works with problems..

    I've got a big problem. By putting my headphones into the audio from my iPad 2 there are some mysterious problems. When I want to hear music the tracks are played much faster, the iPad chooses a song by its own or stops and plays songs. I tried to use some other headphones even cleand the audio input with air.. i resetted my iPad, too. I'm not sure if it's a software mistake or a defect on my hardware..

    This may be what you've already done but I want to be certain.  Try a system reset.  It cures many ills and it's quick, easy and harmless...
    Hold down the on/off switch and the Home button simultaneously until the screen blacks out or you see the Apple logo.  Ignore the "Slide to power off" text if it appears.  You will not lose any apps, data, music, movies, settings, etc.
    If the Reset doesn't work, try a Restore.  Note that it's nowhere near as quick as a Reset.  Connect via cable to the computer that you use for sync.  From iTunes, select the iPad/iPod and then select the Summary tab.  Follow directions for Restore and be sure to say "yes" to the backup.  You will be warned that all data (apps, music, movies, etc.) will be erased but, as the Restore finishes, you will be asked if you wish the contents of the backup to be copied to the iPad/iPod.  Again, say "yes."
    Finally, if the Restore doesn't work, let the battery drain completely.  Then recharge for at least an hour and Restore again.

  • Update to kichat: FAQ 3 - How do I get Video and Audio Chats with PCs ?

    kichat: FAQ 3 - How do I get Video and Audio Chats with PCs ?
    (To Replace http://discussions.apple.com/thread.jspa?threadID=406147 if Accepted. )
    How do I get Video and Audio Chats with PCs ? iChat FAQ 3 (Updated 7/12/2008)
    Applies to iChat 2.x, iChat 3.x and iChat 4.x to any version of AIM on a PC before AIM 6.1
    This piece is designed for those trying to connect Mac to PC for Video and Audio chats. Any iChat version Panther and up.
    Glossary For This FAQ
    This bit is designed for clarity.
    Video is the sending and /or recieving of pictures and sound.
    Audio is the sending and or receiving of sound only.
    One-Way is the ablity to start either an Audio or Video chat from one end to a receipient who can not match your capabilities (or Vice Versa)
    What is needed
    At the Mac end
    A Mac running OS 10.3.x and iChat AV ver 2.1 or 10.4 plus iChat 3 or Leopard and iChat 4
    A DSL/Cable/Fibre (Broadband) connection of at least an up link speed of 256kbs.
    An AIM , @mac.com or MobileMe (@me.com) account name.
    (hosting Multiple person Mac to Mac AV chats requires higher specs and broadband uplink speed).
    At the PC end
    1 PC running windows XP (home or Pro). THIS A MUST
    The AIM Standalone Application, currently at ver. 5.9 at this link. AIM (the Site) now call this version Classic and it cannot be Installed On Vista
    Note: there is also Trillian which has a Pro version for $25 that can also Video and Audio chat. The Basic version just Texts and Audio Chats (AIM does not Audio chat)
    Some need the aimrtc12.exe file from Here Mostly Earlier than XP or Pre Service Pack 2 XP versions of Windows
    Note: It has been noted that this file is now apparently included in Windows XP after Service Pack 2 and above.
    An AIM account/screen name (AOL or Netscape count as well)
    Service Pack 2 info. This info will allow the PC user to enable AIM thorough the XP Firewall. The Windows Firewall did not exist as such before this
    Between both of you.
    At least one camera (Mac end)
    A sound input device (the camera, if it has one is ok)
    Your Buddies screen/account name in each others Buddy Lists
    Other tweaks
    For some people, using AIM on a PC, may also have to make sure their preferences (properties) are set in the AIM Buddy list, for their camera and /or Mic. (Tuning at Message 570)
    This is an icon button lower right on the Buddy List marked "Prefs" (AIM 5.5). This leads to the Preferences. Drop down the list until you read Live Video. Click on this. In the new window that opens click the button that says Tuning Video and Audio. Follow the instructions in the wizard that opens up. Access in AIM 5.9 for this is in the My AIM menu at the top of the Buddy list and then Options
    To Start
    You should now be able to chat to each other.
    If each of you has a camera it can be full Video , as described in the Glossary at the top.
    To start from the Mac end, select (highlight) your Buddy with one click. His camera icon should be dark. Click on the icon near his name or the one at the bottom of the Buddy List. (You do not have to start a text chat).
    To start from the PC end you need to start a text chat, then select the Video icon at the bottom of the chat window.
    If one of you has a camera and the other has a Mic then you will be able to chat One Way but have sound will be both ways.
    To start this type of chat from the Mac end you will have to go to the menu item "Buddies" and drop down to the item "Invite to One Way Video Chat"
    To start this from a PC follow the directions in the pargraph above. You may need to change the tab to the incoming Video at the back of the two to see the Video. These tabs are added when the Video chat starts and the front one normally states you do not have a camera and shows a connection to buy one.
    It is also possible to chat One Way if the other person does not have a Mic: replies will have to be typed in a Text chat.
    No Camera and No Mic will cause iChat to End the chat with "No Data Received for 10 Secs"
    Summary
    For any sort of sound to a PC using AIM, (Talk in PC or Audio in iChat) the Mac will need a camera. The other person can have a Mic and then live chats with sound both ways and Pictures (Video) the other.
    NOTE: At This Time It Is NOT Possible to Audio (sound only) between Mac & PC with AIM & iChat
    Trillian Basic can Audio. Trillian Pro can Video and has a bigger picture and can do Full Screen.
    Another explanation of the set up can be found Here about AIM 5.5 but is transferable.
    And Also here
    My Web Pages particularly all of Page 12: What if your Girlfriend Lives a Long Way Away ? have more information.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    4:24 PM Sunday; December 7, 2008

    kichat: FAQ 3 - How do I get Video and Audio Chats with PCs ?
    (To Replace http://discussions.apple.com/thread.jspa?threadID=406147 if Accepted. )
    How do I get Video and Audio Chats with PCs ? iChat FAQ 3 (Updated 7/12/2008)
    Applies to iChat 2.x, iChat 3.x and iChat 4.x to any version of AIM on a PC before AIM 6.1
    This piece is designed for those trying to connect Mac to PC for Video and Audio chats. Any iChat version Panther and up.
    Glossary For This FAQ
    This bit is designed for clarity.
    Video is the sending and /or recieving of pictures and sound.
    Audio is the sending and or receiving of sound only.
    One-Way is the ablity to start either an Audio or Video chat from one end to a receipient who can not match your capabilities (or Vice Versa)
    What is needed
    At the Mac end
    A Mac running OS 10.3.x and iChat AV ver 2.1 or 10.4 plus iChat 3 or Leopard and iChat 4
    A DSL/Cable/Fibre (Broadband) connection of at least an up link speed of 256kbs.
    An AIM , @mac.com or MobileMe (@me.com) account name.
    (hosting Multiple person Mac to Mac AV chats requires higher specs and broadband uplink speed).
    At the PC end
    1 PC running windows XP (home or Pro). THIS A MUST
    The AIM Standalone Application, currently at ver. 5.9 at this link. AIM (the Site) now call this version Classic and it cannot be Installed On Vista
    Note: there is also Trillian which has a Pro version for $25 that can also Video and Audio chat. The Basic version just Texts and Audio Chats (AIM does not Audio chat)
    Some need the aimrtc12.exe file from Here Mostly Earlier than XP or Pre Service Pack 2 XP versions of Windows
    Note: It has been noted that this file is now just another link to the Standalone application. This might be an error by AIM or a newer version that includes the file.
    An AIM account/screen name (AOL or Netscape count as well)
    Service Pack 2 info. This info will allow the PC user to enable AIM thorough the XP Firewall. The Windows Firewall did not exist as such before this
    Between both of you.
    At least one camera (Mac end)
    A sound input device (the camera, if it has one is ok)
    Your Buddies screen/account name in each others Buddy Lists
    Other tweaks
    For some people, using AIM on a PC, may also have to make sure their preferences (properties) are set in the AIM Buddy list, for their camera and /or Mic. (Tuning at Message 570)
    This is an icon button lower right on the Buddy List marked "Prefs" (AIM 5.5). This leads to the Preferences. Drop down the list until you read Live Video. Click on this. In the new window that opens click the button that says Tuning Video and Audio. Follow the instructions in the wizard that opens up. Access in AIM 5.9 for this is in the My AIM menu at the top of the Buddy list and then Options
    To Start
    You should now be able to chat to each other.
    If each of you has a camera it can be full Video , as described in the Glossary at the top.
    To start from the Mac end, select (highlight) your Buddy with one click. His camera icon should be dark. Click on the icon near his name or the one at the bottom of the Buddy List. (You do not have to start a text chat).
    To start from the PC end you need to start a text chat, then select the Video icon at the bottom of the chat window.
    If one of you has a camera and the other has a Mic then you will be able to chat One Way but have sound will be both ways.
    To start this type of chat from the Mac end you will have to go to the menu item "Buddies" and drop down to the item "Invite to One Way Video Chat"
    To start this from a PC follow the directions in the pargraph above. You may need to change the tab to the incoming Video at the back of the two to see the Video. These tabs are added when the Video chat starts and the front one normally states you do not have a camera and shows a connection to buy one.
    It is also possible to chat One Way if the other person does not have a Mic: replies will have to be typed in a Text chat.
    No Camera and No Mic will cause iChat to End the chat with "No Data Received for 10 Secs"
    Summary
    For any sort of sound to a PC using AIM, (Talk in PC or Audio in iChat) the Mac will need a camera. The other person can have a Mic and then live chats with sound both ways and Pictures (Video) the other.
    NOTE: At This Time It Is NOT Possible to Audio (sound only) between Mac & PC with AIM & iChat
    Trillian Basic can Audio. Trillian Pro can Video and has a bigger picture and can do Full Screen.
    Another explanation of the set up can be found Here about AIM 5.5 but is transferable.
    And Also here
    My Web Pages particularly all of Page 12: What if your Girlfriend Lives a Long Way Away ? have more information.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    9:19 PM Friday; December 12, 2008

  • Kichat: FAQ 3 - How do I get Video and Audio Chats with PCs ?

    Disclaimer: Apple does not necessarily endorse any suggestions, solutions, or third-party software products that may be mentioned in the topic below. Apple encourages you to first seek a solution at Apple Support. The following links are provided as is, with no guarantee of the effectiveness or reliability of the information. Apple does not guarantee that these links will be maintained or functional at any given time. Use the information below at your own discretion.
    How do I get Video and Audio Chats with PCs ? iChat FAQ 3 (Updated 3/4/2009)
    Applies to iChat 2.x, iChat 3.x and iChat 4.x to any version of AIM on a PC before AIM 6.1
    See bottom section on AIM 6.5 and 6.8 on XP and Vista.
    This piece is designed for those trying to connect Mac to PC for Video and Audio chats. Any iChat version Panther and up.
    Glossary For This FAQ
    This bit is designed for clarity.
    Video is the sending and /or receiving of pictures and sound.
    Audio is the sending and or receiving of sound only.
    One-Way is the ability to start either an Audio or Video chat from one end to a recipient who can not match your capabilities (or Vice Versa)
    What is needed
    At the Mac end
    A Mac running OS 10.3.x and iChat AV ver 2.1 or 10.4 plus iChat 3 or Leopard and iChat 4
    A DSL/Cable/Fibre (Broadband) connection of at least an up link speed of 256kbs.
    An AIM , @mac.com or MobileMe (@me.com) account name.
    (hosting Multiple person Mac to Mac AV chats requires higher specs and broadband uplink speed).
    At the PC end
    1 PC running windows XP (home or Pro). THIS A MUST
    The AIM Standalone Application, currently at ver. 5.9 at this link. AIM (the Site) now call this version Classic and it cannot be Installed On Vista
    Note: there is also Trillian which has a Pro version for $25 that can also Video and Audio chat. The Basic version just Texts and Audio Chats (AIM does not Audio chat)
    Some need the aimrtc12.exe file from Here Mostly Earlier than XP or Pre Service Pack 2 XP versions of Windows
    An AIM account/screen name (AOL or Netscape count as well)
    Service Pack 2 info. This info will allow the PC user to enable AIM thorough the XP Firewall. The Windows Firewall did not exist as such before this.
    Between both of you.
    At least one camera (Mac end works better)
    A sound input device (the camera, if it has one is ok)
    Your Buddies screen/account name in each others Buddy Lists
    Other tweaks
    For some people, using AIM on a PC, may also have to make sure their preferences (properties) are set in the AIM Buddy list, for their camera and /or Mic. (Tuning at Message 570)
    This is an icon button lower right on the Buddy List marked "Prefs" (AIM 5.5). This leads to the Preferences. Drop down the list until you read Live Video. Click on this. In the new window that opens click the button that says Tuning Video and Audio. Follow the instructions in the wizard that opens up. Access in AIM 5.9 for this is in the My AIM menu at the top of the Buddy list and then Options
    To Start
    You should now be able to chat to each other.
    If each of you has a camera it can be full Video , as described in the Glossary at the top.
    To start from the Mac end, select (highlight) your Buddy with one click. His camera icon should be dark. Click on the icon near his name or the one at the bottom of the Buddy List. (You do not have to start a text chat).
    To start from the PC end you need to start a text chat, then select the Video icon at the bottom of the chat window.
    If one of you has a camera and the other has a Mic then you will be able to video chat One Way but sound will be both ways.
    To start this type of chat from the Mac end you will have to go to the menu item "Buddies" and drop down to the item "Invite to One Way Video Chat"
    To start this from a PC follow the directions in the paragraph above. You may need to change the tab to the incoming Video at the back of the two to see the Video. These tabs are added when the Video chat starts and the front one normally states you do not have a camera and shows a connection to buy one.
    It is also possible to chat One Way if the other person does not have a Mic: replies will have to be typed in a Text chat.
    No Camera and No Mic will cause iChat to End the chat with "No Data Received for 10 Secs"
    Summary
    PC end gets AIM 5.9 or Trillian Pro.
    The PC end allows the app through the XP Firewall.
    AIM 5.9 needs "Tuning" to Camera and Mic.
    For any sort of sound to a PC using AIM, (Talk in PC or Audio in iChat) the Mac will need a camera. The other person can have a Mic and then live chats with sound both ways and Pictures (Video) One-Way.
    NOTE: At This Time It Is NOT Possible to Audio (sound only) between Mac & PC with AIM & iChat
    Trillian Basic can Audio. Trillian Pro can Video and has a bigger picture and can do Full Screen.
    Another explanation of the set up can be found Here about AIM 5.5 but is transferable to AIM 5.9.
    And Also here
    My Web Pages particularly all of Page 12: What if your Girlfriend Lives a Long Way Away ? have more information.
    <hr>
    AIM 6.5 and 6.8 On Vista and XP
    AIM 5.9 or earlier can not be installed on Vista.
    AIM 6.5 and 6.8 use a new video codec with a description of "Real Time IM"
    AIM have an FAQ page about this
    Below the pics is this quote
    What do I need to use Real-Time IM?
    You and your buddy need to be using AIM® 6.8 or higher to use Real-Time IM. Unfortunately, Real-Time IM does not yet work with older AIM clients, iChat®, or AIM® for Mac®.
    See items 5 through 13 on this page for alternatives including Web Browser based ones.
    I may receive some form of compensation, financial or otherwise, from my recommendation or link.
    This is the 2nd version of this tip. It was submitted on Saturday; April 4, 2009, 9:52 PM by Ralph Jonhs (UK).
    Do you want to provide feedback on this User Contributed Tip or contribute your own? If you have achieved Level 2 status, visit the User Tips Library Contributions forum for more information.

    This is the one I have been wating for
    http://discussions.apple.com/thread.jspa?threadID=406152
    kichat: Look and sound great in iChat!
    Ian's First FAQ
    Also New Today
    http://discussions.apple.com/thread.jspa?threadID=121775
    kichat: FAQ 2 - How to get my router to work with iChat?
    And
    http://discussions.apple.com/thread.jspa?threadID=121665
    kichat: FAQ 1 - What do I need to start in iChat ?
    11:20 PM Thursday; March 16, 2006

Maybe you are looking for

  • Need the WM structure info

    Dear Experts, I have the following case where i need to define the structure in warehouse complex.In the current non-SAP system the entire warehouse area has a highrack storage, where there are about 100 materials stored.The WM users have defined sto

  • CATW and CAT2 Transactions

    Hello, Could someone tell me the main differences between both transactions? I know CATW is an Easy Web transaction and CAT2 isn't. But when I'm launching CATW transaction in a web browser, all the fields are misplaced and I can't do anything. What'r

  • Safety Stock field/table in ASCP Horizontal Plan?

    Hello, I need to get the safety stock data that is seen from the ASCP's Horizontal Plan. Whiat table and field is it? Can't find it from MSC_DEMANDS and MSC_SUPPLIES. Thanks

  • Events not triggering

    What would cause an event not to trigger on a form? I have a couple text boxes that, in my full document, won't work, but when I remove all the other pages the events trigger fine. I have several text boxes that when clicked on, will cause circles to

  • Barcode not read by scanner

    hi all.      i have create programe for printing barcode.programme running fine and i can print barcode on laser printer.but when i try to scan from barcode reader.its not reading by scanner. whats problem with it???? i used following tutorial . http