Converting *.doc files to *.swf files

I PURCHASED FLASHPAPER 2 SOME YEARS BACK TO CONVERT STATIC
WINDOWS *.DOC FILES TO *.SWF FILES TO UPLOAD ONTO A WEBSITE. I
RECENTLY BOUGHT A NEW COMPUTER WITH WINDOWS VISTA. FLASHPAPER 2
DOES NOT WORK ON VISTA. I WAS INFORMED BY ADOBE THAT FLASH CS3 CAN
RUN ON VISTA. I WOULD LIKE TO FIND OUT HOW TO CONVERT STATIC *.DOC
FILES INTO *.SWF FILES ON FLASH CS3.

you can also try this:
Step 1. convert .doc file to .pdf
you can find a free converter here
http://sourceforge.net/projects/pdfcreator/
Step 2. convert the .pdf file to .swf
using PDF2SWF & SWFCombine from
http://www.swftools.org/

Similar Messages

  • Best program for converting FCP7 file to .swf file

    What's the best-quality, reasonably-priced software for me to convert my .mov files to .swf files?
    ffmpegX works great, but will only export to .flv and not .swf.
    VisualHub is defunct and isn't working with my longer files.

    This comes up quite a bit here. I'd invest in a forum search to see what others have turned up. I'm guessing you don't have Flash or After Effects? Anyway, a quick google search turned this up: Macvide VideoFlash Converter 3.1 I have no experience with this app. But the demo video clearly showed the user converting a .AVI to .flv - although .swf was the other option.

  • Compiling FLA and AS files to SWF file using command line

    I need to encorporate the .as sources and .fla file, into my
    build environment, to compile the SWF file.
    Right I have to Open Flash 8 to perform this and copy the SWF
    created through the compilation process.
    Compiling FLA and AS files to SWF file using command line is
    my main purpose. If there such a utility there, does it exist for
    Linux and Windows.

    Try
    Flash
    Command or
    Flash
    Shell Extension
    We use an enhanced version of Flash Command internally, of
    which we fixed the bug of Mike Chamber's Flash Command which cannot
    be run in .NEt 2.0 and added some other functionality. Once we are
    comfortable with it, we will release it to the public.

  • Converting wmv files into swf files

    I have not been using Flash for very long and I have some wmv
    files I would like have show up as swf files for a project I am
    doing. But I can not find way to covert them over. Is there a way
    and if so how. Thanks for any help.

    First convert the WMV files to FLV format(Use Flash video
    encoder.)
    Import the converted videos to flash.
    It is easy to use an FLVPlayBack component with a suitable
    skin(controls-can be selected from a list) and given the path/name
    of the converted video(example.flv);

  • Fm or method for converting  doc,pdf or text  files to binary format

    Hello,
    Are you aware of any function module or method which takes input as a file of type doc, pdf or text files and convert it to binary format? Kindly let me know.
    This is what i tried and was unsuccessful.
    i tried using gui_upload method and pass " asc" as file type while importing file of type .doc but it returns me string filled with strange characters.
    I did try converting this string to xstring using  cl_proxy_service=>cstring2xstring but i realized my 1st step of uploading file itself was wrong.
    Please let me know what can be done if you are aware of how to convert file of various types to binary.
    thanks
    Pooja

    hi All,
    thanks alot for the information and help provided by all of you.
    I did figure out a way where the word document or pdf  can be pretty much loaded with gui_upload. the file type used in the method would be "BIN" the following thing has to be done. declare data type as given below and file would be the complete path along with document name which has to be uploaded
    DATA: BEGIN OF res_line,
                raw(255) TYPE x,
             END   OF res_line.
      DATA: res_tab LIKE res_line OCCURS 0 WITH HEADER LINE.
    data :  wf_var_stringx TYPE xstring .
      CALL FUNCTION 'GUI_UPLOAD'
          EXPORTING
            filename                =  file
            filetype                = 'BIN'
            read_by_line            = 'X'
         has_field_separator     = ' '
         header_length           = 0
         header_line           = 'X'
          IMPORTING
            filelength              = l_filelength
          TABLES
            data_tab                = res_tab
          EXCEPTIONS
           OTHERS                  = 1.
    LOOP AT res_tab .
        CONCATENATE wf_var_stringx res_tab-raw INTO wf_var_stringx IN BYTE MODE.
      ENDLOOP.
    this will upload the file and will file the string x with its content.
    hope this helps to some of you.
    Thanks
    Pooja

  • Problem in dreamweaver - image file and swf file.

    Hi friends.....nice to be here.
    Ahnm, lets start from the beginning! J I am new here and my english isnt so good, but i´ll try to explain what was happening with my webpage using Dreamweaver CS3 and a swf file…..Im sure that for most of you it’s a basic problem with a basic solution, but I didn’t find one…..and I´m new to CS3 too ! J
    I´m creating a simply webpage using 2 frames: Top frame and main frame, but my problem was in top frame.
    I created an image (like a banner) to fill this frame, not background, an image with name company, phone number etc…..My intention was to put some buttons (using flash) in this image……..but NOT in all image…, so I split the image in two….half jpeg file, half a swf file…….joining this images on dreamweaver later…..
    So, on dreamweaver works great……there everthing works perfect…..but on I.E, an BORDER appears, separating the two images
    Well…..better than words, here is the images:
    On dreamweaver
    http://img204.imageshack.us/img204/2867/tela1.jpg
    http://img543.imageshack.us/img543/2083/tela2.jpg
    On I.E. (my problem)
    http://img717.imageshack.us/img717/585/tela3u.jpg
    Guys, I´m sure that was an easy solution………. I hope someone can help me…
    Sorry for my english J
    Hugs
    Vinicius
     

    1) You don't need frames.  Why Frames are bad for you and your site visitors.
    http://apptools.com/rants/framesevil.php
    2) Don't use Flash for navigation.  Many people can't use Flash.  What will they do?
    3) Learn HTML and CSS code first.  This will make DW much easier to learn.
    Start here:
    HTML & CSS Tutorials - http://w3schools.com/
    Then work through this 3-part tutorial:
    Taking  a Fireworks (or Photoshop) comp to a CSS based layout in DW
    Part 1 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt1.html
    Part 2 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt2.html
    Part 3 --
    http://www.adobe.com/devnet/fireworks/articles/web_standards_layouts_pt3.html
    For best results, post a URL to your web page.  You'll get faster replies and much better answers that way. 
    Nancy O.
    Alt-Web Design & Publishing
    Web | Graphics | Print | Media  Specialists
    http://alt-web.com/
    http://twitter.com/altweb
    http://alt-web.blogspot.com

  • Is there any way to compile FLA files into SWF files on the command line?

    I am using Adobe Flash CS4 Professional on Windows XP.  To facilitate automated nightly builds, I have been searching for a way to compile my SWF files from the FLA files under source control, but without luck.  The tools in the Flex SDK looked promising, but we do not use Flex.  Thanks!

    Seen these?

  • Uploading html files with .swf files in them

    I created a website and published it in Flash. I then used
    Dreamweaver to create the HTML file that I would upload to my
    server. But, when I go to my site, the .swf file does not load.
    Both the HTML file and the .swf file were uploaded using an
    FTP client, so I don't know why it's not showing up.

    Don't know if this will fix it for you but when we went
    through this we had to tell the server to allow .fla, .swf and .flv
    files. Until we did this it didn't show the flash part of the
    website.

  • Renamed a .cp file but .swf file still uses old name

    I tried finding where the original file name would be kept in
    the .cp file. The Property window has the updated name, the Publish
    uses the updated name. I checked using notepad and no matching
    string found. I use notepad to view the generated .swf file and the
    old .cp file name is still in there. From the robohelp project in
    the multiMedia folder of swf files, the right click shows the edit
    option. This seems to use swf's stored file name for the .cp file.
    How can I correct this?
    The Captive help indicated a movie file can be renamed by
    simply using widows explorer, nothing else required.

    Seens if you delete the old swf file before you generate the
    new one the new swf file has the current .cp file name.

  • Loding swf files into swf files

    Hi,
    If i have a swf fil locally which loads a number of other swf
    files from a server, can i have the loaded files load other files?
    I have a tool which loads different presentations from different
    folders but the swf files in the presentations may them selves load
    other swf files. Is there a method to handle this?
    Jesper

    Having one player find with relative paths folder grouped or
    data based
    grouped is very doable in Flash.
    Look at the _url property for the player and pop off the swf
    name at the end
    and you have the path of the player. Then concatenate the
    relative paths
    from there.
    The player base url can be attained with
    urlBase = _url.substr(0,_url.lastIndexOf("/")+1)
    then you concatenate
    Ex:
    aChildFolder = urlBase + "theChildFolderName/"
    aSiblingFolder = urlBase + "../theSiblingFolderName/"
    Then concatenate the swf name to those.
    Lon Hosford
    www.lonhosford.com
    May many happy bits flow your way!
    "JesperBisgaard" <[email protected]> wrote
    in message
    news:e2a8bj$22m$[email protected]..
    thanks for your reply,
    To describe the problem in greater detail:
    I work for a company which produces presentations in flash.
    Each
    presentation
    has a folder of its own on our server and these folders are
    organised under
    the
    companies who ordered them. The presentations are composed of
    a number of
    swf
    files which are loaded into a main presentation control file.
    Now i am
    looking
    to build a tool which can load each of these presentations
    depending on what
    the customer would like to see. I would like this tool to be
    plased in a
    folder
    of its own so i dont have to place one in each presentation
    folder.
    But my problem is that when i try this i find that most
    often flash cant
    handle the relative paths in the movies loaded by the
    presentation control
    file. Example: If i in the presentation load a file with a
    graf and the graf
    contains a button with an onRelease = function() {
    instance.gotoAndPlay(2) }
    flash has a very hard time determining which movieclip to run
    the command
    on.
    Is there a way to handle this?

  • How to convert Fla or SWF file in to 70 mm theatricla movie.(cinema)

    this is Manoj.from Hyderabad. i attended for adobe seminar in
    Hyderabad. i have doubt regarding how to convert flash movie or swf
    file to 70 mm cinema. is it possible to make 2d animation as cinema
    using with flash.?? is it possible?? if possible then please tell
    me the process. and which is the best software for making 2d
    animation. i am very much comfortable in 2d animation using with
    flash software. can you tell me flash is suitable for 2d animation
    or not. if we make entire animation in flash then how to convert
    that animation in to cinema 70 mm theater. is it possible or not
    can you please tell me .
    if not possible then please suggest me which software is the
    best for making 2d animation for cinema.
    please give me reply.
    i am waiting for your reply. please give me reply all to
    bellow ids too.
    [email protected]
    [email protected]
    [email protected]
    thanx and regards
    Manoj

    Print the reviewer the original document the course content
    was initially built from if they want it in print format. To expect
    a flash SWF to print the same way as a Microsoft Word document way
    is just stupid, think of the SWF's timeline and number of
    movieclips (and movieclips within movieclips) and how much
    information can be contained within it and how it might not always
    be in a linear format (eg. like a Word Doc) = your answer which is
    Flash is designed for online delivery of rich media content, where
    Microsoft Word is designed for printing.

  • How to convert Fla or SWF file in to 70 MM movie(cinema)

    this is Manoj.from Hyderabad. i attended for adobe seminar in
    Hyderabad. i have doubt regarding how to convert flash movie or swf
    file to 70 mm cinema. is it possible to make 2d animation as cinema
    using with flash.?? is it possible?? if possible then please tell
    me the process. and which is the best software for making 2d
    animation. i am very much comfortable in 2d animation using with
    flash software. can you tell me flash is suitable for 2d animation
    or not. if we make entire animation in flash then how to convert
    that animation in to cinema 70 mm theater. is it possible or not
    can you please tell me .
    if not possible then please suggest me which software is the
    best for making 2d animation for cinema.
    please give me reply.
    i am waiting for your reply. please give me reply all to
    bellow ids too.
    [email protected]
    [email protected]
    [email protected]
    thanx and regards
    Manoj

    Print the reviewer the original document the course content
    was initially built from if they want it in print format. To expect
    a flash SWF to print the same way as a Microsoft Word document way
    is just stupid, think of the SWF's timeline and number of
    movieclips (and movieclips within movieclips) and how much
    information can be contained within it and how it might not always
    be in a linear format (eg. like a Word Doc) = your answer which is
    Flash is designed for online delivery of rich media content, where
    Microsoft Word is designed for printing.

  • How to convert Doc file into image

    hello frnds
                     Can any body guide me how to convert doc file into image and show into swf loader.
    actually i have to convert doc files into swf files in runtime so that i have to use this flow.
    is it possible to convert doc file into byte array and than convert into image.
    Thanks And Regards
        Vineet Osho

    You can convert any DisplayObject to byeArray using this function ImageSnapshot.captureBitmapData().getPixels()

  • How can I import or convert a .swf file into iMovie 8

    I've been searching with no luck for a way to convert a flash animation (.swf) file into a format that I can import into iMovie 8. Ideally, this would involve freeware or very inexpensive software. It is important that I maintain the quality (and audio) of the original swf file.
    Can anyone suggest a route?
    Many thanks.

    The easiest method is to use screen capture software to "record" the .swf file as it plays.
    Since .swf files use vector graphics you can scale it up in dimension (to fit your iMovie Project needs) without any loss in quality.
    I'm a happy user of SnapzProX http://www.ambrosiasw.com/utilities/snapzprox/ as it records in QuickTime formats.

  • Export a pdf to a swf file with navigation buttons???

    I have CS4 and I've tried to export a couple indesign files using the swf export feature, but it the navigation of the file is very weak and not very intuitive, and when you zoom in to any of the text the text goes fuzzy.
    I would like to just convert a PDF to SWF file with navigation buttons, page controls, zoom in/out, single or two page view options, so that my end user can view it with the free flash player, but I don't have time to build the file in Flash and I don't want to use an online service that comes with a per month or per publication fee.
    Any suggestions??

    I've looked at that, but most of the pdf's that I need to convert are more than 10 pages.  I want a program I can download, install and use without a per use cost, or per publication cost.
    I'm looking more for a plug-in for either Acrobat, or Indesign or stand alone program that would convert them without adding copyrights, or ads to the file.

Maybe you are looking for