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.

Similar Messages

  • Unable to open or import .swf into flash CC IDE

    hello, since I installed flash CC yesterday, I am unable to import .swf file into my .fla neither open .swf file in flash IDE. SWF extension is even not listed in list of supported files (I did all this normally in CS6 and before). When I try to open swf file in flash (because I got some assets in swf and need to edit it and put it to fla) it says something like "one or more files  were not imported because there were problems to read them." Shall I reinstall flash CC again or any other suggestion please ? thank you

    Maýbe you can install the trial CS6 from the product page and then sign in with your cloud ID? It has worked for me before when I had to re-install. After installed it should ask if you want trial or has a license, sign in to license and it should work again I hope. You may have to update CS6 after through the cc manager.
    Adobe should have put a full list of dropped features to read in one place before updating. It´s very poor customer management not to. But wise to all previous updates of Flash I keep every version, for ever if possible.

  • Importing Video into Flash Project ?

    Hi, I want to ask you about how can I import video into my Flash Project and make it possible to view ?
    I tried to choose embed FLV but the sound quality is quite shity and the video quality too. Furthermore, It expands the timeline which is too long because my video is quite long too. It said that it can be at least 16000 Frames to run.
    Now I choose Import -> Import Video -> Load External ..... and then I put it on one scene. The thing is that when I test it, it looks like I have to expands the timeline too so that I can play the videos fully. And It will slow down the computer so much when I want to export. Is there any way I can play the video only by just creating one keyframe ?
    Please help me.

    i choose Load -> External and it gives me some FLVPlayback in the library too ... But how I can make it relate to the previous scene and it can play the whole video and then back to the first scene...
    First scene is where people can choose some option that I made of ...
    A is where I link to the scene 3 of my project
    B comes to Scene 4
    C comes to Scene 5
    What I'm stucking right now is how can I made the C choice for people to choose and they can see the videos. I tried to drag the FLVPlayback to the scene 6 and it shows some result. But I think if I want to watch the whole video I need to expand the timeline as much as possible and I really don't want that. Is there any actionscript code or some tips that I can make it possible? Sorry because I'm a newbie so I don't understand your words. Can you explain it more ?

  • Importing SWFs into Flash Library

    I used Camtasia Studio 4 on the Windows side to record some
    screen action. They play clean as SWFs in Flash player when I want
    to just watch them. However, when I import the SWF into the library
    of a new Flash project so I can use them in that project, the SWF
    comes in with a bunch of bitmaps and the bitmaps don't line up
    quite properly, the animation comes in with all sorts of artifacts.
    Why? Does anyone have a solution?

    I actually have the same question. What the previous post was referring to is that when you hit the import button in ITunes, a window appears that lets you browse your own drives for music files (like the 'file open" command). Mine defaults to the Drive D which is where my CD is inserted but the song files don't appear because my files are being read as ".acd" files and not any of the supported files. Any suggestions?
    In the import preferences in iTunes, there is no
    option to select .txt (or any of the others you
    mention), so I'm not sure what you are doing.
    Have a look at this.
    How to import music from CDs
    into iTunes.

  • Integrating Flex created SWF into Flash project

    Hi all,
    Hopefully some one here will be able to help. I am using
    Flash CS4 so I was hoping this would work fine as it can target the
    flex library. I have a contact form created in flex which uses the
    accordion component and flex's great validate functions and the
    alert box. Now I can load the contact form into the flash project
    via a loader and I have no problem with it bieng viewable or
    opperational in the final swf. However when the user clicks the
    submit button, nothing works and I get a bunch of error messages:
    TypeError: Error #1009: Cannot access a property or method of
    a null object reference.
    at
    mx.core::UIComponent/setFocus()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\c ore\UIComponent.as:6857]
    at
    mx.controls.alertClasses::AlertForm/commitProperties()[C:\autobuild\3.2.0\frameworks\proj ects\framework\src\mx\controls\alertClasses\AlertForm.as:243]
    at
    mx.core::UIComponent/validateProperties()[C:\autobuild\3.2.0\frameworks\projects\framewor k\src\mx\core\UIComponent.as:5807]
    at
    mx.managers::LayoutManager/validateClient()[C:\autobuild\3.2.0\frameworks\projects\framew ork\src\mx\managers\LayoutManager.as:811]
    at
    mx.managers::PopUpManagerImpl/addPopUp()[C:\autobuild\3.2.0\frameworks\projects\framework \src\mx\managers\PopUpManagerImpl.as:347]
    at
    mx.managers::PopUpManager$/addPopUp()[C:\autobuild\3.2.0\frameworks\projects\framework\sr c\mx\managers\PopUpManager.as:169]
    at
    mx.controls::Alert$/show()[C:\autobuild\3.2.0\frameworks\projects\framework\src\mx\contro ls\Alert.as:519]
    at UV_Website_Contact_Form/submit()[E:\Documents\Flash\Flash
    Projects\Flex
    Workspace\UV_Website_Contact_Form\src\UV_Website_Contact_Form.mxml:46]
    at
    UV_Website_Contact_Form/__Submit_btn_click()[E:\Documents\Flash\Flash
    Projects\Flex
    Workspace\UV_Website_Contact_Form\src\UV_Website_Contact_Form.mxml:97]
    It looks like Flash is having problems creating the Alert box
    from the flex library, but surely this has been exported into the
    flex swf when that was compiled? Dunno......can anyone shed any
    light?
    Thanks
    Shane

    My guess is this won't work as Flash 8 player isn't
    compatible with ActionScript 3.

  • Importing video into Flash MX2004

    Hi
    I've not worked with video before, but now have a requirement
    to use a video clip in a Flash movie. I have found a royalty free
    movie clip which is perfect, but would need to work over the top of
    this file to add some bits to the movie.
    My question is this, if I purchase the movie and import it
    into Flash, does it come in frame-for-frame on the timeline so that
    I can add layers and work over the top of it? I know that video
    tends to create large files - once it's in Flash and published as a
    swf file, presumably it should be more manageable?
    Many thanks for any help.

    HamptonCaught wrote:
    > Hi
    >
    > I've not worked with video before, but now have a
    requirement to use a video
    > clip in a Flash movie. I have found a royalty free movie
    clip which is perfect,
    > but would need to work over the top of this file to add
    some bits to the movie.
    >
    > My question is this, if I purchase the movie and import
    it into Flash, does it
    > come in frame-for-frame on the timeline so that I can
    add layers and work over
    > the top of it? I know that video tends to create large
    files - once it's in
    > Flash and published as a swf file, presumably it should
    be more manageable?
    It won't be frame by frame, it will be its own format
    stretching across timeline
    to covert the length of its frames.
    Best Regards
    Urami
    Beauty is in the eye of the beer holder...
    <urami>
    If you want to mail me - DO NOT LAUGH AT MY ADDRESS
    </urami>

  • I want to import one imovie project into another one.  In other words, I have created a short sequence in iMovie 11 on one computer, and I want to import it into a project that I am working on, on another computer.

    I want to import one imovie project into another one.  In other words, I have created a short sequence in iMovie 11 on one computer, and I want to import it into a project that I am working on, on another computer.  I copied the project files onto a hard drive, and then connected that drive to the Mac that my main project is on, but when I select "import" the files are faint gray -meaning I can't select them.  Help!  I want to transfer a sequence of shots from one iMovie 11 project on one computer, into another iMovie 11 project on another computer.

    Tell me it ain't so!
    I wish I could.  The research you've done is correct.
    Wether you copy and paste or rebuild the Project from the other computer, you're going to need to get your Evnets copied from the other computer.
    The Prjoject files only contain pointer back to the original media.
    Matt

  • Understanding File Import Images VS File Import Folders into a Project

    Hello,
    When I select the "File>Import>Images" command, images go straight into my project, no album is created.
    When when I use the "File>Import>Folders into a Project..." command on a folder containing subfolders, it will map the folder to a Project and subfolders to albums. OK.
    However, when I use the "File>Import>Folders into a Project..." command on a folder with NO subfolders, images are put in an Album anyway. Why is that?
    Is it possible to avoid the creation of an album and have images straight in the Project?
    Thanks,

    MacDLS wrote:
    Take into consideration that you're using a feature in a way other than what was intended.
    You believing that that's how it should behave doesn't make it so.
    You're right. Me alone is nothing. But if a high % of A2 users think like me, then maybe this feature needs some polishing.
    The REALLY simple work around is to delete the album. The images won't go with it, and it's faster than retyping the name.
    Good, that's the workaround I needed. For some reasons I was under the impression that deleting the album would delete the the images as well. I guess I'm still not used to that project-album concept.
    You could hit Command + Delete on a hundred Projects and do less work than you've done on this one thread.
    BTW: You submit feedback by choosing Aperture>> Provide Aperture Feedback not by posting it on a U2U forum. There are Apple moderators here but not Application Engineers.
    Sure, that's how I always submit feedback to Apple.
    Thanks.

  • Couldnt Import .MP3 into Flash CC

    I am exporting a .MP3 from Adobe Audition CC
    Then Importing it into Flash CC
    I receive the error message Couldnt Import .MP3
    This procedure has worked in the past but now does not work. If you know what may be the issue please let me know
    Thanks

    There was an older issue with Flash CS6 where any MP3 with a bitrate over 192kbit could not be imported unless both QuickTime and iTunes were installed to the latest version (on Windows). Do you also have iTunes installed and updated?
    I don't think anyone got to the bottom of why iTunes was needed but many people couldn't import MP3 with the same error until they did. You might want to try that.
    The only MP3 workaround was to import directly to library instead of stage and play it in a timeline layer, but some could only hear it during published playback (no preview).
    Of course an alternate workaround is to simply use a different format. There's still something going on with MP3, which is a bit surprising considering how common it is. I would recommend trying WAV or AIFF as a workaround for now if iTunes/QuickTime updating doesn't fix it.

  • Importing mp4 into Flash 8, converting to FLV

    I just finished taking a Flash Video class where I understood
    I could import an MP4 and convert in to an FLV using encoding tools
    that come with Flash Professional 8. However, I opened a new FLA
    just now and tried to import an MP4 (File -> Import Video),
    Flash would not recognize the sample MP4 I have sitting on my
    desktop.
    I downloaded a demo copy of On2 FlixPro and it did recognize
    the MP4, is converting it to an FLV as I write this.
    Did I misunderstand about importing MP4s into Flash 8
    Professional? Is it in fact not possible. Or might there have been
    something I didn't do or didn't do correctly before importing? If
    so, what might it have been?
    Thanks in advance.

    chris_whalen,
    > I opened a new FLA just now and tried to import
    > an MP4 (File -> Import Video), Flash would not
    > recognize the sample MP4 I have sitting on my
    > desktop.
    The MP4 file extension does not appear in the filetype
    filter of the
    Import dialog, but if you select "All Files (*.*)," that
    should work. I've
    imported MP4s (they're MPGs, after all), but the extension
    doesn't appear
    under the "All Video Formats" choice. (I'm hoping this is
    what you mean by
    "would not recognize," anyway.)
    David Stiller
    Adobe Community Expert
    Dev blog,
    http://www.quip.net/blog/
    "Luck is the residue of good design."

  • Importing movie into Flash

    Does anyone have any knowledge of importing movies into
    flash?
    I have a movie streaming in my flash file but when some
    people open the exe they only see black when the movie should be
    showing. And some others can see the movie. Any thoughts?

    you can import them as an image sequence, then create a movie
    clip out of it. File-->import-->import to stage.. Then select
    all the images, and it something should pop up asking if you are
    trying to create an image sequence, select yes.

  • Importing images into Flash

    I am importing images into Flash only to discover that the images (1280 x 720) are not centered on the stage.  Most of the time the images are off centre by a few pixel widths or in some cases by an inch or more.   I can't get them to centre unless I clear the stage and import a few times.
    Is there a way to import and have the images framed perfectly within the stage.
    I'm currently using Flash CS5.5
    Thank you.

    You can also click the two blue boxes icon under the Timeline and then drag select the whole timeline and that will let you select all your frames at once. then just position them all where you want them at the same time. I attached a screen cap of the area I'm talking about. It's right after the two white boxes.

  • Import iPhoto into iMovie project library

    import iPhoto into iMovie project library 10.0.2

    In iMovie your iPhoto Library should show up in the Library panel as the top listed Librar., Double click on it and all your events from iPhoto will appear. Photos and videos will be there.

  • Why is it impossible to import pics into existing projects in Aperture 3.6 ? It forces me to create a new project on every import. Tried to change that in preferences but no luck.

    Why is it impossible to import pics into existing projects in Aperture 3.6 ? It forces me to create a new project on every import.
    Tried to change that in preferences but no luck.

    It is working for me.  Two ways to import into an existing project:
    Select a project and view it in the browser in split view. If you drag image files from a folder directly into the filmstrip, the dragged image files will be added to that project.
    Or select a project in the library, before you open the Import panel. Then you can switch the destination project in the Import Settings  from "new Project" to the selected project.
    Have you tried these methods? Where does it not work for you?

  • Importing SWF Into CS4 Flash Stage Results in text errors

    I have a inDesign CS4 (.4 update) exported SWF that behaves badly when it is imported into Flash Pro CS4 (.2 update).
    Hyphens in the text on word breaks are being changed into question marks. Font used is Arial.
    The SWF ( attached) views fine in Flash Player 10, but produces the errors when imported to the stage. I have tried all settings (Text to Vector Paths, Text to Flash text) but the result is the same. Rasterizing the text is unacceptable because text quality is severely reduced on zooming the Flash document.
    If you try importing the attached SWF to a blank file stage, you will see the errors on page 3.
    So far, the only fix I have is creating all text in flash.
    Any ideas?

    Did you read the original post?
    I'm creating an Emagazine in InDesign CS4. There is no option to imbed fonts in the exported SWF, nor should there be any need there as the same computer system is creating the flash magazine. I have tried both Arial and Times fonts with the same end result. The Emagazine works just fine with the exception of the font issue.
    In the original post, I also attached examples of the issue. If you open the SWF in Flash player, it shows the correct fonts. Once imported to the stage in Flash CS4, the errors appear.

Maybe you are looking for

  • Macbook Air or Macbook Pro

    Yes, I know you hear this question a million times a day but I think it's different per person. Here's some information about me: Firstly, I am comparing the 13" MBA (128gb) model with the 13" MBP model but I did have a question regarding the 11" MBA

  • Синий экран смерти после установки Intel RST на Lenovo V580c [Win 8.1 x64]

    Доброго времени суток, проблема следующая: Синий экран смерти после установки Intel RST на Lenovo V580c [Win 8.1 x64] На ноутбуке установлена свежая чистая MSDN Windows 8.1 x64 Professional, лицензионная, активированная ключём. Установлены абсолютно

  • Put or not to put OS X Lion?

    Hi,I have a MacBookPro5, 2 (2008) with Snow Leopard. My questions are:1) To upgrade to the Lion, it is worth or will I also have some problems as I read in other posts? 2) Attention that I have bootcamp and I have put windows7. Will i have a problem

  • My I message won't work

    My iPod touch won't let me use I message

  • Pavilion DV1665 HHD Replacement Problems

    I have a DV1665eu laptop. The HHD (80GB) has failed (confirmed using the BIOS diagnostics). I purchased an identical HDD (Hitachi HTS541080G95A00) and tested it OK in another PC. In the BIOS, the diagnostics now run OK - as do the diagnostics on the