How to embed multiple SWF files into TinyMCE editor

Hello,
I am looking for help with Captivate 3. I have a demonstration recording that gives me two swf files, one for the actuall recording, another for the skin. The company I work for uses Helpstream for knowledge base content. The articles I enter need to sometimes have videos embeded. They use a tiny mce editor, and I'm not sure how to embed the two files together. After publishing the recording, I tried to take the object code from the html file, and use that, but that did not work.
Any suggestions on how I can do this? Is there some setting that I need to have before publshing that will combine the skin and recording into one flash file? Currently I use Camtasia, but I would like to create more advanced video content and start using CAptivate full time.
Thanks!
Marianne F

Hi there
Clicking Project > Skin > Borders tab and DE-selecting the Show Borders option will eliminate the skin.SWF from being created.
Cheers... Rick
Helpful and Handy Links
Captivate Wish Form/Bug Reporting Form
Adobe Certified Captivate Training
SorcerStone Blog
Captivate eBooks

Similar Messages

  • How to embed the html file into form 6i?

    How to embed the html file into form. What control activeX should i use? please help!!!!!!

    You can use web.show_document function for this purpose. See
    form builder help topics for more details.
    Hope this helps.

  • How to import multiple XML files into one inDesign document without copy/paste ?

    I use InDesign CS6, and I have several XML files with the same structure. Only the data are different.
    I created  an Indesign layout with some tagged placeholder frames on merge mode, for automated layout.
    Today for each XML file I have to create a new InDesign document to import the XML. Everything works fine. Then in order to have all Indesign layouts one after the other into a single Indesign layout, I have to use the copy/paste function.
    I mean for example, copy the contents of all documents to the first one. Or add pages of other documents to the first one, then delete spaces between each page.
    So my question is the following:
    How to repeat this process without copy/paste function, knowing that the
    number of XML files could be unknown.
    Thank you very much for your answer.

    Yes, effectively I would like to catalogue the files into one collection so i can save as one PDF and Print as one.:)
    I know I could save each AI as a pdf them then merge the pdf's together in acrobat, but I have nearly 100 files so would feel more comfortable seeing them all together before print / saving.
    My concern is that if I insert them in Ai, will the file resolution reduce? and will the ai still be editable and would it update the indesign file?
    Thanks for the quick reply

  • How to embed a .swf file to my jsp page in eclipse

    I had a swf file which i want to include in my jsp page.
    To embed it i m using this code
    <OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
    codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0"
    WIDTH="550" HEIGHT="400" id="Main">
    <PARAM NAME=movie VALUE="Main.swf">
    <PARAM NAME=quality VALUE=high>
    <PARAM NAME=bgcolor VALUE=#FFFFFF>
    <EMBED src="images/Main.swf" quality=high bgcolor=#FFFFFF WIDTH="550" HEIGHT="400"
    NAME="Main" ALIGN="" TYPE="application/x-shockwave-flash"
    PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">
    </EMBED>
    </OBJECT>
    but its not working i had also checked the path of the swf.
    I am using eclipse 3.1
    Thanks,
    Leozeo
    Edited by: leozeo on Mar 27, 2008 4:22 AM

    Hi,
    Did you try Object-> insert HTML, see if that helps

  • How to embed a swf video into an html page?

    I am haing trouble embedding my swf video into my html page. Here is my code:
    <embed height="340" width="549" src="flashvideos/test.swf" allowscriptaccess="always" allowfullscreen="true" flashvars="&amp;MM_ComponentVersion=1&amp;skinName=C:/Users/RogerPa1/Documents/Visual Studio 2008/WebSites/WebSite1/Products/Create/flashvideos&amp;streamName=C:\Users\RogerPa1\Docum ents\Visual Studio 2008\WebSites\WebSite1\Products\Create\flashvideos\Robotics&amp;autoPlay=true&amp;autoRew ind=false"></embed> 
    When I run the page the place where the flash player should be is blank. But if I right click I can select settings so the flash player is there. I'm using absolute urls for the flashvars because I read in a forum that that's what you're supposed to do. Anyway I am a little frustrated that the video won't play. I tried creating a video with no skin and the same problem occurs.
    Thank You
    idesofdecember

    Answered

  • How to convert a .swf file into an .fla file?

    I am very new to this and need some help. I have been given a couple .swf files and I need to make edits on them. Is it possible to open these or will I need to completely remake them? I have tried in Flash Professional: File> Import> Import to stage. There is no animation or timing. It's just flat.. I also tried from the actual .swf file: File> Create Projector but it was grey'd out and wouldn't let me choose it. Am I missing something?
    Thanks!!

    That's what I was afraid of! Thanks for the answer

  • How to upload and embed Flash SWF file into Google Blogger?

    This is my blog URL http://www.aviationandengineering.com

    One way is to upload video to blogger. but there is a format problem. I recommend using the H.264 codec with your original file format, and if the file is still too big, switching file formats to .mp4(you can use the SWF video Converter to convert swf to mp4).
    The other way is upload to Youtube or another video hosting site, you canembed the video directly into Blogger. There is still a format problem. Youtube can't support SWF video files, so you still need a SWF to Video converter to convert swf to Youtube supported video files and MP4 is the best choice.
    Hope this can help you.

  • How to load multiple CSV files into oracle in one go.

    Hi,
    I have project requirement like: I'll be getting one csv file as one record for the source table.
    So i need to know is there any way by which I can load multiple csv in one go. I have searched a lot on net about external table.(but problem is I can only use one consolidate csv at a time)
    and UTL_FILE same thing consolidate file is required here to load.
    but in my scenario I'll have (1000+) csv files(as records) for the table and it'd be hectic thing to open each csv file,copy the record in it and paste in other file to make consolidate one.
    Please help me ..it's very new thing for me...I have used external table for , one csv file in past but here I have to user many file.
    Table description given below.
    desc td_region_position
    POSITION_KEY             NUMBER     Primary key
    POSITION_NAME       VARCHAR2(20)     
    CHANNEL                     VARCHAR2(20)     
    LEVEL                     VARCHAR2(20)     
    IS_PARTNER             CHAR(1)     
    MARKET_CODE             VARCHAR2(20)
    CSV file example:
    POSITION_KEY|POSITION_NAME|CHANNEL|LEVEL|IS_PARTNER|MARKET_CODE
    123002$$FLSM$$Sales$$Middle$$Y$$MDM2203
    delimeter is --  $$my database version as follows:
    Oracle Database 10g Enterprise Edition Release 10.2.0.5.0 - 64bi
    PL/SQL Release 10.2.0.5.0 - Production
    "CORE     10.2.0.5.0     Production"
    TNS for IBM/AIX RISC System/6000: Version 10.2.0.5.0 - Productio
    NLSRTL Version 10.2.0.5.0 - ProductionEdited by: 974253 on Dec 10, 2012 9:58 AM

    if your csv files have some mask, say "mask*.csv" or by file "mask1.csv" and "mask2.csv" and ...
    you can create this.bat file
    FOR %%c in (C:\tmp\loader\mask*.csv) DO (
       c:\oracle\db\dbhome_1\BIN\sqlldr <user>@<sid>l/<password> control=C:\tmp\loader\loader.ctl data=%%c
       )and C:\tmp\loader\loader.ctl is
    OPTIONS (ERRORS=0,SKIP=1)
    LOAD DATA
      APPEND 
      INTO TABLE scott.td_region_position
      FIELDS TERMINATED BY '$$' TRAILING NULLCOLS
      ( POSITION_KEY,
         POSITION_NAME ,
         CHANNEL,
         LVL,
         IS_PARTNER,
         MARKET_CODE
      )test
    C:\Documents and Settings\and>sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 10 11:03:47 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: scott
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from td_region_position;
    no rows selected
    SQL> exit
    Disconnected from Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Pr
    oduction
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    C:\Documents and Settings\and>cd C:\tmp\loader
    C:\tmp\loader>dir
    Volume in drive C has no label.
    Volume Serial Number is F87F-9154
    Directory of C:\tmp\loader
    12/10/2012  10:51 AM    <DIR>          .
    12/10/2012  10:51 AM    <DIR>          ..
    12/10/2012  10:55 AM               226 loader.ctl
    12/10/2012  10:38 AM               104 mask1.csv
    12/10/2012  10:39 AM               108 mask2.csv
    12/10/2012  10:57 AM               151 this.bat
                   4 File(s)            589 bytes
                   2 Dir(s)   4,523,450,368 bytes free
    C:\tmp\loader>this.bat
    C:\tmp\loader>FOR %c in (C:\tmp\loader\mask*.csv) DO (c:\oracle\db\dbhome_1\BIN\
    sqlldr user@orcl/password control=C:\tmp\loader\loader.ctl data=%c )
    C:\tmp\loader>(c:\oracle\db\dbhome_1\BIN\sqlldr user@orcl/password control=C
    :\tmp\loader\loader.ctl data=C:\tmp\loader\mask1.csv )
    SQL*Loader: Release 11.2.0.1.0 - Production on Mon Dec 10 11:04:27 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Commit point reached - logical record count 1
    C:\tmp\loader>(c:\oracle\db\dbhome_1\BIN\sqlldr user@orcl/password control=C
    :\tmp\loader\loader.ctl data=C:\tmp\loader\mask2.csv )
    SQL*Loader: Release 11.2.0.1.0 - Production on Mon Dec 10 11:04:28 2012
    Copyright (c) 1982, 2009, Oracle and/or its affiliates.  All rights reserved.
    Commit point reached - logical record count 1
    C:\tmp\loader>sqlplus
    SQL*Plus: Release 11.2.0.1.0 Production on Mon Dec 10 11:04:46 2012
    Copyright (c) 1982, 2010, Oracle.  All rights reserved.
    Enter user-name: scott
    Enter password:
    Connected to:
    Oracle Database 11g Enterprise Edition Release 11.2.0.1.0 - Production
    With the Partitioning, OLAP, Data Mining and Real Application Testing options
    SQL> select * from td_region_position;
    POSITION_KEY POSITION_NAME        CHANNEL              LVL                  I
    MARKET_CODE
          123002 FLSM                 Sales                Middle               Y
    MDM2203
          123003 FLSM1                Sa2les               M2iddle              Y
    MDM22203
    SQL>

  • How to import multiple DNG files into Premiere

    I want to import multiple raw DNG files from a 2.5K blackmagic camera. Each clip is recorded in a separate folder:
    I can import each clip separately by selecting its folder and clicking on a DNG file, but -for obvious practical reasons- I would like to import ALL clips at once. However, when I try to do so, Premiere does not import the clips. Instead, it imports each folder, and within them there is not one single clip, but as many clips as DNG files compounded that particular clip. In other words, if the clip had ONE HUNDRED DNG files, Premiere imports that clip ONE HUNDRED times, not just once:
    In this image, each file contains the ENTIRE clip, not just a DNG file. Is there a workaround for this? Otherwise, DNG files must be imported one by one, which of course makes the workflow much more difficult.

    Jim, when selecting the blackmagic2 level, the only available option is File Directory:
    This doesn't happen with RED files, where you can choose between File Directory and RED from the first level. Unlike blackmagic's DNG clips, RED files can be imported all at once, so maybe that's the whole problem:
    And yes, Source Settings are available for RED files, whereas they are not for DNG (only basic information, not raw manipulation):
    RED Source Settings:
    DNG Source Settings:

  • How to embed an illustrator file into a word doc to make a template

    I am trying to make a word template for my company's proposals that we send out to clients. I have created the image in illustrator as an 8.5x11 and saved it for 'web & mobile' use with the highest quality setting. I open the document in microsoft paint, copy everything, and then paste it into the header section of my word doc. I choose the option to bury behind text. My problem is that when I paste from paint into word, the document shrinks and is no longer 8.5x11. This requires me to stretch the image, but it pixelates it beyond what I can allow to be used. Is there an easier way to make a word doc template? I am using Illustrator cs4 and Microsoft 2007 (I know, its really really old).

    http://office.microsoft.com/en-us/word-help/insert-change-or-remove-background-colors-imag es-or-text-in-a-word-2007-document-HA010097032.aspx?CTT=1 Turn a picture into a background or watermark You can turn a picture, clip art, or a photo into a watermark that you can use to brand or decorate a document. 1.On the Page Layout tab, in the Page Background group, click Watermark. 1.Click Printed Watermark. 2.Click Picture watermark, and then click Select Picture. 3.Select the picture that you want, and then click Insert. 4.Select a percentage under Scale to insert the picture at a particular size 5.Select the Washout check box to lighten the picture so that it doesn't interfere with text. The picture that you selected is applied as a watermark to the entire document. Tip  If you want to use an object, such as a shape, as a watermark, you can manually paste or insert it into the document. You cannot use the Printed Watermark dialog box to control settings for these objects.

  • Embed same SWF file multiple times in Flash file

    I want to include the same SWF file multiple times in the same flash file. I have a plain box that is clear, that becomes visible when clicked. I want to create a grid of them (about 50+). If I copy the layers and actions, they interfere with each other so I want to embed multiple SWF files into one file and then save it to embed in an interactive PDF. If I save one square and embed it into the PDF multiple times, the file becomes too big to work. How can I embed interactive SWF files over and over into 1 SWF file? I don't have a ton of knowledge with Flash....

    you edit your html file to embed multiple copies of your swf.
    it's generally easier to control the layout if you use swfobject (but you can just copy the code published by flash pro) to embed the swf.

  • Joining several swf files into one swf file

    hello everybody
    i've been dealing this issue for too long and decided to ask for  help - how can I unite 15 swf files which placed in one folder to a one swf file???
    i tried all kindes of merging softwares like "Join (Merge, Combine) Multiple SWF Files Into One Software" and "WinMerge" without success and tried to convert swf to flv (cause i found other merging software for flv files) but again...
    I have CS5 so if i'll have to open Flash for this i will, though i'm trying to avoid that and even then i'm gonna need full instructions.
    All i need is this simple thing so i'll appreciate very much any help
    Thanks & Good Day
    Keren

    Hi Ned
    Again - thank you very much.
    I've got the source files and i'm on the run now.. kind of..
    I did as you recomצended and used a code from one of the AS3 UILoader tutorials , and it seems to work:
    import flash.net.URLRequest;
    import flash.events.ProgressEvent;
    import fl.containers.UILoader;
    var myLoad1 = "fastflipPage.swf";
    var request:URLRequest = new URLRequest(myLoad1);
    loader.scaleContent = false;
    loader.addEventListener(Event.COMPLETE, completeHandler);
    loader.addEventListener(ProgressEvent.PROGRESS, progressHandler);
    loader.load(request);
    loader.load(request);
    function progressHandler (event:ProgressEvent):void
    status_txt.text = "Percentage Loaded" +
    Math.round(event.target.percentLoaded);
    function completeHandler (event:Event):void
    status_txt.text = "Loaded Done";
    So... i'm tring to find some answers to my next step : in the code above im loading only one file and i need to load 30 files so they could play one after another. i noticed that i can create many uiloader instances and load several external SWFs in the same scene without writing a script to each one of them... is that right? and if so, how can i do that???
    I'm full of hope to figure this task, meantime will look for more answers
    Thanks in advance
    Keren

  • Merge multiple pdf files into single pdf

    How to merge multiple pdf files into single pdf file through any programmatic languages? Kindly share with me.
    Thanks

    Easy PDF
    http://www.macupdate.com/app/mac/38090/easy-pdf
    How To: Combine multiple PDFs in Preview
    http://macenstein.com/default/2011/12/how-to-combine-multiple-pdfs-in-preview/
    How to merge pdf files in OSX
    http://macintoshhowto.com/leopard/how-to-merge-pdf-files-with-preview-in-leopard .html
    How to Combine Multiple PDFs Using Preview
    http://www.macobserver.com/tmo/article/how_to_combine_multiple_pdfs_using_previe w/

  • SWF file into 3dsmax as a texture map?

    Anybody knows how to import an SWF file into 3dsmax as a
    texture map? We need to import it directly into the material
    library without first export it into a PNG sequence file... We have
    already tried to import it through quicktime, but 3dsmax crashes
    Any ideas

    Hi, i realise you posted this a long time ago but did you find a resolution to ths? I want to use a swf sequence as a map.
    Thanks,
    Derrin

  • Joining multiple mp3 files into one

    Hi all,
    I am very puzzled as to how to merge multiple mp3 files into one, to upload to Mixcloud. Now, I do have the "Join Together" script and it worked like a charm a few times but now it just freezes and there's nothing I can do.
    Any ideas? Is there any DJ software, other than Nicecast, that could merge the files?
    Any help will be much appreciated.
    Thanks!

    Fronzenfields,
    A lot of folks preparing mixes for Mixcloud use Audacity.  It is a free audio editor, and has both Mac and Windows versions. 
    Besides joining tracks, it will also let you do crossfades, volume adjustments and other typical audo editing functions necesary to create a good quality mix.
    Editing in Audacity does not modify the original tracks.  You import the tracks into Audacity, do the edits, and  then export a single MP3.

Maybe you are looking for

  • New hard drive and need to restore from time capsule

    I replaced my hard drive with a new 1TB drive. Now I need to retore everything from my Apple time capsule. I'm having some trouble doing so. I first booted up with the new drive and selected restore from back up under disk utility and everything seem

  • HT204291 I did the update my apple tv this morning and now my air play is not working ?

    I did this morning update in my Apple TV and now my air play doesn't work!

  • Test a standard (or delivered) Workflow ?

    Hi, I am trying to seek advice from experienced workflow developers. Is there a standard (or a delivered) workflow, that I can test with. If there is one, can you tell me how I should assign an agent (can I even assign a R3 user directly)... The moti

  • How To make a custom ScrollPane/scroller Help.

    I want to make a MC that holds various Data such as textfields images maybe a video, ect just basic content, so i want to put that into a MC and be able to scroll it. But i cant figure out how to do this, no tutorials on the internet. And i dont want

  • Upgrade from 10.4.11 to 10.6.3

    We want to upgrade out 2007 imac software from 10.4.11 (as purchased) to 10.6.3.  First, do we have to install 10.5 first?  Second, should we purchase the iwork(09), ilife(09), and snow leopard separately, or do a box set?  Thanks