Can you universally scale up an enitre flash file?

I am using Flash CS3.
I have created a document at size X. My clients says he wants it around 150% bigger. How can I scale up the einter file with all the symbols and everything in my library universally? It's all vector art that I pasted from Illustrator.

The quickest way will probably be to load the swf into another swf that is 150% larger and scale the container of the loaded swf 150%.

Similar Messages

  • Can you Put a hotspot on a flash file???

    if i have a website that i am creating and i wish to put an
    entry page on it but i wish to use flash as well as dreamweaver can
    i create a hotspot or put a link on a flash file?? i need urgent
    help

    Yes you can, what you need to do is create an invisible
    button, for all purposes this is just a clickable region that works
    just like a hot spot ( image map ) in HTML. If you need help on
    creating an invisible button look at these Flash Tutorials
    http://www.computer-training-software.com/adobe-flash-cs3.htm
    or just google it

  • Can you please assist me with downloading Flash Player in my Apple 13" Mac Book Laptop Computer.

    Can you please assist me with downloading Flash Player in my Apple 13" Mac Book Laptop Computer.

    Moved discussion from Downloading, Installing, Setting Up to Installing Flash Player.

  • Can you copy multiple audio (text to speech) files from one slide onto a new slide at once?

    Can you copy multiple audio (text to speech) files from one slide onto a new slide at once? OR do you have to copy and paste each line of text to speech and insert into new slide?

    Hi there
    I believe that you end up with a single file that you can use. Once you get that created, it's an audio file in the library. You may then add the audio file to another slide or object by looking in the Library after choosing to add audio.
    Cheers... Rick

  • How can you insert "Page Break" in a pdf file so you will specify the pages

    How can you insert "Page Break" in a pdf file so you will specify the pages

    How / from what was the PDF originally created?  It would be easiest to insert page breaks into the original document, then recreate the PDF.

  • Can you convert a Windows Quickbooks Pro 2011 file to an Ibank file?

    does anyone know if you can you convert a Windows Quickbooks Pro 2011 file to an Ibank file?

    I can't answer for Internet Explorer but you should be able to export Bookmarks from FireFox. If you can't export from IE you may be able to import from EI to FireFox first.
    In FireFox, menu BookMarks>Organize Bookmarks, then in the pane which opens, menu File>Export (that's how it works on Linux so Windows should be broadly similar). The result should be an html file.
    You may be able to import this into Safari on your Mac; certainly you should be able to import it into FireFox and perhaps from there to Safari if necessary.

  • Can you use airport extreme 802.11n for files backup

    Can you use airport extreme 802.11 for files back up and sharing

    You can if you connect a hard drive that has been formatted correctly to the USB port on the AirPort Extreme.
    Apple does not officially support Time Machine backups for this type of setup, but you could store regular files this way.

  • How/where can you change the delimiters within the output file -Urgent Pls!

    Hello Experts,
    When Exporting data through EAS, how/where can you change the delimiters within the output file (ie. space delimited vs tab delimited vs custom)
    Thanks in advance.
    Regards,
    Sonu

    This is where I will be shot down in flames but at least in 7.x I am unaware of any configuration option that allows you to export in anything other than space delimited.
    I guess you could write a shell/perl script that could change this outside of Essbase
    Edited by: DrFosterMan on Jan 16, 2009 12:54 PM

  • Please can you explain how to add adobe flash player when using Mozilla ?

    I cannot view videos without them constantly stopping.
    I have been told that I need to use adobe flash player.
    When I try to load this, though, the download will not work.
    A message apprears to say I must turn Mozilla Firefox off.
    Please can you explain how I can get around this ?
    Please note, I am not very good with computers, so it would be good if you can make the instructions as basic as possible.
    Many thanks !
    Trev Stafford
    <sub>edit: removed your mail address from public display, since the only thing it will attract are spam bots. you will be notified per mail once somebody replies to the thread. (philipp)</sub>

    Download the non-IE version of Adobe Flash for your system here:
    https://support.mozilla.org/en-US/kb/keep-flash-up-to-date-and-troubleshoot-problems
    Close the browser, and temporarily disable your anti-virus
    Install the non-IE version of Adobe Flash
    Re-enable anti-virus
    See that you have the current version here
    http://www.adobe.com/software/flash/about/
    replaced unofficial third-party download site link.

  • Can you control the OS Volume from Flash

    hi guys, Can you control the master windows OS volume from
    within flash.
    My understanding is that within the soundobject.volume, 100
    mean 100% of the current windows volume setting.
    Can control the windows setting seperatly as well (the same
    way you could/can in Director)?
    Rich

    Yes - the JavaScript that's in export.js was rolled into inline code in the Java jar files sometime during version 11.5.
    It's no longer customizable.
    An option is to use HTTP Filter on your Java Web App to modify the outgoing JavaScript instream, but that's never a pretty solution.
    Sincerely,
    Ted Ueda

  • Can you help me to install adobe flash media

    can u help me to install adobe flash on my computer?

    Are you seeking help for installing Adobe Flash Player or Flash Media Server. Your post is little confusing but i would assume since you posted here its for FMS.
    You can find instructions here:http://help.adobe.com/en_US/flashmediaserver/install/index.html

  • Can you recommand any teaching materials for flash?

    I going to teach about flash to high(or middle) school students in Indonesia.
    They might have no background about flash(maybe even computer knowledge).
    Because it is for volunteer service for not educated students.
    Teaching period will be about 20days.(1day per 2 hours)
    Can you recommand any good materials to teach??(I don't need professional skills) Book, PPT, UCC, even flash. I'm OK with any type of materials

    i'd start with david stiller's books:  http://www.quip.net/blog/
    but you should decide if you're going to teach as2 or as3 and make sure you get an appropriate book.

  • Can you open a Final Cut Pro project file (6.0.6) in Final Cut Express (v4)

    I am working on a project in Final Cut Pro (v 6.0.6) and I need to pass it off to a colleague who only has Final Cut Express (v 4). The media in the project is DVNTSC.
    I went to the Apple store at the Stonestown Mall in San Francisco today and they assured me that my colleague would be able to open my FCP project file in his FCE program... but I'm skeptical.
    Can you really open a FCP project file in FCE?
    Could somebody who has both confirm this for me?
    Thanks,
    Sam

    Under very rare circumstances can you open an FCP project in FCE. It almost never works and is not supported by Apple.

  • Can you code 2 classes into one source file?

    Can you have 2 classes coded in one source file? If so, do you end up with 2 .class files after the compile?

    yes you can code 2 classes in one source file. I
    believe that you have to reference one class is an
    "object" class of the class under which you save the
    file as.
    Example:
    File name is A.java
    class A{
    class B{
    When you want to refer to class B, you have to say
    A.B ( eg: A.B ab = new A.B() ). The class file(s)
    will be A.class and A$B.class.
    This is what I recall at best at the time. good luckI presume you mean when one is an inner class? Otherwise:
    public class one {
      one() { System.out.println("one");
      public static void main( String[] argv ) {
        new one();
        new two();
    class two {
      two() { System.out.println("two");
    }Will work fine, and will create one.class and two.class. But that does not mean it is a good idea to do it ;o)

  • Can you restore a project from a single file

    Using Windows XP / RH8 & RH7 / RSC 3.1
    Is there a single file that lets you restore a project?   My co-worker believes this is the case, but I can find nothing in the RH Help, or on this forum using a search term of "restore project", "restore from file", "file types" etc.
    I can't find the Help page that has the explanation of each file type, which used to be easy to find.
    What we are looking for is an equivalent to the FHB file in ForeHelp.  You can restore the complete project from that one file.
    I have tried a dozen searches on the forum and get no reponses for anything.  Is search even working?
    Any info you can provide will be greatly appreciated.
    Regards,
    Joe

    There is no single file that restores the source project. You can reverse engineer a CHM and get close but I don't think that is what you are looking for.
    The only single file method is a zip of your project!
    See www.grainge.org for RoboHelp and Authoring tips
    @petergrainge

Maybe you are looking for

  • The majority of my iTunes Wish List is gone.

    My iTunes software recently updated about a week ago (12.01.26). When viewing my Wishlist today, my wishlist shrunk from hundreds of songs to a few songs that I have added recently. Why did this happen and how can I get them back? My Wishlist is a co

  • Can I use the desktop site as the tablet site?

    I've added the tablet site with the atributes of the desktop site but it doesn't copy the content. Is there a way to do this without recreating the content seperatly?

  • ADF Line Graph Major Tick Line Extended

    Hello, I am having hard time showing the vertical lines in the background of the af:graph. The vertical lines in the graph are controlled by the following component: <dvt:o1MajorTick lineWidth="1" tickStyle="GS_EXTENDED" lineStyle="LS_SOLID"/> My o1a

  • Anyone familiar with MATLAB???

    if yes, please reply as soon as possible. regards milos p.s.: got a few probs with understanding how to write a program.

  • Getting Error in Solman 4.0 Service Desk

    Hello Everyone, I have installed Solman 4.0 on windows 2003 server and oracle database, I am starting to configure solman for different features like service desk, solution monitoring, sdccn  etc after i configured service desk from SPRO  when i crea