How to import SWF to stage???

Hello everyone
I have been trying to import a SWF file to the timeline but when I do its a white box, and even when I import to library..same thing, its a white box..Can someone help me??

use the following, click your img1 button once, then copy and paste the trace output (if there is any) here:
in frame 1 of the main swf that loads A1.swf put and don't replay this frame:
function f(e:Event):void{
img1.visible=true;
img1.addEventListener(MouseEvent.CLICK, ff);
function ff(event:MouseEvent):void
trace(event);
MovieClip(my_loader.content).gotoAndPlay(2);
img1.visible=false;
var my_loader:Loader = new Loader();
my_loader.contentLoaderInfo.addEventListener(Event.COMPLETE,f);
my_loader.load(new URLRequest("A1.swf"));
addChild(my_loader);
in frame 1 of A1.swf, put:
stop();
trace(1);
in frame 2 of A1.swf, put
trace(2);

Similar Messages

  • Importing swfs onto stage

    I have 20 swfs that were converted from Captivate. They need
    to be pasted one after another in one flash timeline so I can add
    audio clips to them. What I've been doing is opening a new instance
    of flash and importing each swf onto the stage, and then in another
    instance of flash I'm pasting the copied frames in one after
    another. What's happening is the imported frames convert to 'bitmap
    1' and 'symbol 1' and so forth all the way up to 23 or so. When i
    try to paste a new set of frames after set 1, it asks me if I want
    to replace the existing frames, when I click 'no', some of set 2
    frames aren't lining up at x=0 and y=0, when i click 'yes' it
    replaces set 1 frames with set 2 frames. This method has worked
    with other files, but for some reason its not working anymore!
    Other than creating a new folder for each imported set, is there
    any easier way?
    Thanks in advance, Missmetz

    Yes, it is possible.
    You might import their W3D as a cast member then cloneModelFromCastmember, or use loadFile on an existing W3D member. In either case you need an existing W3D castMember displayed on the stage as a sprite.

  • How to import swf files to FCPX 10?

    Hi! I need to import a swf to Final Cut Pro x10. Does anybody know how to convert it?
    Thanks!

    Hi
    I think 'Handbrake' will convert swf files used it for lots of converting but not tried it with swf recently, its available for free download just give it a google.
    Hope this helps

  • How to import swf files into project

    I am new to flash programming. I have to make minor
    modifications to an swf
    file. I decompiled it to the fla file but all of the sprites
    which are
    themselves swf files did not end up in the fla file. how do I
    get these swf
    files back into the project so when I make the new swf file
    it will be the
    same as the original one?

    Hi
    I think 'Handbrake' will convert swf files used it for lots of converting but not tried it with swf recently, its available for free download just give it a google.
    Hope this helps

  • How to import a .swf photogallery to my .fla project?

    Hi, I need help please, I am very new to Flash. I created a
    photo-album that came as a template with CS3 and published it to
    .swf file; separately I am designing a .fla website hoping to use
    the photo-album in it. I imported .swf photo-album into my .fla
    library, but now I am stuck - I don't know how to link this .swf
    file to a button in my .fla site. I tried actionscrip code, but I
    received an error when testing the movie. I can't find an answer to
    this in any of the books I have searched, or online. Can anyone
    share their brilliant knowledge please? Thank you!

    I can't thank you enough for replying; you have to forgive me
    for my coding illiteracy, this is my very first project in Flash.
    I searched some and realized that having a movieclip of the
    photoalbum is better than having an external .swf file, so I will
    go with your second way of linking the album.
    I created a button for the album, and I have converted the
    .swf photoalbum into a movieclip symbol that I see in my library
    now (named it photos). But I can't assign an instance to it - when
    I click on it from the library I get a new 'scene' on the stage
    with all the photoalbum layers, and there is nowhere where I can
    name an instance. So instead I inserted a movieclip symbol on a new
    layer of my .fla site, but as soon as I do it I don't see it on the
    timeline anymore.
    Can you explain what am I doing wrong please, like to a kid?
    I am a bit flustered at not being able to figure this out.
    THANK YOU VERY MUCH
    Liza

  • 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.

  • How to import a flash swf file in premier. Without loosing the animation of the movie symbols.

    HEEELLPPP!!
    I am doing animations in flash... and then putting them in premier as a SWF file..
    but when I do that, the animation does not work properly..
    example : If its a star that spins, and goes from left to right.
    When I put the swf file in premier.. the star only goes from left to right.. without the spin...
    (the  spin was an animation made inside the movie symbol of the star)
    from the forum of flash they send me here.

    from the Premiere Pro Help section about importing SWF files:
    " Interactive content and scripted animation are not retained. Animation defined by keyframes in the main, top-level movie is retained."

  • How to insert AS to fix audio in imported swf ?

    Thanks to Whyves... This previous post seems to have a solution, Im just not sure where i create layers in my Captivate 4 file? As I go into Project > Actions >???
    Cheers
    5. Mar 31, 2010 4:23 PM in response to: Whyves_
    Re: Captivate 4, interaction SWF using XML and the Reviewer tool Problem
    Part 1:
    Found a way to stop the imported SWF audio when a user switches slides. The following AS3 code was inserted into the imported swf:
    My actions layer:
    root.addEventListener(Event.ENTER_FRAME, checkSlideInfo);
    My functions layer:
    function checkSlideInfo(e:Event):void {
        /* if user moves to next or previous slide in Captivate, stops the interaction audio */
        if(root.cpInfoCurrentSlide == 4) {
            null
        } else {
            /* stops audio */
            if (savedChannel!=null) {
                savedChannel.stop();
            /* resets interaction */
            loadContentToBox(contentBox.contentText, instructions);
    So, for those trying to find a way to stop their audio from imported swfs, there's one piece to the puzzle!!! You CAN stop your imported swf audios or animation audios using the above function in AS3!
    BTW, it would be nice if Adobe would create a book on Essentials to Advanced Actions, just a suggestion since it is somewhat of a programming language and it would be nice to have samples and more informative tutorials to use.
    NOTE: The above function calls on other variables and functions are specific to the interaction. The main piece to focus on is the roo.cpInfoCurrentSlide. It had to equal slide 4 in order to allow the interaction swf audio to play. If the user switched, I stopped the savedChannel (named soundChannel variable in AS3) from playing.

    Hello,
    About your suggestion for a book on essentials for advanced actions. Rick Stone has such a book, for Captivate 4 (Goober Guide).  I have been blogging a lot about advanced actions, with links to tutorials published with Adobe Publishing Application. It is not a book, but could perhaps help you if you did not yet visited the blog. The feedback from readers is pretty positive. Here is a link to a post that has a list with the published articles, a lot of other blog posts explain use cases and principles:
    Articles on Advanced Actions
    Lilybiri

  • Call a function in the shell SWF from a imported SWF

    We have flash set up as a shell to take lesson data from XML
    and display it frame by frame.
    We import SWF files when the XML tells it to to be displayed
    on the frame.
    How can I get the imported SWF file to call a function in the
    shell....
    basically have a button or movie clip in the imported swf
    call the "gotoNextFrame()" function in the shell.

    We found a "bit" easier way if anyone is interested.. we have
    the have an eventlistner added to the loader to assign a event to
    the swf file thats imported:
    flashLoader.contentLoaderInfo.addEventListener(Event.COMPLETE,
    addEventHandlers);
    then when its completed, it adds event listeners and calls
    our "goNextFrame" function (then clears it when its removed from
    the stage):
    function addEventHandlers(event:Event):void
    var swfMC:MovieClip = event.target.content as MovieClip;
    swfMC.addEventListener("NextFrame", goNextFrame);
    swfMC.addEventListener("PreviousFrame", goPrevFrame);
    swfMC.addEventListener(Event.REMOVED_FROM_STAGE,
    clearEventListeners);
    Then in the swf file thats to be imported, its real simple:
    next_btn.addEventListener(MouseEvent.CLICK, MoveToNextFrame);
    prev_btn.addEventListener(MouseEvent.CLICK,
    MoveToPreviousFrame);
    function MoveToNextFrame(e:MouseEvent):void
    dispatchEvent(new Event("NextFrame"));
    function MoveToPreviousFrame(e:MouseEvent):void
    dispatchEvent(new Event("PreviousFrame"));

  • HELP my imported SWF

    I have created an animation of a superman like character flying with the animation being his cape flapping, his eye moving occasionally, and he moves up and down slightly to imitate the movement of flight.
    I exported that animation as a SWF movie.
    I then opened a new document and then imported that SWF file into the library to use, but when I place it on the stage, the functionality doesn't work. The only animation that has carried over from the original file is the cape flapping. The moving eye doesn't work, and he doesn't move up and down anymore.
    I'm quite new to animation in flash, so maybe I'm exporting and importing too many times or something, or I'm just not going about it the right way.
    Should multiple animations be done in the same document? or should they be done individually and then all imported into a new document where they all come together?
    All help and advice most welcome.
    Thank you.

    First of all I done all the artwork in Illustrator, then I imported the pieces into Flash and set them in position, putting on seperate layers the parts that were to to move, eg. the pupil in the eye moving within the eyeball.
    For the cape, I had done what you said not to do, but it's the only thing that's working, ironically. I made the flapping cape animation in a separate flash document using 5 different images and changing to each along the timeline every 1 second. I then exported the flapping cape as a SWF movie and then imported it into the flash file where the body of the character was and positioned it where it should be.
    The eyeball moving occasionally was done using a motion tween, as was the gentle moving up and down of the man flying.
    Then I exported ALL that as another SWF movie so that it was one animation (which actually included 3 different animations. 2 done in the document, and one imported SWF), but it's only the flapping cape that continues to work even if I copy all the layers across instead of importing the SWF.
    I know that all sounds a bit of a mess to people who know how it should be done, but I'm a bit lost at the moment as I'm not sure which steps I should be taking and in which order.
    Thanks for your help with this.

  • Imported SWFs background to "Transparent" in Presenter?

    Is it possible to set an imported SWFs background to transparent within Presenter?  I have Presenter 7, PowerPoint 2007, Flash CS4, working in Windows Vista.
    The only way I know to set SWF transparency is with the WMode parameter... so, in PowerPoint, if I right-click the imported SWF and choose "Properties" I get the Properties window which contains a field WMode.  I set this to "Transparent", but when publishing the Presenter file to "My Computer" the original SWF background (white in this case) still shows up.
    My PowerPoint has a gradient background, and my SWF file's stage is smaller than my PPT stage.  Making teh SWF BG transparent will allow me to place the SWF wherever I need to on the PPT stage without having to worry about lining up background gradients precisely.
    Any help is appreciated.

    So, not even 4 years later, and after 2 new versions of Flash can we still not produce a transparent background to be able to seamlessly go in a Powerpoint 2010 file?  I imported a single/looping file under the <Insert Tab. It had a transparent backgound and a playhead with start/stop on it. Can't remember how I did it though? 
    Thanks,

  • How to import the Issues list from an Excel File in Project Server 2013

    Hi,
    I'm using Project Server 2013.
    A Project Manager has been playing with the Issues List, deleting some fields, creating new columns and modifying some columns name. The result of this is that I'm getting this error everytime the task
    Reporting (Project Sync) is executed:
    General
    Reporting Wss list sync failed:
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='4feafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='5deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='69eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='75eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='81eafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    ReportingWssSyncListFailed (24018) - 1100. Details: id='24018' name='ReportingWssSyncListFailed' uid='8deafda7-f147-e411-940d-005056957f05' SPListType='a1efd9a9-bd03-4604-91f3-31a2cc5693ff' Error='1100'.
    Reporting message processor failed:
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='5beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='67eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='73eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='7feafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='8beafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    ReportingWSSSyncMessageFailed (24016) - RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.. Details: id='24016' name='ReportingWSSSyncMessageFailed' uid='97eafda7-f147-e411-940d-005056957f05' QueueMessageBody='ProjectUID='a1efd9a9-bd03-4604-91f3-31a2cc5693ff'.
    ForceFullSync='False'. SynchronizationType='Issues'' Error='RDS failed while trying to sync one or more SP lists. The RDS queue message will be retried.'.
    Queue:
    GeneralQueueJobFailed (26000) - ReportingWSSSync.WSSSyncMessageEx. Details: id='26000' name='GeneralQueueJobFailed' uid='98eafda7-f147-e411-940d-005056957f05' JobUID='9e937da7-f147-e411-940e-005056957f0d' ComputerName='b579360a-53ab-4fe0-bf9b-c62f5e8d3529'
    GroupType='ReportingWSSSync' MessageType='WSSSyncMessageEx' MessageId='1' Stage='' CorrelationUID='0945bd9c-0d6a-a0f1-47b0-68cdfcfbff9a'. For more details, check the ULS logs on machine
    b579360a-53ab-4fe0-bf9b-c62f5e8d3529 for entries with JobUID
    9e937da7-f147-e411-940e-005056957f0d
    What I'm trying to do is to create a new Project from the scratch, update the Issues List, not deleting or modifying columns, just creating new columns in order to match the names he (the Project Manager) put in his Issues List, then Export the list to Excel,
    and then create a datasheet view matching the Exported list, but here I don't know how to import the list (copy / paste or whatsoever it can be done...)
    Do you know how to do it, or do you know another/any method to solve this problem?
    Thank you in advance,
    José Espases

    Hi José,
    2 considerations: 
    The first one is that (as you experienced) one should not delete or rename any of the predefined columns in the risk/issue list. What you did is the right way, meaning keeping the native column as is and creating new ones based on the business needs. Finally
    you just need to create view with the appropriate fields.
    Then for importing risks from an Excel list, I can't test it right now, but you should have a datagrid view (MS Access type) allowing you pasting data from Excel.
    Hope this helps,
    Guillaume Rouyre, MBA, MCP, MCTS |

  • Import swf files in CP3, but export without any voice?

    Did anyone have the same problem with me?
    I imported swf file in slide and published. But I can't hear any voice in the slide....
    At the same time, I tried to import as flv file and published, then it works. Voice in slide can be heard with no problem.
    How can I fix the problem? thanks!!

    Hi,
    Just a quick check. Go to menu item " Edit > Preferences" and select category "Publish Settings".
    Confirm that option "Include Audio" is checked.
    regards,
    Mukul

  • Imported swfs display different every time

    Hello -
    I have tried importing swfs, and each time it displays different when published. The first time, it resized and could be seen completely within the window. The second time, it did not resize so only the top left of the image could be seen. The third, time it sort of resized, but is still cut off on the bottom. I inserted the same swf file the same way each time, so I'm not sure what affects the way it displays when published. I'm using the trial version of Presenter version 7.0.7 Build 7746. The swfs were created in Captivate 5.0, and I'm using Office/PowerPoint 2010. Below are examples of what each looks like after the publish. Does anyone know how I can control how the swf will display once published?
    Thanks!
    Katherine

    Hello -
    I think it has to do with resizing the swf once it is imported. I resized it first by widening it so it went the entire width of the page - the second time I believe I did the same thing and got the larger image. Then I tried various ways of resizing and also not moving or resizing at all, and got these different results. It is not consistent, the same way of resizing did not result in the same output. Is it not possible to resize the imported swf - for example, resize so it takes up the entire slide? Below is a link to download the swf I'm using.
    http://mylearn.documentum.com/curriculumdevelopment/slide4.zip
    Thanks!
    Katherine

  • Importing Swf

    Hi there,
    I have created a flash file using codebaby and it is transparent; however, when I bring it into adobe presenter, it has a black background.  How do I get rid of the black background of the imported swf file?  It looks great in other tools; however, I need it to be transparent in adobe presenter.  I have 7.0.
    Adobe presenter 7.0.6 build 7604

    Hi there,
    I am using AS2; however I still get the black background, so then I tried capturing the background and using that in my background and I get a border.

Maybe you are looking for

  • JDBCStatement Profile

    I am trying to turn profiling on in the JDBCConnectionPoolMBean to gather Statement Profile metrics from the JDBCConnectionPoolRuntimeMBean. It doesnt seem to work. Any input will be appreciated. To trigger transactions iam running the petstore app w

  • I cannot connect my MacBook to LG Smart TV

    I cannot connect my MacBook (13-inch Late 2007) to LG Smart TV (47LB730V) via "mini-DVI to HDMI" cable. TV says that something is connected to HDMI input and then show "No Signal" message. But when I connect my Mac with the same cable and settings to

  • K8D master 2-F Siran Beep

    I have 2 opteron 240 CPU's retail box, CRUCIAL 512MB ECC Registered memory.  An  A+GPB P4ATX/EPS 550W Dual Fan. Support Intel & AMD Dual CPU Server M/B (24pin connector for Intel Server M/B and additional adapter cable for AMD Server M/B).  MSI K8DMA

  • Hey i lost my iphone how can i find it

    hey i lost my iphone how can i find it

  • -ve values in service entry sheet

    Hi, I want to post -ve service entry sheet ( i.e differential -ve ). Please guide whether it's possible in SAP standard soln thx, Chandresh