Playing Cp2 Flash output in PowerPoint slide

I am not having any success in the ebedding the .swf
along with the _skin.swf of my movie into a powerpoint slide. I see
in the proerties the Movie field where I type in the path to the
,swf, but how do I enter in the other _skin.swf file?

Welcome to our community, cmaroney2001
Have you tried linking only to the skin.SWF?
Assuming it proves problematic, you may find that by
combining the skin SWF with the main part of the movie you have
better results. To do that, click Project > Skin > Borders
tab and DE-select the "Show borders" check box.
Cheers... Rick

Similar Messages

  • Flash Output From Encore Slide Show has pauses on each slide

    During the transitions between each slide, (naturally that is where the bit rate will be the highest) the audio stops then resumes quickly. This is completely unacceptable but I have found no way around it. I have tried different quality settings but there is no change.
    I also noticed when I have tried to open the HTML file that is generated with each Flash attempt, I am unable to open it or double click on it to open the Flash show. I can only open the show by clicking on the SWF file that is generated.
    If Encore had accomplish a clean encode to Flash, I would need the HTML file to function for the link to play the SWF file.
    Are the play issues I have described rather common when using Encore to product the flash files?
    Any suggestions would be appreciated as I would like to incorporate Encore in this way if it can produce reliable Flash based shows.
    Thanks, I will appreciate any feedback I can get!

    This is how Encore's slideshow works when you export to SWF, due to each slide being a separate FLV file.
    The only way around it is to create your slideshow in Premiere, and then export it as AVI and import that into Encore.
    Not sure why your HTML doesn't work. It's standard boilerplate SWF object and embed tags.

  • Imported Flash files are not playing in published output

    Adobe Presenter 7 with the latest updates and PowerPoint 2007
    When I insert a Captivate 3 generated Flash file into a Presenter slide, the flash file does not play in the Published output. The slide's image is displayed for 5 seconds and then stops.
    After further review, I found that my imported Flash files are not included in the output. Any ideas?
    Terry

    Hi Terry,
    It's been awhile since I've messed around w/ Captivate 3, but I have a quick question: does your Captivate content include a skin.swf file?  If so, then you may have to look at a couple of different solutions to fix the playback problem that you're seeing with Presenter.
    One fix includes eliminating the skin by turning the borders option off which will eliminate the "_skin.swf" file. That'll be one less file to deal with, but you need to do that BEFORE publishing in Captivate.  From there, you should end up with one swf file from your Captivate content; and then at that point you can include that swf in your Presenter content.
    And while we're at it....are you using any Full Motion Recordings at all?  I've seen instances where, as you reported, Captivate content will run for awhile, but then the screen "goes blank"...so I'm just curious to know if your Captivate content in actuality has many more files than the "base" swf---which is probably the swf you included in PowerPoint.
    Having said that, can you share more information about what your Captivate project looks like (in terms of the number of swf files you're working with, etc), and let's see if we can resolve this for you.
    Rob
    http://www.robrode.com/yabb/

  • Cannot powerpoint slide under extension .pptx

    Hai,
    Please how I can solve the following problem
    1. I cannot insert powerpoint slides into created in n2007
    version in extension .pptx. Becuase the .pptx powerpoint control is
    not coming in dialogue box. The captivate is only showing the .ppt
    extension. So I have to change the 2007 format into 97-2003 format
    to copy into captivate 3.
    2. I cannot run the shockwave flash output file in real
    player or in media player after publishing. But I can run .html
    output format in internet explorer only. After publishing which
    extension I can run through adobe flash player. Please let me know
    With thanks
    Pol

    Hi Pol
    Captivate 3 does not support the PPTX format. If you scan the
    help file that ships with it, you will find the following verbiage:
    Note: Adobe Captivate does not support new file formats in
    Office 12 like pptx, docx. To import PowerPoint slides created
    using office 12, save the presentation in an earlier version of
    PowerPoint before importing it.
    I believe another community expert offered you identical
    advice about this in a different thread.
    I don't believe Real or Media player understand how to deal
    with Flash output. Only the Flash player does. The Flash player
    exists as either an add on (for Firefox and other browsers) or an
    ActiveX control for IE.
    Cheers... Rick

  • Use FMS & Actionscript to Stream Audio/Video and control (powerpoint) slides

    Hi there,
    My compnay provides webcasting services to numerous clients, and we currently use Windows Media Encoder as our base software for these projects.
    However, I'm interested in switching to Flash Media Server, but need to figure out one issue and how to implement it in such a way like how we are currently using Windows Media Encoder.
    We need a way to stream out a live audio/video feed AND have a way to control a presenter's POWERPOINT slides and have them advance by our command when streaming live.
    Basically, the way we do it is we will stream out audio/video from WME and also use the encoder's SCRIPTING functions to send out a "url"  from the encoder to the actual page in which the viewer is watching the live embedded stream.  On that page is an embeded/internal frame which we can specify (using the id/name) that the url gets loaded, and this actually advances the slides (or more so pulls up a pre-created html page of the next slide in the person's powerpoint, which is actually a screenshot or exported image of that slide and embedded within a specific HTML file and hosted on the same server as the embedded player/html file)
    Would there be a way to send out this same type of script using FMS?   I've been playing around with it and notice the interface itself does not have a built in scripting function like Windows Media Encoder does. However, I did read somewhere that it supports ActionScript... but I have no clue how to implement this feature.
    I am just curious how it might be able to go about doing this?  Is there a way to use an [action]script with FMS and have it send out a URL to a specific frameset embedded on the same page as the Flash Media Encoder Playback?
    Hopefully this make sense and that someone can point me in the right direction.  Switching to FMS over Windows Media Encoder is the way I would love to go, just need to figure out how this could be done.
    Would a better method be converting the powerpoint slides to a swf or flv file, embedding that file within the same page as the FMS playback, and somehow using a script to "advance" the frames/slides/scenes within that file?
    I also heard something about Flash "Shared Objects" and how this could be a way of controlling a swf file remotely.....
    Could anyone give me some advice and know a method that I could use to achieve this type of implementation?
    Any help is GREATLY appreciated!   Thanks!

    FMS (the interactive version, FMIS) has complete scripting support.
    What you want to do can be done with FMS, and there are a lot of ways you can approach it. Converting to .swf can be helpful, as it means you have a single resource to load rather than a bunch of individual slide images (the flashplayer can load .swf, jpg, gif, png). Rather than embedding, I'd opt to make it an external resource and load it at runtime... that would keep the player application reusable.
    To get an idea of how to use server side actionscript, see the getting started portion of the FMS 3.5 dev docs
    http://help.adobe.com/en_US/FlashMediaServer/3.5_Deving/
    Then, see the SSAS docs for the following classes in particular:
    The Client class for Client.call()
    The Stream class for Stream.send()
    The Shared object class
    The Application class for BroadcastMsg()
    The docs give some general overview for the usage of each. The best choice really depends on your deployment architecture and scalability requirements.

  • Powerpoint slides, FCE and DVD

    Hi all. I'm starting a project to edit footage of a speaker's keynote speech and PowerPoint presentation slides. I'll be using FCE for the edits and iDVD for the final production to DVD. I'll be working from AVI files provided for me, as well as the original PowerPoint slides.
    We're planning on including crossfades to the PowerPoint slides the speaker used in his presentation. For this, I'm planning on using JPGs of each slide; these will be exported from PowerPoint.
    The AVIs aren't a problem. My main concern are the PowerPoint slides and how they might appear later on DVD.
    If anyone has had experience with this type of project before using FCE, I'd appreciate any special cautions/settings/lessons learned you might be willing to share before I get started.
    Thanks in advance.
    Mel
    macbook pro   Mac OS X (10.4.9)   2.16 GHz, 1.0 GB RAM, 100 GB HD, Panasonic AG-DVC30

    Thanks, Tom.
    I suspected as much with the PowerPoints; which is why I posed the question before getting started.
    I agree with the assessment about LiveType. Problem is, it would be prohibitive to re-create into LiveType all the PowerPoint slides throughout a 2-hour forum. To the speaker's credit, he doesn't use a lot of text. But, there are still a lot of slides, nonetheless...
    I'll do some test runs with different formats before going full out with the project. Thinking of maybe using a third-party app to convert the PowerPoints to Flash for use with FCE. I've used that approach with good results on web-based productions. But I'll need to test it for DVD output. Anyone have any thoughts about that?
    Tom, your caution about the AVIs... they're at 29.97 letterbox. What other guidance would you say about format?
    Thanks again in advance.
    Mel

  • I am new to iTunes. How do I transfer files of Powerpoint slides into iTunes from PC and then into my iPad for use at a meeting

    I am new to iTunes and the iOS in general, having just migrated from Android devices. Please advise as to how I can easily transfer files of Powerpoint slides in documents on my PC into iTunes, so that I can use Adobe or other app to get them into my iPAD to be able to use them at a conference. Thank you.

    Welcome to the Apple Community.
    I have had an iTunes account for a while, but never really taken the time to learn to use it.  Now I have two computers, with two different versions of iTunes, with content on one that I want to transfer to the other.  Or I'd like to directly access the older libarary from the new computer. 
    There are a number of ways you might achieve this. The following article(s) may help you.
    Moving your iTunes library to a new computer
    Alternatively you might just use home sharing to share the libraries.
    Plus I have some videos and audio CD's that I have never imported, and would like to bring them into iTunes and store on an external hard drive to keep from loading up my computer.  I have no idea how to accomplish all of this, and cannot find clear instructions on the website.  Is there a screen where I can access written step-by-step instructions?  I don't have the time or patience to play around and do it by trail and error.  Thanks.
    If you place a CD into the CD drive, iTunes will ask you if you want to import it.
    If you want iTunes to store content on an external drive, you need to tell it to do so, which you do at iTunes preferences > Advanced.

  • MP4 H.264 video won't play in Flash Player

    I am using a Mac Book, OS X 10.8.5; FireFox 32.0.1; Flash Player 16.0.0.305.  I am trying to play video (MP4 H.264 format) that works on VLC, Quicktime Player & Real Player but won't play through Flash Player.  Why?

    I'll take a look at the GPL sources to see how the firmware encodes the video output, I think the mpeg encoder might be built into the firmware's Linux kernel (instead of a stand-alone encoder program), I see references to the IBM mpeg2 headers but I'm not sure. But honestly addressing this possible bug is not the first thing on my todo list, but I do fidn this report interesting enough to merit investigation. 
    May I ask what you are using for the Samba server (aka windows shares)? Do you use your desktop PC, or perhaps a NAS server? 
    As an interim thing to try, I advice you install VLC media player to view the files, or to use VLC to examine the media files properties to see what you can findout. 
    IF you must use Windows media player, then I suggest you look into the combine community codex package.
     www.cccp-project.net/

  • Problems with Flash output using Safari

    Hi All,
    does anyone know the solution to getting the flash output to work with safari?  The project plays properly on Firefox and Chrome.  On safari, my custom menus come up just the same as on the DVD version of the project, but the flash videos do not play - just a grey screen.  Interestingly, the duration of the clips is set correctly in the player, it just doesn't start the video. The flash files play correctly when loaded directly into Adobe flash player, so I am assuming there is a compatibility issue with the generated XML files or index.html.  The code inside the index.html seems very old and refereences macromedia.com and a windows .CAB file.  I have shortened the file names and eliminated any offending characters (all are in the form "Chapter_1").
    Anyway, this is stopping me delivering a project on USB stick for a client - seems to be a common issue when searching the web, but no solutions.  Any assistance or ideas would be greatly appreciated.
    I have the full CC (2014), but still have Encore CS6 installed for DVD production.
    Regards,
    Mark

    I read the thread you mentioned and all others relating to this issue - seems to be a number of people having the same issue over the last 3 years, but none have posted a successful conclusion.  I did see the post about strange characters in file names causing issues in the XML - I did also look at this and change all my content file names to innocuous "Chapter_X" & etc.  The paths to the "Sources" directory are all relative and the project works correctly on Chrome and Firefox.  Just safari is not working.  Agree, it could be permissions, but I have checked all security settings and the Abobe Flash player (with is called up by the script to display the videos in the browser) is specifically permitted to "Allow Always" in the security settings.  I can't help thinking there is a problem with the generated XML that safari is not behaving correctly - it wouldnt be the first time that Apple doest things using their interpretation of a standard. 
    However, after all that, the generated code from Encore doesn't result in a working local project that I can send to a client and expect to work.

  • Best practice when it comes to inserting audio for powerpoint slides

    I'm creating a mixture of PowerPoint slides with animation and software simulation projects from captivate.
    Currently I have developed the audio files associated with the animation objects for the PowerPoint slide. My question
    Should I insert the audio files into PowerPoint and edit the timing of the animation based on the duration of the audio. I have been playing around with the editing and too be honest, I'm getting a tad frustrated trying to conduct the timing.
    or
    Should I insert the audio via Captivate after importing the PowerPoint slides?
    Any help is appreciated.
    Regards
    AJ

    In the Library all audio clips will be stored. Either from the Library or using the Audio Management panel, you can edit the audio clips directly in Audition (part of the Adobe Creative Cloud, one of the best audio applications available) and when saving they are automatically edited in Captivate as well. Same work flow exists with Photoshop: you can edit a source Photoshop file, where Captivate will keep the wanted layers as separate images in the Library, and you can edit them from Captivate right away in Photoshop. The integration of Captivate with other Adobe applications is unique in the eLearning tools.

  • Importing PowerPoint slides failure

    I have been using Captivate v1 for a couple of years without
    problems. Recently I installed Norton 360 and it was a 360 degrees
    turn for the worse, hijacking computer's ram etc, so I had to
    uninstall it. I also run a utility that ereases all traces of
    &^%$£ Norton. Well, after that I can't import my
    PowerPoint slides into Captivate, the window is killed as soon as
    it appears! Anyone has a clue what could it be? I've uninstalled
    Captive and reinstalled it again, including the upgrade, but the
    problem persists.
    Thank you.

    Hi
    If you get an answer to this please let me know because I've
    got the same problem. I've imported PowerPoint that contains
    hyperlinks that in conjunction with questions that if correct go to
    the next slide but if wrong it reviews the relevant slide again
    (played earlier in the presentation) and then automatically
    hyperlinks back to start playing the multiple choice questions
    again - can this be done in Captivate whilst still generating
    accurate scores?

  • Best settings for Flash output PREL 8

    Hi all,
    I apologize if this is a repeat question, but I've spent a couple of hours already today trying to find the answer and to no avail.
    Here's what's happening: once completed, my creative agency sends me the file (mov format...details below) and I export it to flash (see settings below). When I export to flash video, all the white text on the black screen is fuzzy and borderline illegible, yet the rest of the video is fine. Any idea why this is happening?
    Here's the details:
    mov file settings:
    exported in Apple Compressor
    MPEG-4 format
    ISMA Profile:  Improved
    Frame rate:  29.97
    Key Frame:  30
    Bit Rate:  High VBR
    Frame size:  720 x 300
    Pixel aspect:  1.000 square
    Fields:  Progressive
    Retiming:  (Best) High qual. motion compensated
    Resize filter:  Best (Motion comp)
    Adaptive details:  off
    Antialias:  0
    Detail:  0
    Audio:  AAC stereo
    48 kHz
    Sample rate:  44.100
    Bit rate:  160
    Flash output settings:
    format: flv
    codec: sorenson spark
    frame rate: same as source
    size:700 by 300
    bitrate encoding:cbr
    bitrate: 4,000
    mpeg layer III - stero - 96 kps
    system:
    Premier elements 8
    xp sp3
    intel core 2 dup cpu e8400 @ 3ghz
    2gb ram
    2x7200 raid HD; 1 with program files, 1 with source/project files
    page file 4000/9000.
    Many thanks for your help
    Jeff

    Do you have any control over the format that your agency is sending the files to you in? An MP4 is one of the more challenging formats for Premiere Elements to work with.
    You don't say which project settings you're using in Premiere Elements to work with these files -- but the combination of that and your file format could by why you're getting such mediocre results.
    If they can send you MOVs using the DV codec rather than the H.264 codec, that would be a good start. You should be able to get great results editing a DV file in  Premiere Elements project set up for DV.
    I'm not sure why you're outputting your FLV file at those strange dimensions (700x300), but that could also account for your blurriness, since you've down-rezzing the file to a lower resolution. Are these the specs your agency wants your video at?
    Finally, how are you judging the quality of your FLV files? What are you playing them on and are you looking at them at 100% actual size or are you looking at them oversized or, worse, at full-screen on your computer? This too can affect your results.

  • UrlParam problem with Captivate 7 Flash output

    Has anyone else had trouble with urlParam in Flash output for Captivate 7?  I can't grab the first variable.  It works fine with HTML5 output.  Here is the script:
    var objCP
    if (typeof window.cp==='undefined') {
    var objCp=document.getElementById('Captivate');
    if(objCp && objCp.cpEIGetValue){
      isHTML5 = false;
    else {
    if(cp.vm && cp.vm.getVariableValue){
      isHTML5 = true;
    var oURL = window.location.href.toString();
    var URLparams = new Array();
    if (oURL.indexOf("?") > 0){
    //var split up by
    var sValues = oURL.split("?");
    var aValues = sValues[1].split("&");
    for (i=0;i<aValues.length;i++){
      //split by = sign
    var sEquals = aValues[i].split("=");
    URLparams[sEquals[0]]=sEquals[1];
    setValue('checksum', URLparams);
    setValue('csid', URLparams);
    setValue('id', URLparams);
    function setValue(id, URLParams){
    if(isHTML5){
      if(typeof window[id] === 'undefined'){
       cp.vm.setVariableValue(id, URLparams[id]);
      } else {
       window[id] =URLparams[id];
      } else {
      objCP.cpEISetValue(id, URLparams[id]);
    function getURLvalue(id, myarray){
    for(var i=0; i<myarray.length;i++){
      if(myarray[i][0] == id) return myarray[i][1];
    return false;

    The script is on the entry of the first slide to set the variables as the slide show begins.  I did publish to both swf and html5.  I'm using the index.html page for the html5 and the other htm page that contains the flash object. I have a php script that detects mobile devices to determine which content is displayed using iframes.  I'm not sure what the multiscreen.html page is... ok I just read about the multiscreen and it looks like that page doesn't detect all devices correctly so I'm better off with the php script that I'm using.  I'm adding the variable string to each url on the index page and also the htm page for embedded flash content.

  • A simple question regarding flash output from Encore

    My primary question is how exactly is the html file that is playhed by the browser created in Encore?  I have tired this and I am simply unable to located the html file as seen in the tutorials on this subject.  I see that these tutorials have templates which I don't see when I select the flash output.  Do I need these to crreate a simple flash file that is playable on a website?  Where to the templates come from?  This is not explained in the tutorials.
    Is the index.html file created automatically when Flash output is selected as the format?  Maybe I am doing something wrong but I have never found them?
    Please help as I am having to go through a two step process to create the requied index.html and embeded player from which the SWF is played.on a site.  I am only interested in creating progressively encoded web site playable files from Encore.  Please help!.
    Thanks for any assistance. 

    Encore creates the HTML file when you export to Flash - it's in the folder named on export, along with all the other files you'll need.

  • Linking to Flash output from SharePoint

    Still pushing our Upper mgmt to purchase RH6 and RH6 server,
    we are getting what seem to be 'blocker' suggestions. Now they are
    talking about the outpot living in SharePoint1
    i can see that this would be a real no-no, but it is possible
    they may agree to simply having a link to a proper Web page on
    which the flash output would reside.
    Are there any horror stories about using SharePoint as a
    repository to back up my resistence? :) Or is it too ridiculous to
    ask?
    thanks.

    This is how Encore's slideshow works when you export to SWF, due to each slide being a separate FLV file.
    The only way around it is to create your slideshow in Premiere, and then export it as AVI and import that into Encore.
    Not sure why your HTML doesn't work. It's standard boilerplate SWF object and embed tags.

Maybe you are looking for

  • Problems Installing Acrobat Pro 9.0 after Hard Drive Crashed

    I am having to reinstall my Creative Suite CS 5.0 on my MacBook Pro after the replacement SSD crached and I had to reinstall the suite back onto my orginal hard drive. Everything in the Creative Suite installs with no problem except Acrobat Pro 9.0 a

  • Create a presentation movie

    Hello everyone. I made an application that streams video from a WebCam. In the same application i am loading a movie which is a powerpoint file converted to swf. I need this movie to be displayed in the client user too, as it does with the video. Doe

  • Upgrade to ECC 6.0 from 4.7. OSS Notes implementation

    Hi, We have upgraded the R/3 system from 4.7 to ECC 6.0. I am looking into the SPAU Note corrections and it has a huge list of Notes to be implemented. I think some of these would have been already included in the upgraded version but is there a way

  • App hangs on tab click if connection in use

    If tab one is using connection1 and running a script and i click on tab2 which is also connected using connection1, the app hangs until tab1 finishes the script it was running and connection1 is again free. Shouldnt each tab really open a new connect

  • Photoshop cs5 hangs on launch when loading brushes

    Photoshop cs5 hangs on launch when loading brushes.  I have to do a hard reboot and reset the preferences.  In the past 2 days I have had to do this 3 times.  I have the latest drivers.  below is my hardware.  I am also running lightroom.  I did not