How can I publish my flash movie in one swf file in V.2

Hi
When I publish my movie to flash format , skin swf file is
segregated from main movie swf file . How can I publish my movie
only in one swf file ? I want to merge skin and main movie files
together in one swf file .

Hi Corona,
The screen size is whatever you captured or specified during
the recording or new movie setup process. This will cause the
playback control to be placed "on top of" some portion of the
captured background, but there are two ways around that problem.
1) When you set the red recording area before recording, drag
the bottom of the recording area downward about 35 pixels below the
application window (assuming you are capturing an area that
includes a "bottom" or even an application window - grin). For this
to work, it is best if you do your recording against a
solid-one-colored desktop background, so the "extra" area at the
bottom doesn't include desktop images that you don't want in the
capture (even though that area will not be visible in the end ...)
OR...
2) Use the Project > Resize Project dialog to increase the
palette size on the bottom, taking care to leave the original movie
the same size. This will effectively do the same thing as
Suggestion #1, create a "blank" area at the bottom of the movie on
which there is room to mount the playback control bar.
Best of luck, Corona, and omid02. Hope this helps, in
conjunction with the advice that Rick has already offered.
.

Similar Messages

  • How Can I Get A Flash Movie to Access Local Files

    I have a customer that has created a Flash movie to run off a CD.  The movie is basically a set of menus with links to access local files in the same directory as the movie.  i.e. Main folder (to be root of CD) has the movie, a Documents folder with PDFs, a Movie folder with wmv and mov files, etc.
    The problem arrises when you click on a link to a file, a web browser is launched, and the browser tries to display the target file.  The movie was designed on a Windows system, and, mostly it works in a Windows environment, however, the links totally crap out on a Mac because the URLs are pc centric.
    He is a rookie flash programmer so I am trying to help him set up proper links to the files, so that the files will (hopefully) launch the proper local app and not a web browers.  i.e. if the link points to a PDF, the Adobe Reader is launched; if the link is to a mov file, then QuickTime is launched....
    Is there a way to do this?  All the tutorials I have found all seem to expect the flash movie to be running on a web server, and as such do not work when running the movie off a CD.
    Any help or suggestions would be grealy appreciated.
    A response ASAP would also be greatly appreciated as the customer needs to deliver 200 CDs of the project for a presentation tomorrow morning - I have to create the CDs...
    TIA

    Hi there,
    Maybe you would want to use swfObject, i've been using it for
    a long time now.
    http://blog.deconcept.com/swfobject/
    cheers

  • How can I Publish to a Folder just one of the several websites I have created using iWeb?

    How can I Publish to a Folder just one of the several websites I have created using iWeb?
    it drives me nuts having to emove all the other websites when I want to upload one. 
    Sparrow

    For iWeb, I like to do only one site per domain file.  I move domain files out of the Application Support folder and place them inside project or client folders, or in DropBox. Once you duplicate a domain file and begin customizing it, it will load and behave as a separate project/site.
    I publish each iWeb domain/project direct to a server via FTP. Sometime I publish to a folder, then upload via FTP manually.
    iWeb is a remarkable tool, especially when you work from scratch with blank tamplates
    Here are a few of my iWeb sites:
    http://www.newcovenant.org
    http://www.visionmultimedia.org
    http://www.visioncomsolutions.com

  • How can i transfer a digital movie from one apple id to another apple id?

    how can i transfer a digital movie from one apple id to another apple id?

    You buy it from that ID or ask the iTunes Store staff for assistance.
    (80985)

  • How can I publish photos to more than one Facebook account?

    How can I publish photos from iphoto to more than one Facebook account?  Another way to ask is how to add a second Facebook account to the account list in iphoto?

    Open iPhoto Preferences, click on the "Accounts" icon, and add another account.

  • How can HTML call a Flash movie?

    Greetings Everyone!
    I'm sincerely hoping that someone has the answer for me. I'm
    a newbie, but trying so very hard to understand... :) I've read
    books, pages & pages of this forum, 'net searches - I haven't
    found a complete answer to my challenge so far - thanks in advance
    for any help you can give...
    Here's where things are:
    1) I've created a series of swf Flash movies that loop (at a
    particular size so they can play inside of an html table cell)
    2) I've created html buttons in another cell
    What I'm trying to do:
    1) Like a swap file in HTML (where you click a button and an
    image changes elsewhere on the page, click another button, and that
    image swaps to a different image file)
    I want to have a flash movie play on a click of a button, click
    another button, and a different flash movie plays in the same
    spot.
    The challenge is the interaction between Dreamweaver and
    Flash and getting HTML to talk to Flash.
    Here's the code direction I've been heading ...
    ...IN MY HTML code...
    I have a onMouseClick event for each button link. In this
    code I set some variable names inside it.
    onMouseClick="setFlashVariables('sendmovie','myMovie=activeMovie1')"
    ---- this would be for button 1.
    onMouseClick=
    "setFlashVariables('sendmovie','myMovie=activeMovie2')" ---- this
    would be for button 2
    onMouseClick
    ="setFlashVariables('sendmovie','myMovie=activeMovie3')" ---- this
    would be for button 3
    Basically, I'm setting a 'myMovie' variable to 'activeMovie1'
    or 'activeMovie2' or 'activeMovie3' when one of the buttons is
    clicked.
    If 'myMovie' variable is equal to 'activeMovie1' by clicking
    a link, this will tell a flash movie: (" Hey flash! Variable
    'myMovie' is equal to 'activeMovie1'. Act accordingly."). When the
    2nd button is clicked, 'myMovie' will be equal to 'activeMovie2'
    and so on.
    I need to declare the 'myMovie' variable in my flash movie -
    how do I do that?
    ...IN FLASH...
    1. I need to create one variable which will act as a variable
    receiver from HTML. (What I called "myMovie")
    2. I gather I need to create an IF statement so that
    "myMovie" is set to which "activeMovie" ( it could be
    activeMovie1/activeMovie2/activeMovie3 etc ) ,
    ----->Question:
    Where should the IF statement be and
    How should it be written?
    Admittedly I don't know Action Script 3 very well.
    if myMovie is equal to "activeMovie1"
    then load a movie. (This movie will be a movie related to my
    1 Button.)
    else if myMovie is equal to "activeMovie2"
    then load a movie. ((This movie will be a movie related to
    your 2 Button.)
    else if myMovie is equal to "activeMovie3"
    then load a movie. ((This movie will be a movie related to
    your 3 Button.)
    Here's where I'm stuck....
    1) If I've already made my movies into swf files where does
    an IF statement go?
    2) I'm missing the mechanics of how to connect the dots here
    - how do I get button 1 to load movie 1 and start playing
    automatically? When I click button 2, movie 1 is replaced by movie
    2 and starts playing automatically.
    It's a detailed explanation (I know) - I'm hoping someone has
    an answer for me that's equally explicit. Thanks so much much for
    taking the time to read it!!

    Anybody?

  • How can I get my Flash movie to load correctly in Internet Explorer?

    I loaded an swf into an html. It loads fine in Safari, Firefox and Opera. However, in Internet Explorer the swf covers up part of the copy. I tried everything with the css to get it to work, but it nothing has helped. Among other things, I tried changing the z-index in the css, but that doesn't do anything.  Is there a specific code I need to add to my html regarding the importing of the flash movie that would be specific to IE?

    This thread should be in either the Flash Pro forum or the Dreamweaver forum.
    This is for Flash Player and Flash Player related issues, not Flash or browser or HTML issues.

  • How can I get 20 different movies onto one dvd and have them play consecutively?

    I am having a hard time converting all of the videos I've taken of my kids from my iphone onto a dvd. I would like the videos to play consecutively as if we were watching home movies from our regular video recorder. How can I convert my videos to one dvd?

    If the total playing time for all of the videos is less than 120 minutes create a slideshow in iDVD and add the movies to it in the order you want them to play.  Select any slide duration time except manual.  Do not add any music to the slideshow as it will override the audio in the video files and do not add any transition as it won't be a smooth transition.
    Follow this workflow to help assure the best qualty video DVD:
    Once you have the project as you want it save it as a disk image via the File ➙ Save as Disk Image  menu option. This will separate the encoding process from the burn process.
    To check the encoding mount the disk image, launch DVD Player and play it.  If it plays OK with DVD Player the encoding is good.
    Then burn to disk with Disk Utility or Toast at the slowest speed available (2x-4x) to assure the best burn quality.  Always use top quality media:  Verbatim, Maxell or Taiyo Yuden DVD-R are the most recommended in these forums.

  • How can I embed a rmtp url in an swf file?

    Hi
    I have been trying to figure out how to embed an rmtp url in
    an swf file for it seems like years. I want to stream to a flash
    player from a flash streaming server, and I don't know how to
    create the swf needed. Can anyone help? I would enormously
    appreciate it!
    I'm using Flash MX 2004.
    Thanks
    Mark

    ps I am using Flash MX 2004

  • How can I distinguish different action mapping in one ActionClass file?

    I would like to create a ActionClass which will handle 3 mapping which comes from /add, /show or /del.
    My question is how can I change the code so that the ActionClass servlet can distinguish the request from different url mapping ? Can anyone give me some short hints? Thx.
    struts-config.xml
    <action-mappings>
    <action name="MemberInfoForm" path="/add" scope="request" type="com.myapp.real.MemberAction">
    <action name="MemberInfoForm" path="/show" scope="request" type="com.myapp.real.MemberAction">
    <action name="MemberInfoForm" path="/del" scope="request" type="com.myapp.real.MemberAction">
    </action-mappings>MemberAction.class
    public class MemberAction extends org.apache.struts.action.Action {
        private final static String SUCCESS = "success";
        public ActionForward execute(ActionMapping mapping, ActionForm  form,
                HttpServletRequest request, HttpServletResponse response)
                throws Exception {
            return mapping.findForward(SUCCESS);
    ...

    http://struts.apache.org/1.2.x/api/org/apache/struts/actions/MappingDispatchAction.html
    http://struts.apache.org/1.2.x/api/org/apache/struts/actions/DispatchAction.html
    Thank you so much for all of your suggestion.
    I read the document of MappingDispatchAction and its note say:
    NOTE - Unlike DispatchAction, mapping characteristics may differ between the various handlers, so you can combine actions in the same class that, for example, differ in their use of forms or validation.........
    I wonder in DispatchAction, we can also have various forms or validation as MappingDispatchAction does, just by using different name in the action tag, for example:
    <action input="/p1.jsp" name="MForm1" path="/member" scope="session" parameter="action" type="com.myapp.real.MemberAction">
    <action input="/p2.jsp" name="MForm2" path="/member" scope="session" parameter="action" type="com.myapp.real.MemberAction">
    <action input="/p3.jsp" name="MForm3" path="/member" scope="session" parameter="action" type="com.myapp.real.MemberAction">Hence, it is not the difference as stated from the NOTE, right?
    Edited by: roamer on Jan 22, 2008 10:32 AM

  • How can I save my keynote presentation as one single file and not a folder

    I use the latest kerynote version and I would like to upload the presentation as a single file to a collaboration solution.
    How can I save my presentation as one single file and not as a folder?

    Keynote "files" are not single files, they are packages which contain all the individual files that the presentation requires.
    Some online storage systems such as Google Drive show Keynote as a folder.
    We use Dropbox to distribute all our file types and Keynote does not have an issue using that.

  • How can I transfer a rented movie from one Ipad to another Ipad?

    I rented a movie on Itunes from a PC, and transferred it to an Ipad. I now would like to transfer it to another Ipad. Does anyone know how to do this? B

    Hi Technician7,
    It is true that you can "return" app licenses to Apple Configurator and redistribute that license to another iPad. The key is that both iPads must be "Supervised" in order to return the app license. See this from Apple:
    Removing apps from devices
    If you use Apple Configurator to remove a redeemed VPP app from a supervised device, Apple Configurator marks the corresponding redemption code as available. It can be reassigned to a different device supervised by this copy of Apple Configurator for this Mac only. It is not available for redemption by other Macs or iOS devices.
    If you unsupervise a supervised device, all apps will be removed from the device and the redemption codes used to install those apps will be marked available for reassignment. If you simply remove a device record from Apple Configurator, the redemption codes for any apps on that device will not be available for reassignment.
    I hope this answers your question!
    ~Joe

  • How can I use a FLV/MOV as one of 2 inputs?

    I was wondering if anyone knew of good way to add a video to
    a 2 input filter (that isn't a blend)?
    I'm using a filter that is a lot like (Ryan Taylor's)
    DisplacementMapFilter:
    http://www.boostworthy.com/blog/?p=245
    Which I've seen work with still images, but I would love to
    see it work with a movie as 1 of the inputs.
    If I can get help to make Ryan's filter to work with a FLV or
    MOV, then I can get it to work on the filter that I'm working on.
    I've got it to work with JPGs (by applying it to a BitmapData
    object). And I've got a movie to work with a filter with 1 input
    (which is pretty easy). But this one has really stumped me.
    When it's a blend its really easy, but filters like (Ryan
    Taylor's) DisplacementMapFilter.pbk won't work with just a
    blendShader.
    PLEASE HELP!

    Quick and easy way to do it:
    1) Load each video into an FLVPlayback instance. Listen for
    the PLAYHEAD_UPDATE event.
    2) onPlayheadUpdate, grab your frames with bitmapData.draw().
    3) Supply those bitmapDatas to the shader:
    shader.data.image1.input = bitmapData1
    shader.data.image2.input = bitmapData2
    4) Draw the result with the drawing API's beginShaderFill
    method.

  • How can I convert a home movie on dvd(vob file) to edit on imovie?

    I had home movies converted to a dvd- the files are vob. Now I want to edit the movies in imovie.
    I am having a difficult time converting from vob straight to mov files.
    I purchased Quick Time Pro thinking that could do it, but I haven't been able to.
    Also, it just says QuickTime Player Version 7.6.4 (518.35) on my computer.
    Is it supposed to say QuickTIme Pro?
    Thank you in advance for any help you can provide.

    The "Pro" option just unlocks a lot of features in QuickTime Player. If you look at the registration info, it will show if you have Pro installed.
    For converting DVD's you have two options; hardware or software.
    The hardware option involves connecting a DVD player's analog outputs to a qualified "DV device" (DV camcorder, VTR or converter) then connecting the DV device's Firewire port to your Mac to capture the footage.
    The software option involves using an application like DVDxDV or MPEG Streamclip to convert the DVD's VOB files into an editable format that works natively with your chosen NLE.
    -DH

  • Can I publish Indesign docs to Ipad with SWF files included?

    Thinking about buying Adobe CC at $50 a month. My immediate desire is to turn my website http://www.VisionSimulations.com into an iPad app. The site is built around SWF's created in Swish. Can Indesign include these SWFs in documents, and published them to the iPad?   I don't mean with a ton of hard coding, either. 
    Also, I might put a forum at my website. Can InDesign include something like a iFrame in my document, so that people can view my forum through the app?
    Thanks!
    Roger

    Moved to DPS forum.
    No. SWF is completely unsupported.
    Yes, you can use a web content overlay to show the website, but before you embark on this you should most certainly get yourself familiar not only with DPS but with Apple's requirements for apps submitted to them.

Maybe you are looking for