Inserting A SWF into a Captive Project

Hi All,
I'm trying to insert a swf into my captivate project. It goes
onto the slide with no problem but when I preview the project the
swf is not animated. I'm using AS3 to code the animation so there
is only one frame. I set the frame rate in Captivate to match the
frame rate of the swf with no success. Any help is appreciated,
thanks.

Hi there
I suppose that's possible. I'm not a Flash Coder yet but
would imagine the sky is the limit once you get things into Flash,
as at that point it's a Flash project, no? I don't believe an
avenue exists to take a Flash project and pop it into Captivate.
(By that, I mean to export from Flash as a .CP file - I am well
aware that one may create a .SWF from Flash and pop it into
Captivate as an Animation)
Cheers... Rick

Similar Messages

  • Loading an AS2 swf into a AS3 project?

    I have an AS2 swf that is merely an image gallery made with a few components. I tried loading this swf into an AS3 project I am working on and it seems to load in and play properly in my AS3 file. I'm not looking to communicate with the AS2 swf with AS3 code, I just want to display it and be able to use the component buttons in the AS2 file that play or stop the images from being played.  I was wondering if using this will cause any potential issues in my AS3 project. It seems to render and work fine on my machine. Thanks

    as2 swfs will play without problem when loaded into an as3 swf.

  • Inserting old swf into new fla with different frame rate

    Hi, I'm trying to insert an old banner ad into a new Flash site.  The problem is, the banner I made at 20 frames per second, and the Flash site is set to 41, so it literally plays the banner twice as fast.  Any ideas as to what I can do about this?  Thank you.

    A few of them I may have the original source files on disk.  Do you know what's the easiest way to transpose them to the higher frame rate?
    For the ones I don't have, I should open the swf file in the new site and add a frame between each already existing frame?
    Yes I imported the swf, I'm kind of just finding my way around Flash and I don't know how to load them dynamically.  If I did load them dynamically, would they play at their original frame rate?

  • Need to import .swf into Flash 8 project

    I'm working on a project that requires me to use an already
    made .swf file in it. I'm creating the whole project (which is a
    presentation) strictly in Flash 8. This project requires a user to
    be able to navigate through various menus and categories to see
    what's in them. Most of the categories have a slide-show of images
    that are accompanied by a voice over sound track that explains to
    them what they're watching; however, for other categories I already
    have a previously created .swf file that I need to import into
    Flash 8. The issue that I've noticed when I just import the .swf
    file into Flash is that the file plays at about 100x the original
    speed. I think that it is because Flash looks at this file as one
    frame and tried to play everything all at once. I also looked into
    the possibility of trying to the loadMovie() function, but that is
    not that convenient for me because this requires me to decompile
    the .swf file into .fla and edit it so that a user has a way of
    coming back to the main menu of the presentation from that movie,
    unless there is a function parameter of loadMovie() similar to
    HTML's "_blank" where a new window opens so that the user can close
    this window without having to worry about restarting the
    presentation. I hope that what I'm doing is clear, and I'm very
    much open to any suggestions about what I should do about it or any
    other ways of doing what I'm trying to achieve, which is to be able
    to play already-made .swf files in my Flash project. To give more
    details on these .swf files, they were originally created in Adobe
    Captivate and exported into .swf. They play perfectly when you play
    them, but it's just that there is an issue when I try to play them
    from my Flash project. Thank you in advance for your help.

    Hi Braulio
    a good tutorial site can be found at
    http://www.kirupa.com
    and also, look in your Flash Docs, for loadClip() and
    loavMovie() methods. They should get you started on some ideas to
    import external content.

  • Loading an AS2 Swf into an AS3 project

    I have a need to be able to load legacy AS2 SWF's into a new
    AS3 project. I know that this is not readily possible, because you
    can only communicate between the two via the LocalConnection class.
    So, what I have done is to create an AS2 proxy SWF. This SWF will
    handle the loading of all legacy SWF's and act as a middleman to
    pass the function calls between the pre-compiled SWF and the new
    SWF using the LocalConnection class. The new SWF also needs to be
    able to load AS3 SWF's, though.
    Because of this, I have the need to detect the AS version of
    the loaded SWF. If 1 or 2, then change the source to the
    AS2Proxy.swf, if 3 then simply load it.
    I have written the following code. My problem comes in when
    the init event fires. Regardless of the compiled version of the
    loaded SWF, it always traces 3 as the AS version.

    Alright, I solved this problem, only to come up with many
    more.
    To solve this problem, I needed to point to the loaderInfo
    object of the UILoader's content. So:
    simulation.content.loaderInfo.actionScriptVersion.
    Now the proxy loads correctly, but I start getting errors
    immediately. Let me paste some code to show the next steps:
    First off. I immediately receive a StatusEvent error, though
    the path gets sent into the proxy and loads correctly.
    Next, when the complete event fires in the AS2 SWF - it sends
    a completion back up to let the AS3 SWF know that it finished (and
    any handling that needs to happen at that point.) I receive the
    following error:
    Error #2044: Unhandled AsyncErrorEvent:. text=Error #2095:
    flash.net.LocalConnection was unable to invoke callback loadSwf.
    error=ReferenceError: Error #1069: Property loadSwf not found on
    com.applied.flash.events.AS2Connect and there is no default
    value.

  • Any advice? --unable to insert jump links into RH8 WebHelp project

    This feature was working but then it quit. any idea as to why I once could include a jump (link) and now this action causes my Word document to freeze up? I then need to manually shut down Word and restart. Even powering off my system then reopening the project has not corrected the problem.
    Also, the RoboHelp tab at the top of the Word document has disappeared. I'm told this means I need to manually reattach the robohelp.dot template. But, should I really have to do this every time I open the project?
    Any help will be appreciated!
    Summer

    Hi Summer
    I'd be surprised to hear you are able to find a class that trains RoboHelp for Word.
    All the classes these days are centered around RoboHelp HTML.
    Cheers... Rick
    Helpful and Handy Links
    RoboHelp Wish Form/Bug Reporting Form
    Begin learning RoboHelp HTML 7 or 8 within the day - $24.95!
    Adobe Certified RoboHelp HTML Training
    SorcerStone Blog
    RoboHelp eBooks

  • Insert Flash SWF into a DIV?

    Hi,
    Is it recommended to keep SWF files within its own DIV?
    I have the DIV identified as 'Flash' (div id="flash")...is this a good idea to keep things in place as intended?
    Thanks!

    That's right, it makes no difference what you name the <div>, but if you use id="flash", keep in mind that you cannot reuse that id to display a second .swf on the same page, while using a class would allow you to reuse that class name as often as needed on a page with multiple .swfs.
    So depending on your particular page, you may find using one or the other method, or a combination of the two.... (id vs class) will work better for you.
    Best wishes,
    Adninjastrator

  • Flash beginner... insert SWF into web page and create play button

    I am trying to insert and SWF into my webpage.  I have 3 problems, 1. I am new to flash and aren't any good at it yet. 2. How do I tell the movie to stop at the end, and insert a "play again" button?  3. What do I need to do to insert that into my webpage.
    I realize these aren't yes or no answers, so I even appreciate input on the best way to learn Flash for myself.

    2. It can depend, but snce you are probably using the timeline, most likely you just need to put a stop(); command in the last frame to have it stop at the end.
    To get it to play again, your button's function code will need to include something like: gotoAndPlay(1);
    How the button code gets done depends on which version of Actionscript your file is using.
    3. When you publish your swf file, also have Flash publish an html file (you set this up in the Publish Settings).  You can then take that html file and copy the embedding code it contains into your web page html file.  You may have to include a javascript file as well to make it work, and you can tell that by looking in the head code of the html file Flash created... that head code also needs to go into your web page html file and the javascript file needs to be placed according to how your html code targets it.
    You might do best just to get the html page Flash creates working for you first.  It might make figuring out how to move it into your web page easier.
    My opinion: the best way to learn Flash for yourself is to just dig in and keep at it.  You will lose hair and sleep and your mind as you go, but eventually you either get used to that and/or you overcome it.

  • Insert SWF into PowerPoint 2010?

    When I wanted to insert a SWF into a PowerPoint 2007 presentation, I would use the More Controls dialog in PowerPoint's Developer tab to insert a Shockwave/Flash object. But in PowerPoint 2010, that control is missing from the dialog. Where did it go? When I click the Register Custom DLL, there's no obvious file to choose, either.
    Has anyone else run into this? I'm not looking for a way to convert a SWF into a video that can be embedded or using a 3rd-party plug-in or anything like that. I know how to do those things. I'm specifically looking to insert a SWF using only what's built into PowerPoint and Flash, so if anyone has info on it, please let me know!

    I have installed PowerPoint 2010 beta release on my machine. I was able to attach a SWF file to the presentation successfully. All options to insert a video are located on the Insert tab, in the Media group. Please refer to the link below on how to insert a flash movie to the presentation.
    http://office.microsoft.com/en-us/powerpoint-help/embed-a-video-in-your-presentation-HA010 374729.aspx?CTT=5&origin=HA010338310
    Also Microsoft have provided support for Flash in PowerPoint 2010. To find the list of supported formats please visit the following link:
    http://office.microsoft.com/en-us/powerpoint-help/compatible-audio-and-video-file-formats- in-powerpoint-2010-HA010336709.aspx?CTT=1

  • Can't load swf into editable region

    Am using DW CS4 in W7 64.
    Have designed an html site with one page that has a swf to control dynamic content with php.
    All the pages are created based on one template and al is fine until I try to place the flash file in the editable area of the html page. It seems that no swf files can me placed in this or any other editable area of the page.
    When the swf is put in the follwoing error comes up "While executing object Tag in Flash htm, a JavaScript error occurred"
    Any one else had this issue? More to the point anyone found a work around?

    Cevema wrote:
    To test the theory, as I had previously loaded CS4 onto my old XP pro machine, following a fresh install of XP Pro, and as Dreamweaver had never been started on the is machine before, I then created a brand new page from the template and tried to load in a swf file, but got the same error message. For a fresh install this couldn't be a corrupt file. A friend also tried this on his machine and had the same result.
    I don't normally use either templates or SWFs, but I have just done a quick test in Dreamweaver CS4 on Windows Vista 32-bit. Dreamweaver inserted the SWF into an editable region without demur. It's definitely not a Dreamweaver bug.
    Did your friend use the same template?
    Since a JavaScript error is being generated, I suspect you have invalid code somewhere in your template, or perhaps you have given more than one element the same ID. Validate your page with the W3C validator (http://validator.w3.org/), and eliminate any errors it finds.

  • Can you insert a .swf created in Captivate 6.0 in a new Captivate 5.5 project?

    I have several .swfs created in Captivate 6.0 that I would like to use in my Captivate 5.5 project. Will this work?
    I was hoping I could insert them as animation.

    It is already VERY risky to insert a Captivate created SWF into a mother Captivate file, will often lead to lot of problems because Captivate files are not designed to be used that way. And in your case my intuition tells me it would even be worse, because there were significant changes between 5.5 and 6 (themes is one of them).

  • Can someone help with insertion of Flash actionscript 3.0 swf into Dreamweaver spry widget panel?

    Working on a thesis project due soon... Created flash actionscript 3.0  swf for home page, text plus image, previews beautifully in Flash  Publish, stored in my root folder, previews great when I open it in the  root folder, dragged and dropped it into my dreamweaver code page,  within a spry widget framework, size is perfect. and upon view in design  or browsers or browser lab, I just get a nice empty white box.  In  design view, I see the F symbol and when I click play in properties, I  get a message that says "Unable to find the plug in that handles this  media type.  Dreamweaver looks in both the "config/Plugins folder and  the plug in folder for each o your installed browsers".  I have Flash  Professional CS 5.  Reinstalled it just in case that was the issue with  the plug in and didn't resolve the problem.  Dreamweaver version is  CS5.  Using a template with spry widget panels. Before I inserted the  swf, the preview in browsers and browser lab was fine on the spry widget  and background.  PC is windows, 32 bit, with ms office suite 2010  upgrade on it.  Appreciate any advice.

    my first trace on the hz position and vt position outputs but the trace for "scroll positions" and "new scroll positions" is not outputting.
    i recieve this output when i click the 'next' and 'back' buttons within the menu9.SWF.
    [Event type="iwannaresetscrolling" bubbles=true cancelable=false eventPhase=2]
    does this seem right?
    import fl.events.ScrollEvent;
    aSp.setSize(600, 350);
    function scrollListener(event:ScrollEvent):void {
    trace("horizontalScPosition: " + aSp.horizontalScrollPosition +
           ", verticalScrollPosition = " + aSp.verticalScrollPosition);
    aSp.addEventListener(ScrollEvent.SCROLL, scrollListener);
    function completeListener(event:Event):void {
    trace(event.target.source + " has completed loading.");
    // Add listener.
    aSp.addEventListener(Event.COMPLETE, completeListener);
    aSp.addEventListener("main swf", scrollResetListener);
    function scrollResetListener(event:Event):void {
         trace("Scroll positions", aSp.horizontalScrollPosition,aSp.verticalScrollPosition)
         aSp.horizontalScrollPosition = aSp.verticalScrollPosition = 0;
         trace("New scroll positions", aSp.horizontalScrollPosition,aSp.verticalScrollPosition)
    aSp.source = "menu9.swf";

  • Is it possible to Load External SWF files into Flex Mobile projects?

    Hi Guys,
    I'm trying to load an external asset in this cse (a SWF file) into my flex project (Apple IOS IPAD), don't get any luck. Can any one suggest a solution ?

    In Apple's words, "No interpreted code may be downloaded or used in an Application except for code that is interpreted and run by Apple's Documented APIs and built-in interpreter(s)".
    Hence external swfs cannot be loaded in iOS.

  • How to insert a Flash SWF into my page

    I am using GL6 on an Intel MAC running 10.5.6.  I have a Flash file I created using Flash CS3 and want to have it appear within my GL page.  However when I try to insert the file into the site window, I get the error message: myfile.swf could not be updated. Do you want to continue anyway?
    How do I get the SWF file into the page?
    Thanks.

    You can try to use my flash action original made to avoid the IE Eolas problem
    It wont give you a preview (flash only show in browser)
    It was made in GL5 and shud works in all newer versions
    http://www.jart.dk/jgom/golive/golive-actions/swfobject.html
    If neither GL's nativ or my action works it may be somthing with your flash

  • Can anyone advise me how to insert a hyperlink into a project I am using Captivate 5?

    Can anyone advise me how to insert a hyperlink into a project - I am using Captivate 5

    You can use an interactive object such as a click box placed over the top of a text caption, or a button, to link to the URL.  However, these will not strictly-speaking appear identical to hyperlinks.
    If you really want to replicate the rollover appearance of a true HTML text hyperlink, then you might consider the Hyperlink widget from Infosemantics:
    http://www.infosemantics.com.au/adobe-captivate-widgets/hyperlink-interactive/help
    Free trial versions for download hers:
    http://www.infosemantics.com.au/adobe-captivate-widgets/download-free-trial-widgets

Maybe you are looking for

  • How can I add metadata to a MTS-file in Adobe Bridge?

    Hello, I want to add some tags to my Videos. Those are MTS-files. Is this possible in Bridge? How can I do this? Or do I need another programm for this? Thanks for your help!

  • Jdev 11.1.2.3 new features

    Hi, I'm using jdev 11.1.2.3 and yesterday some new features were released to JDev 11.1.1.7. I would like to know if those new components like, timeline, treemap, sunburst will be available in 11.1.2.3 and when. Thank you.

  • Unable to start UCM server

    i am unable to start the UCM Idc server please provide for this problem. Failed to initialize the server. (internal) 07.18 15:34:54.383 main !csFailedToInitServer (!syFileUtilsUnableToCreateSpecifiedDir,Review install settings. . . Content Server Cor

  • Swf file question

    One thing I haven't learned on flash yet...and I'm sure it's quite simple...is how do you run a swf file without it having to have the support files that go along with it? i.e., i want to send someone a completed swf file without having to also send

  • Practice exam for 1Z0-146

    Hi, I was actually looking out for some good practice exams before i gave the actual 1Z0-146. It will be of great help if anyone can guide me about it. Thanks.