Play multiple published files

I had been using Jesse Wardens's excellent Captivate Player ver 1.2 for quite a while to play multiple published files. Now that I upgraded to CP5 the player no longer works - I'm sure because of the action script version change.
Does anyone know of a similar player that will allow the student to basically navigate multiple published .swf files like Jesse's?
Regards,
Kevin

Hi kmarty,
did you try the Captivate own Aggregator file creator.
File > New > Aggregator Project
Add several files and play them.
If you set in the first of the imported files the TOC to overlay, it will be available for all files.
Plus the names in the Aggregator list can be changed and these are shown in the TOC too.
Best
TD

Similar Messages

  • How do i play multiple audio files simultaneously using AudioQueue?

    I've basically gutted what I don't need from the "Speakhere" sample app and I'm left with something I can use to play audio files. I converted wav files to aiff and then renamed the aiff to caf (Just in case this matters). I even tried shortening the files to 10 seconds long, but no difference. I am able to play files singly, but am unable to play more than one file at the same time. When I try to play multiple files, the first one plays correctly but the second will play a horrible long beeping sound. Sounds almost like a buzzer and sometimes will sound like a high pitched beep. My code has all the audio components like the speakhere app (AudioQueueObject, AudioPlayer, AudioViewController). I've changed the AudioViewController to be just my "AudioController" class where when I initialize, I pass in the name of the file and it replaces this line of code:
    CFStringRef fileString = (CFStringRef) [NSString stringWithFormat: @"%@/Recording.caf", self.recordingDirectory];
    with this:
    CFStringRef fileString = (CFStringRef) [NSString stringWithFormat: fileName, self.recordingDirectory];
    Any suggestions? I've been yanking my hair out trying to figure this out and I simply can't. I'm about ready to pull an "Office Space" but instead of beating up a printer, I'm going to destroy my macbook.
    *NOTE: I have only tried this in the simulator, but I'm assuming it will do this on the real thing so I haven't bothered to try.

    Unless I'm mistaken, you need one AudioQueue object for each audio file you want to play. In one of my apps, I basically copied the code provided in the [AudioQueue programming guide|http://developer.apple.com/iphone/library/documentation/MusicAudio/Concep tual/AudioQueueProgrammingGuide/AQPlayback/chapter4_section_1.html#//appleref/doc/uid/TP40005343-CH3-SW1] and made a wrapper object for playback. So then you can do something like this:
    MyAudioManager *manager1 = [[MyAudioManager alloc] initWithFile:@"file1.caf"];
    [manager1 play];
    MyAudioManager *manager2 = [[MyAudioManager alloc] initWithFile:@"file2.caf"];
    [manager2 play];
    // etc...
    If you want to play short files (~10s or less), you can use the simpler AudioServices functions along with SystemSoundID's. It will work fine if you have playback from AudioQueue and AudioServices at the same time.

  • Inserted FLV not playing in published files

    I am trying to insert an FLV file but keep getting the following error when trying to publish:
    "The Flash video can not be loaded. The output may not be proper." When I try to run the output files the video player is blank.
    I am using Captivate 5.5.
    The FLV file plays correctly in preview mode and also plays correctly when I play it independantly using a media player.
    The file is located in the same folder as  the CPTX file and the output SWF and HTM outputs.
    I prefer to use the insert FLV option as it provides the playback controls which aren't available from the Insert Video option. It does play correctly using the Insert Video option.
    Please help!
    Alex

    I have discovered something really unexpected. I tried publishing to the EXE format which worked. If I then published in the Flash format it works! If I try to publish again it reverts to the old problem.
    Is this a bug?
    Alex

  • Play multiple sound files in different frames from library in flash

    My assessment task for college is to create a webpage of my work.  So far it runs brilliantly except for this.  I only need this to be working in like 2 days!  Help!
    TypeError: Error #1009: Cannot access a property or method of a null object reference.
    at Carolyns_Media_Portfolio_Scene1_fla::MainTimeline/frame5()
    at flash.display::MovieClip/gotoAndStop()
    Trying to be able to play sound clips from the library with the option to play and stop the sound file. Each sound has its own frame, with stop and play buttons. I can run the first sound file perfectly being able to start and stop it but when trying to play the next sound it creates the above error on output. I have dead buttons as well on the second sound.
    The top buttons take you to each scene
    The script runs from frame 5.
    import flash.events.MouseEvent;
    **buTrivia.addEventListener(MouseEvent.CLICK,clickListener7);
    function clickListener7(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("trivia");
    buToyRA.addEventListener(MouseEvent.CLICK,clickListener8);
    function clickListener8(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("toyminatorRA");
    buCaroline.addEventListener(MouseEvent.CLICK,clickListener9);
    function clickListener9(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("caroline");
    buServerDown.addEventListener(MouseEvent.CLICK,clickListener10);
    function clickListener10(event:MouseEvent):void {
    SoundMixer.stopAll()
    gotoAndStop("serverdown");
    This was the script I found and edited.  Only Trivia works
    stop();
    var triviaSound:trivia = new trivia()
    var triviaChannel:SoundChannel = new SoundChannel();
    buplay1.addEventListener(MouseEvent.CLICK, playSound1);
    buStop1.addEventListener(MouseEvent.CLICK, stopSound1)
    function playSound1(event:MouseEvent):void
    triviaSound.play();
    function stopSound1(event:MouseEvent):void
    SoundMixer.stopAll()
    gotoAndStop("trivia");
    /*buplay2.addEventListener(MouseEvent.CLICK, playSound2);
    bustop2.addEventListener(MouseEvent.CLICK, stopSound2)
    var toysSound:toys = new toys();
    var toysChannel:SoundChannel = new SoundChannel();
    function playSound2(event:MouseEvent):void
    toysSound.play();
    function stopSound2(event:MouseEvent):void
    SoundMixer.stopAll()
    gotoAndStop("toyminatorRA");
    Basically I want to play all the sounds, from the library, individually in different frames using the option to play and stop that sound.  I found the above script but only works for one sound.  I am new at scripting in flash so any help or even a better script option would be awesome.  Thank you

    The 1009 error indicates that one of the objects being targeted by your code is out of scope.  This could mean that the object....
    - is declared but not instantiated
    - doesn't have an instance name (or the instance name is mispelled)
    - does not exist in the frame where that code is trying to talk to it
    - is animated into place but is not assigned instance names in every keyframe for it
    - is one of two or more consecutive keyframes of the same objects with no name assigned in the preceding frame(s).
    If you go into your Publish Settings Flash section and select the option to Permit debugging, your error message should have a line number following the frame number which will help you isolate which object is involved.

  • Flash Video not playing in Published file

    I published the files. I then click the "view ouput" button.
    I am able to see the video playing locally. However, when I copy
    all the contents in the publish folder (.htm, .swf, .flv, etc.) to
    my web server, the flash video does not play. The rest of the .swf
    animation plays, just no video.
    I do see a security message
    I did choose progressive download and selected Flash version
    as Flash Player 8.

    Hi all
    Take a look at what fellow Adobe Community Expert Paul
    Dewhurst offers up.
    Click
    here to visit Paul's site
    Cheers... Rick

  • Playing Multiple sound file simultanyoustly

    Is there a Professional audio product that could fit my needs ? I want to have a soundcard that can play a lot of soundfile at the same time. Maybe 10 to 20 wave or mp3 at the same time.
    Shidewa

    Shidewa wrote:
    Is there a Professional audio product that could fit my needs ? I want to have a soundcard that can play a lot of soundfile at the same time. Maybe 10 to 20 wave or mp3 at the same time.
    Shidewa
    You should have wrote little more specific what are you going to do but I assume you're going to make your own music (record different instruments etc.).
    So, you mean multitracker/sequencer, products like Cakewalk Sonar and Steinberg Cubase.
    These I mentioned can play 'unlimited' amount of audio files (all depends on your system capabilities). These can handle MIDI files too.
    If you are going to buy a Creative Pro (E-MU) line product you get LE (limited edition) version of some of this type of recording/mixing/mastering software bundled with the card. I don't know the full capabilities of these stricted applications but I suppose they can fit into your requirements.
    Go to
    E-MU
    site and take a closer look of the cards.
    Specifications for
    Sonar LECubase LE
    which are bundled with E-MU sound cards. See more from Software section on E-MU card sheets on their site.
    If you meant to output frome those 10 - 20 analog (stereo) sources simultaenously and individually then, (almost) every card can handle them internally, but you need atleast two or more soundcards with each having lots of stereo output channels available to get all that sound out (all sources individually, without interferencig with each other). I would recommend then 1 or two PCI cards with external box (like E-MU 1820) and/or types of FireWire (like RME FireFace 800) or USB cards then.
    You can ofcourse split one analog 6.1 output system (eg. 3 output ports) to three stereo output channels using ASIO drivers, but you need then an ASIO compatible player (!! ASIO is not always multiclient driver so there may be restrictions if same model sound cards are used) (i.e. Audigy 2 is a 6.1 card --> I can get 3 separate stereo output channels into use by using ASIO drivers with two of the three players --> I can therefore output from 3 different sources simultaenously to 3 different outputs without they mixes with each other)
    .jtp
    Message Edited by jutapa on 09-18-2005 11:39 PM

  • Audio won't play on published files

    I'm working on a Flash project that has 12 short .mp3 files
    in it. When I test the .fla on my machine I can hear the audio,
    however when I open the published .html file, no audio is heard.
    Any ideas why this happens? Thanks in advance.

    Thanks for the reply. To answer your questions:
    A couple of questions -
    1. Are the mp3s embedded in the swf or loaded? Embeded
    2. Are they "streaming" or "events" I've tried both Streaming
    and Events with same results
    3. Which browsers have you tried it on? Just IE6

  • Quicktime plays multiple selected files in separate windows

    How can I get Quicktime to place a group of selected video files in que for viewing in one player window (with the option to move back and forth between the different videos) like WMP

    Use QuickTime Player 7. There's a setting to open movies in new players which you can disable. It's an optional install on your Snow Leopard disc, but requires a Pro license (if you have one, it should have been automatically installed).

  • Play multiple flash animation

    Hi, i would like to randomly play multiple swf files one
    after one, like slideshow of swf files
    here is what i want:
    - load multiple external swf file from a main swf.
    - a swf play and when is finish the next one play, i mean the
    next one have to wait that the first one is finishing play before
    playing.
    - if its possible, preload the swf file, so the user do not
    have to wait that all swf file have to load, i mean loading the
    first swf file, play it and preload the next one during the first
    one playing.
    - do all this randomly
    the code i attach serve to play one external files, i didnt
    know how to play multiple one.
    im not sure if the adobe interface attach code correctly, so
    i pasted here:
    import flash.display.*;
    import flash.net.URLRequest;
    var rect:Shape = new Shape();
    rect.graphics.beginFill(0xFFFFFF);
    rect.graphics.drawRect(0, 0, 500, 120);
    rect.graphics.endFill();
    addChild(rect);
    var ldr:Loader = new Loader();
    ldr.mask = rect;
    var url:String = "
    http://swffile.swf";
    var urlReq:URLRequest = new URLRequest(url);
    ldr.load(urlReq);
    addChild(ldr);
    thanks

    You could add the swf's to the library, give them a class
    name and then reference them from the library in flash.
    If you use flex you can embed the swf's at compile time using
    [Embed(source='assets/scenes/home.swf')]
    public static var home:Class;
    and create an instance of the class when you would like to
    use it.
    var instance = new home();

  • Is there a way to play an mp4 file at the beginning of a published project only when the project is accessed from a specific site?

    Is there a way to play an mp4 file at the beginning of a published project only when the project is accessed from a specific site?
    A little background info. I use Captivate 7 and currently have over 100 projects that I maintain on a quarterly basis. I publish using the SWF format and upload the swf/htm files to a server where they are then accessed from a few locations (within our online documentation, in our software product, on two different websites). Many of the projects are linked so some will be viewed as a series and others viewed as a standalone video. Each video uses the same template and includes an intro and end slide. Now my organization wants to implement a new intro to all videos (those I publish and those from several groups across the organization). My current intros provide overview material for the specific video so the new intro, which is an animation with audio in mp4 format, would need to be placed at the start of each project. The issue is, the intro adds 9 seconds to every video and in many cases doesn’t add any value (say, if a user accesses the video from within our product or views the videos as a series). I’ve talked it over with my boss and we want to try to add the intro only to videos accessed from site X, not any other location. So now to my question. Is there a way to play an external mp4 file (intro) only when the published project is accessed from a specific site, therefore eliminating the need to update each project? Maybe there's a way to add a parameter or variable to the URL or the html code?
    Thanks in advance for your suggestions. Please let me know if you need additional information.

    AimeeLove,
    I have a solution for you.  You may have to modify the code a little bit based on how long the timeline animation is for your clock.  I based mine on 3 seconds to complete a minute hand sweep around the clock.
    Milliseconds for each point on the clock:
    12 = 0
    1 = 250
    2 = 500
    3 = 750
    4 = 1000
    5 = 1250
    6 = 1500
    7 = 1750
    8 = 2000
    9 = 2250
    10 = 2500
    11 = 2750
    In the mouseover section for 12 o' clock, put this code...
    myVar = setInterval(function(){
         var pos = sym.getPosition();
         if (pos > 0 && pos < 50){
              sym.stop(0);
              clearInterval(myVar);
    },10);
    When you point to the time, the setInterval method loops every 100th of a second and checks the current position of the timeline.  When the timeline reaches the range between 0 and 50 milliseconds (almost impossible to hit 1 specific point), the timeline will stop at 0.  Also, the clearInterval will be fired to stop the loop.
    In the mouseout section, put this...
    sym.play();
    clearInterval(myVar);
    It start the clock again, and it also clears the loop in case you mouseout before you reach the range.
    Make sure that myVar is a global variable so you can clear it from the mouseout section.
    Repeat this for each point on the clock.  To avoid potential conflicts, you may want to use my12, my1, my2, etc. instead of myVar.  I put the milliseconds at the top that you would use as the beginning of the range.  50 milliseconds should be enough to catch it.  So, for 5 o' clock, you would make your range between 1250 and 1300.
    Let me know if you have any questions.  Thanks!
    Fred

  • Multiple Domain files, Multiple Sites, Publishing Problems

    I am frustrated beyond belief. I'm an old hand-coder, coming from BBEdit, but I've been using iWeb almost exclusively since its release, because it really is a great product for quick, easy, stylish designs.
    However.... In that year, my collection of sites has grown to 12. Discovering that iWeb becomes a major dog when dealing with that much material, I found and followed the instructions - today - to separate my sites into individual domain files, and edit them individually. iWeb is much snappier and publishing goes much more quickly.
    The problem? Well... after editing, "Publish to .Mac" rarely works. Only "Publish All to .Mac" will get the site online (something about an error with the index.html file). But "Publish All to .Mac", I've just discovered, DELETES the other websites that I have previous published. All day I've been doing updates and publishing my sites, only to discover that the uploads have all been wiped out by the most recent one!
    I'm a big enough fellow to admit that my knowledge isn't total nor perfect - so please, would someone out there with a better handle on iWeb than I (preferably someone who actually deals with multiple domain files rather than someone who thinks they can guess the problem) please clue me into how we make use of this program non-destructively?
    I suppose I could always publish everything to folders and upload it to my iDisk (which itself remains ridiculously slow after how many years now? Sheesh!), but that detracts from the elegance of the .Mac integration, the counter features, - not to mention the little fact that I'm a paying .Mac customer and this darn thing should just work, no?

    Mark:
    I was where you were also. You should give iWebSites a try. It's to iWeb what iPhoto Library Manager is to iPhoto.
    I use iWebSites to manage multiple sites.. It lets me create multiple sites and multiple domain files.
    If you have multiple sites in one domain file here's the workflow I used to split them into individual site files with iWebSites. Be sure to make a backup copy of your Domain.sites files before starting the splitting process.
    This lets me edit several sites and only republish the one I want. Just remember to put a copy of your current Domain.sites file somewhere else on your HD in case the splitting gets messed up. It went very smoothly for me and I now manage 19 or so sites.
    Do you Twango?

  • Snow Leopard iTunes 10.5 will not play multiple video tracks in QuickTime .MOV files

    I recently discovered that Snow Leopard iTunes version 10.5 won't play multiple video tracks in a QuickTime .MOV file.
    Both video tracks appear and play correctly when playing the file in:
    - QuickTime Player 10 or QuickTime Player 7.7 on the same Snow Leopard machine
    - iTunes 10.3.1 on another Snow Leopard machine
    - iTunes 10.5 on Leopard or Windows 7
    So I think the problem is iTunes 10.5 on Snow Leopard (although I haven't been able to test iTunes 10.4).
    First test file is two 640x480 video tracks side-by-side (total dimensions 1280x480):
    http://160.94.17.23/demo/two-video-tracks-1280x480.mov
    All I see is the first (left) video track, and not the right one.  iTunes "Get Info" command incorrectly reports the video dimensions of the file as 640x480.
    Second test file is two 640x480 video tracks played one after another (duration of 10 seconds each):
    http://160.94.17.23/demo/two-video-tracks-640x480.mov
    All I see is the first video track, and although it reports the correct file duration (20 seconds), the second video track never appears -- it simply freezes on the final frame of the first video track for the last 10 seconds.
    Anyone else see similar behavior?  Unless I'm missing something, I suppose I should submit this as a bug to Apple.

    I have the same problem, i tried re-installing, converting it to AVC H264 but none seems to work so far

  • CP5 Trail Version: Published files not playing

    HI
    I have been evaluating CP5 and published a file to show to my collegues.
    Placing the published HTM and SWF file on a network drive or as an email attachment to share with the others and they don't work.
    They work for me if the files are on my pc but don't if I try to access them from a network drive.
    So the question is, is the trail version  crippled so that the published files can only be played on the PC that they were published on? Or have I done something wrong in the publishing process?
    I can't seem to find any reference to the files being crippled.
    Cheers
    Craig

    Hi Craig,
    When you publish to SWF, Captivate outputs 3 files 1 htm file, 1 SWF file and 1 js file. On your desktop if you open the HTM file the content will open as it can see the SWF and JS files in the same folder.
    If you are sending it as an email then zip the content  and in the destination machine unzip and launch the HTM. This should play the content.
    If you are trying to access the files from a network location make sure all the 3 files are in the same folder and you have read permissions to the folder
    -Ashwin Bharghav B

  • Opening multiple movie files to play sequentially.

    Currently, if I highlight several movie (e.g. .avi) files in a Finder window and then double-click on one of them, each of the files is opened in a separate QuickTime window and if I have "automatically play movies when opened" QuickTime preference set, then they all start playing simultaneously!
    How do I change it so that opening multiple movie files results in them being played sequentially in a single window?
    P.S. I have "Open movies in new players" preference is disabled.
    P.P.S. For image files it all works correctly - they are opened in Preview and I get an option of starting a slideshow...

    Hi,
    I'm not on a Mac at the moment to test, but I could have sworn you used to be able to open one movie, pause it and then drag and drop subsequent movies onto that window to append them to the end.
    Give it a try. Sorry if I've been imagining things though

  • Create single file to play multiple mpegs - os x?

    My Hitachi camcorder creates mpeg 2's - which I can play on the Mac (OS X - latest version) using the Mpeg 2 playback component. However it also creates the handy "playall" file which does just that. Any ideas on how to create one of these files or something that'll do the same thing? OS X doesn't play the playall file.
    Thank you.

    My Hitachi camcorder creates mpeg 2's - which I can play on the Mac (OS X - latest version) using the Mpeg 2 playback component. However it also creates the handy "playall" file which does just that. Any ideas on how to create one of these files or something that'll do the same thing? OS X doesn't play the playall file.You can try loading the files into MPEG Streamclip as a set of multiple files, fix timecode breaks, and try using the "Save as..." option to create a single file. However, be advised that "muxed" MPEG-2 file containers have a size limitation which is supported by QT. So, since you already have the QT MPEG-2 component installed, you may also wish to consider converting your "combined" movie to a fully compatible QT compression format which is not constrained by such limitations.

Maybe you are looking for

  • Since update to gnome 3.4 gnome-control-center and sound broken

    Hi, I updated from 3.2 to 3.4 using sudo pacman -Syu. Since the update there are many things broken. I don't have any sound and when I try to start the gnome settings I get following: gnome-control-center *** glibc detected *** gnome-control-center:

  • PDF pagination works find in Reader 8, but failed in lower version 7.

    Hi, All Here's my situation One dynamic PDF form: Contents in subforms are flowed layout. And for every section (e.g. Chapter 1, Chapter 2 etc) in pdf, create "New Page" to make sure that they start their contents in seperate new pages, not following

  • Can't import flash.display3D in Flash Builder 4.5 AS project

    Hi, I'm trying to experiment with Stage3D but I can't import the display3D package.  Does anyone have any tips? cheers.

  • FM for calculation of price

    Hi , as we have while creating PO ( Purchase Order ) ...that whatever quantity is assigned to any item...net price for that is calculated taking into consideration , conditions (surcharge/discount/ scales) maintained for agreement / purchase info rec

  • Best Practice in Accounts Payable Processing

    Guys, Would just like to know best practice (or your practice) in Accounts Payable Invoice Processing if its 100% MIRO (3 way match PR-PO-GR) or part MIRO and part Direct Bill? Our situation is that, the owner of our PR/PO process is the Procurement