From .psd in flash

Hi! I`m new to Flash. I am trying to make a "story ",I can say. I made the background ,the ground etc. in Photoshop. And I inported them in flash. I would like to know how I can make the .psd or .jpg [as saved from photoshop] be editable in flash. Like making a road sign be a button that leads to a new area [I know how to make buttons] So I ask again,how do I import them to be editable in flash?
                                                                                              Thank you for your support.

In Photoshop, separate each element to a unique layer. If you want one or more elements to show different states, then make each of those states as separate elements, each in its own layer. Save the Photoshop file. Import the Photoshop file into your Flash movie. Use the default settings: "Convert layers to Flash layers" and "Place layers at original position".
When imported the new Flash layers will be named the same as the layers in Photoshop, so if this will matter, then be sure to give the Photoshop layers useful names.
Once imported each layer from Photoshop will be a bitmap object in Flash's Library, and each item will show on the stage. Click off the stage area in the stage window to deselect everything. Then you can select each item individually and set it to be a movieClip. You don't have to make everything a movieClip, but you do need to convert those that you want to control it through Actionscript.
So, in the case of a stop sign, put it into a separate layer in Photoshop, then import the file, select the stop sign and make it movieClip, or a button object. Then you can use it as a control in your Flash movie.

Similar Messages

  • Copying Bitmaps from Photoshop to Flash

    There are a few things I really miss or find quite annoying when copying Bitmaps from Photoshop to Flash.
    Life could be so much easier, but well, as so often, it isn't, because:
    Why is the alpha channel discarded? I mean you can copy whole Ilustrator-Selections to Flash, but you can't copy an alpha channel in a bitmap from Photoshop
    What about this (stupid) dpi-inclusion? Flash is a pixel-based application. It does not really help if you find a bitmap in the flash IDE library which natively has odd dimensions like 273.45 x 81.28 and you aren't able to change that in the properties. you could as well just delete this bitmap again, because bitmaps with odd dimensions and DPI don't really help in Flash (well this may be another case with bitmaps which are a part of a whole collection like when importing AI-content. But for a single bitmap?)
    Is there at least an option to turn-of the DPI-conversion for single Bitmaps?
    I think otherwise the DPI settings for the flash document and the settings in the PSD document should match. But that would be really tedious.
    I always use a freeware program like irfanview to lose the extra DPI information which is just a big annoyance in many situations.
    Well, that's about it

    No, sort of. If you can live with the text EXACTLY as it is in
    Photoshop, kill all the layer except the text and save as PDF from
    Photoshop. Place the PDF in InDesign and it will retain its vector
    properties and formatting. You will not be able to edit anything.

  • Unable to boot from my USB Flash Memory Device

    Hi there,
    I recently purchased a macbook pro with the lion 10.7.2 firmware.
    I am experiencing problems with my USB Flash memory as when i plug it in it comes up fine on the desktop and i can browse it. The problem is that when i open up an application such as Adobe Fireworks or Netbeans (Java programming) and try and access files from my USB flash drive, my drive does not appear on the list/menu, it only comes up with my macbook pro documents etc.
    I have asked friends with Mac's and they tell me they do not experience this problem. Please can you help me whether it is a problem with my settings or any other issues.
    Thank you.

    Nope, I dont recieve any massages at all. It just doesnt appear.
    Also usually you can drag a file into an application, for example drag an image into photoshop in order to open that image up but this does not work either.

  • HT5172 Glad to have USB capability on my new iMac.  Been in Mac world all of 2 days now.  Question - I downloaded photos from a Centron flash drive and am wondering if flash drives have to be ejected the same as on a PC?  Can't find how to do it.  Thanks.

    Been in the iMac world now all of 2 days.  I'm glad to have USB capability.  I downloaded photos from a Centron flash drive and now need to remove the flash drive.  Do you eject flash drives on iMacs as we did on PC's?  Can't find an answer in the support area.  Thanks...

    Yes. All external drives regardless of how they are connected must be ejected before they can be unplugged.

  • Copying file from a Compact Flash Card or Epson Picture Viewer issues

    I am a photographer and have been experiencing issues when trying to copy or move files from my compact flash cards or my viewer HD device. Both my Sandisk reader and the epson connect to my iMac through USB (rear ports) and during the copy process, I get messages that one of the files are in use, and the rest of the copy is aborted. Since the copy process doesn't work in a numerical or filename fashion, I have to look through each file that has been copied and try to identify which files were missed. The weird thing is that if I try to copy the file that was mentioned in use, it works fine
    I am copying to a USB External drive, connected to my Airport Extreme. I've encountered the same things when the HD was connected directly to the iMac.
    I am getting very frustrated with this process, and am looking for insight on how to make this go away, or at the very least, is there an application that will copy/move and verify the files before exiting? I can't help but think that I may have missed files here and there, and those files could be now lost memories.
    Any help would be appreciated

    They'll record either while simutaniously recording to tape. I believe the HDV is in a .M2t format but I'm not sure about the DV file format. As for quality, your guess is as good as mine, I haven't had the chance to play with one yet.
    Mike
    M2 Digital Post Inc.
    San Diego, CA.

  • How to read .xml file from embedded .swf(flash output) in captivate

    I have been trying to read .xml file from the .swf (Flash output) that is embedded within the captivate file but no luck yet . Please if anyone got any clue on how get this thing done using Action script 3.0 then let me know. I am using Adobe Captivate 5.5 at present and Flash CS 5.5.
    I am well aware about how to read .xml file through action script 3.0 in flash but when insert the same flash in captivate and publish nothing comes in captivate output. I would higly appreciate if anyone could help me out with that.
    Here is is graphical demonstration of my query :
    Message was edited by: captainmkv

    Hi Captainmkv,
    Does the information in this post cover what you're trying to do: http://forums.adobe.com/message/5081928#5081928
    Tristan,

  • How to show information from sql to flash cs6 in textbox

    I am having trouble with the showing of result of the information from sql to flash cs6 textbox which is dynamic text.
    I am using php to transfer the data to flash.
    I will like to show me the information in order like
    Name      score
    Tom        20
    Jack       10
    I already try reqVar.name + " " + reqVar.score and it does not work.
    And there is also 6 data in the sql to be formated like the top.
      function loginFunction(evt:MouseEvent):void
      var variables:URLVariables;
      var req:URLRequest;
      var loader:URLLoader;
      if (usertxt.text == "")
      resTxt.text = "Please enter your username.";
      return;
      if (passtxt.text == "")
      resTxt.text = "Please enter your password.";
      return;
      variables = new URLVariables();
      variables.username = usertxt.text;
      variables.password = MD5.hash(passtxt.text);
      req = new URLRequest("http://localhost:8088/classP/checkLogin.php");
      req.data = variables;
      req.method = URLRequestMethod.POST;
                loader = new URLLoader();
         loader.addEventListener(Event.COMPLETE,handleRes);
      loader.load(req);
      function handleRes(evt:Event):void
      var loader:URLLoader;
      var reqVar:URLVariables;
      loader = URLLoader(evt.target);
      reqVar = new URLVariables(loader.data);
      if (reqVar.result == "PASS")
      gotoAndStop(10);
      var req:URLRequest;
      req = new URLRequest("http://localhost:8088/classP/getScores.php");
      req.method = URLRequestMethod.POST;
                loader = new URLLoader();
         loader.addEventListener(Event.COMPLETE,handleRes3);
      loader.load(req);
      else
      {resTxt.text = "Login Failed";}
      function handleRes3(evt:Event):void //to show the output message when it is correct in user and pass
      var loader:URLLoader;
      var reqVar:URLVariables;
      loader = URLLoader(evt.target);
      reqVar = new URLVariables(loader.data);
    displaytxt.text = reqVar.name + " " + reqVar.score;

    1.ckeck your syntax: the last two closing brackets are coming out of nowhere.
    2.use trace commands in your eventhandlers to show if you get any results and if not use them as a hint where the error lies.
    for example:
    reqVar = new URLVariables(loader.data);
    trace("reqVar:"+reqVar);

  • Image Processor CS4 Cannot batch process from psd to jpg ERROR MSG

    I have been receiving the error message "Sorry, I could not processes the following files:" when ever I try to change DNG or PSD files to jpg in camera raw.  It does not matter if I try this with one file or 100. I am running CS4 on a Mac OSX 10.5.8.  I have enough memory, have cleared trash, purged cache....I don't know what to do to make this run correctly.  Please help!

    Thank you for responding and yes, I would be more than happy to elaborate.
    In Bridge I normally change my images from psd or dng using the following steps:
    Tools
    Photoshop
    Image Processor
    change to jpg with a quality of 10
    This has always worked in the past on CS3 and worked a few times once I upgraded to CS4.
    I can do one image or a number of images.  I started receiving the error message stated above
    when doing these steps.
    I have purged Bridge cache, have memory on system...startup disks are not full.
    I cannot figure out why I keep getting this message or how to fix it.
    Any and all help is much appreciated!!!

  • Songs that are imported manually from cds or flash drives are randomly deleting from my iphone 5. Sometimes I get an error -54 message first. Sometimes not. What could be causing this and how can I fix it?

    I have an iPhone 5 16g ios 8.2 and it keeps randomly deleting the songs I manually put on from cds or flash drives. The songs I purchased from iTunes don't delete just the ones I manually add. It has happened three times, once after I added 399 songs, once after I added 27 songs and once when I added 45 songs. Sometimes an error (-54) pops up but not always, it's just in an instant all the songs I put on are suddenly gone. I have uninstalled and reinstalled iTunes three times, reset all the settings on my phone and also restored my phone to factory settings. Nothing has worked. I have a 4th generation iPod and I have never had this problem. Any and all suggestions/help would be greatly appreciated. Thank you.

    x0SiN0x:
    Welcome to Apple Discussions..
    My first suggestion is to Repair Disk. Here's how:
    Insert Installer disk and Restart, holding down the "C" key.
    Go to Installer menu (Panther and earlier) or Utilities menu (Tiger) and launch Disk Utility.
    Select your HDD (manufacturer ID) in the left panel.
    Select First Aid in the Main panel.
    (Check S.M.A.R.T Status of HDD at the bottom of right panel, and report)
    Click Repair Disk on the bottom right.
    If DU reports disk does not need repairs quit DU and restart.
    If DU reports errors Repair again and again until DU reports disk is repaired.
    If DU reports errors it cannot repair you will need to use a utility like Tech Tool Pro or Disk Warrior
    Please post back and let me know how that goes.
    Here are a few links that may help you to identify the issues:
    Resolving Disk, Permission, and Cache Corruption
    Tuning Mac OS X Performance
    Mac OS X System Maintenance
    Please don't hesitate to post back should you have further questions or comments, or with update.
    Good luck.
    cornelius

  • Illustrator Application Window Resizes When Opening Smart Object from PSD

    Hi All, I've taken a vector graphic created in AI CS4 and pasted it into my PSD CS4 doc as a smart object. When the original AI file was created the application window was set as I preferred it, filling my screen. When I double click the Smart Object in PSD to edit it back in Illy, the window that contains the application has been switched off of the fill screen mode and is quite a bit smaller. I know it's small but now I have to click the maximize icon in the application bar to get Illy to fill the screen again. It wouldn't be so bad once, but the application window resizes itself every time I punch back into the smart object from PSD.
    Any ideas on how I can get the AI environment from switching around on its own??
    Win 7, CS4, all patches current, Dual 22" montiors
    thnx,
    jeff

    I just want to point out that when you open the smart object of course it is not the same file as the original but an embedded copy of it.
    That might also have something to do with this issue and might also be a photoshop issue with the smart object and one reason might be that Photoshop is see the image as resolution and Illustrator sees it as a dimension and the teams might be able to do something about this but might not actually be aware of it unless you file a report even if it is not a bug it would then be a feature request.
    They might not be able to do anything about it but then there might be a clever engineer with an idea, so it might be worth the report.

  • Launch PowerPoint from within a Flash Document?

    I am new to this and have a question. Is it possible to
    launch a PowerPoint file from within a Flash Document? (It can open
    either internally or externally)
    And, if so, is there a simple way to do it, or can you give
    me directions to the proper tutorial section?

    Hi Nick,
    For offline/CD work, you can do this from a Flash Projector
    file (see
    Publish Settings) and use FlashJester JStart with it
    http://jstart.flashjester.com
    Download the evaluation copy and see the examples it comes
    with.
    Regards
    FlashJester Support Team
    e. - [email protected]
    w. - www.flashjester.com
    "This has been one of the most impressive and thoroughly
    pleasant
    experiences of customer support I have ever come across -
    astounding!"
    Director - hedgeapple

  • Remove / unload external swf file(s) from the main flash file and load a new swf file and garbage collection from memory.

    I can't seem to remove / unload the external swf files e.g when the carousel.swf (portfolio) is displayed and I press the about button the about content is overlapping the carousel (portfolio) . How can I remove / unload an external swf file from the main flash file and load a new swf file, while at the same time removing garbage collection from memory?
    This is the error message(s) I am receiving: "TypeError: Error #2007: Parameter child must be non-null.
    at flash.display::DisplayObjectContainer/removeChild()
    at index_fla::MainTimeline/Down3()"
    import nl.demonsters.debugger.MonsterDebugger;
    var d:MonsterDebugger=new MonsterDebugger(this);
    stage.scaleMode=StageScaleMode.NO_SCALE;
    stage.align=StageAlign.TOP_LEFT;
    stage.addEventListener(Event.RESIZE, resizeHandler);
    // loader is the loader for portfolio page swf
    var loader:Loader;
    var loader2:Loader;
    var loader3:Loader;
    var loader1:Loader;
    //  resize content
    function resizeHandler(event:Event):void {
        // resizes portfolio page to center
    loader.x = (stage.stageWidth - loader.width) * .5;
    loader.y = (stage.stageHeight - loader.height) * .5;
    // resizes about page to center
    loader3.x = (stage.stageWidth - 482) * .5 - 260;
    loader3.y = (stage.stageHeight - 492) * .5 - 140;
    /*loader2.x = (stage.stageWidth - 658.65) * .5;
    loader2.y = (stage.stageHeight - 551.45) * .5;*/
    addEventListener(Event.ENTER_FRAME, onEnterFrame,false, 0, true);
    function onEnterFrame(ev:Event):void {
    var requesterb:URLRequest=new URLRequest("carouselLoader.swf");
    loader = null;
    loader = new Loader();
    loader.name ="carousel1"
    //adds gallery.swf to stage at begining of movie
    loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
    function ioError(event:IOErrorEvent):void {
    trace(event);
    try {
    loader.load(requesterb);
    } catch (error:SecurityError) {
    trace(error);
    addChild(loader);
    loader.x = (stage.stageWidth - 739) * .5;
    loader.y = (stage.stageHeight - 500) * .5;
    // stop gallery.swf from duplication over and over again on enter frame
    removeEventListener(Event.ENTER_FRAME, onEnterFrame);
    //PORTFOLIO BUTTON
    //adds eventlistner so that gallery.swf can be loaded
    MovieClip(root).nav.portfolio.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
    function Down(event:MouseEvent):void {
    // re adds listener for contact.swf and about.swf
    MovieClip(root).nav.info.addEventListener(MouseEvent.MOUSE_DOWN, Down1, false, 0, true);
    MovieClip(root).nav.about.addEventListener(MouseEvent.MOUSE_DOWN, Down3, false, 0, true);
    //unloads gallery.swf from enter frame if users presses portfolio button in nav
    var requester:URLRequest=new URLRequest("carouselLoader.swf");
        loader = null;
    loader = new Loader();
    loader.name ="carousel"
    loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
    function ioError(event:IOErrorEvent):void {
    trace(event);
    try {
    loader.load(requester);
    } catch (error:SecurityError) {
    trace(error);
    addChild(loader);
    loader.x = (stage.stageWidth - 739) * .5;
    loader.y = (stage.stageHeight - 500) * .5;
    removeChild( getChildByName("about") );
    removeChild( getChildByName("carousel1") );
    // remove eventlistner and prevents duplication of gallery.swf
    MovieClip(root).nav.portfolio.removeEventListener(MouseEvent.MOUSE_DOWN, Down);
    //INFORMATION BUTTON
    //adds eventlistner so that info.swf can be loaded
    MovieClip(root).nav.info.addEventListener(MouseEvent.MOUSE_DOWN, Down1, false, 0, true);
    function Down1(event:MouseEvent):void {
    //this re-adds the EventListener for portfolio so that end user can view again if they wish.
    MovieClip(root).nav.portfolio.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
    MovieClip(root).nav.about.addEventListener(MouseEvent.MOUSE_DOWN, Down3, false, 0, true);
    var requester:URLRequest=new URLRequest("contactLoader.swf");
    loader2 = null;
    loader2 = new Loader();
    loader2.name ="contact"
    loader2.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
    function ioError(event:IOErrorEvent):void {
    trace(event);
    try {
    loader2.load(requester);
    } catch (error:SecurityError) {
    trace(error);
    addChild(loader2);
    loader2.x = (stage.stageWidth - 658.65) * .5;
    loader2.y = (stage.stageHeight - 551.45) * .5;
    // remove eventlistner and prevents duplication of info.swf
    MovieClip(root).nav.info.removeEventListener(MouseEvent.MOUSE_DOWN, Down1);
    //ABOUT BUTTON
    //adds eventlistner so that info.swf can be loaded
    MovieClip(root).nav.about.addEventListener(MouseEvent.MOUSE_DOWN, Down3, false, 0, true);
    function Down3(event:MouseEvent):void {
    //this re-adds the EventListener for portfolio so that end user can view again if they wish.
    MovieClip(root).nav.portfolio.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
    MovieClip(root).nav.info.addEventListener(MouseEvent.MOUSE_DOWN, Down1, false, 0, true);
    var requester:URLRequest=new URLRequest("aboutLoader.swf");
    loader3 = null;
    loader3 = new Loader();
    loader3.name ="about"
    loader3.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
    function ioError(event:IOErrorEvent):void {
    trace(event);
    try {
    loader3.load(requester);
    } catch (error:SecurityError) {
    trace(error);
    addChild(loader3);
    loader3.x = (stage.stageWidth - 482) * .5 - 260;
    loader3.y = (stage.stageHeight - 492) * .5 - 140;
    removeChild( getChildByName("carousel") );
    removeChild( getChildByName("carousel1") );
    // remove eventlistner and prevents duplication of info.swf
    MovieClip(root).nav.about.removeEventListener(MouseEvent.MOUSE_DOWN, Down3);
    stop();

    Andrei1,
    Thank you for the helpful advice. I made the changes as you suggested but I am receiving a #1009 error message even though my site is working the way I wan it to work. I would still like to fix the errors so that my site runs and error free. This is the error I am receiving:
    "TypeError: Error #1009: Cannot access a property or method of a null object reference."
    I'm sure this is not the best method to unload loaders and I am guessing this is why I am receiving the following error message.
         loader.unload();
         loader2.unload();
         loader3.unload();
    I also tried creating a function to unload the loader but received the same error message and my portfolio swf was not showing at all.
         function killLoad():void{
         try { loader.close(); loader2.close; loader3.close;} catch (e:*) {}
         loader.unload(); loader2.unload(); loader3.unload();
    I have a question regarding suggestion you made to set Mouse Event to "null". What does this do setting the MouseEvent do exactly?  Also, since I've set the MouseEvent to null do I also have to set the loader to null? e.g.
    ---- Here is my updated code ----
    // variable for external loaders
    var loader:Loader;
    var loader1:Loader;
    var loader2:Loader;
    var loader3:Loader;
    // makes borders resize with browser size
    function resizeHandler(event:Event):void {
    // resizes portfolio page to center
         loader.x = (stage.stageWidth - loader.width) * .5;
         loader.y = (stage.stageHeight - loader.height) * .5;
    // resizes about page to center
         loader3.x = (stage.stageWidth - 482) * .5 - 260;
         loader3.y = (stage.stageHeight - 492) * .5 - 140;
    //adds gallery.swf to stage at begining of moviie
         Down();
    //PORTFOLIO BUTTON
    //adds eventlistner so that gallery.swf can be loaded
         MovieClip(root).nav.portfolio.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
    function Down(event:MouseEvent = null):void {
    // re adds listener for contact.swf and about.swf
         MovieClip(root).nav.info.addEventListener(MouseEvent.MOUSE_DOWN, Down1, false, 0, true);
         MovieClip(root).nav.about.addEventListener(MouseEvent.MOUSE_DOWN, Down3, false, 0, true);
    //unloads gallery.swf from enter frame if users presses portfolio button in nav
         var requester:URLRequest=new URLRequest("carouselLoader.swf");
         loader = new Loader();
         loader.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
         function ioError(event:IOErrorEvent):void {
         trace(event);
         try {
         loader.load(requester);
         } catch (error:SecurityError) {
         trace(error);
         this.addChild(loader);
         loader.x = (stage.stageWidth - 739) * .5;
         loader.y = (stage.stageHeight - 500) * .5;
    // sure this is not the best way to do this - but it is unload external swfs
         loader.unload();
         loader2.unload();
         loader3.unload();
    // remove eventlistner and prevents duplication of gallery.swf
         MovieClip(root).nav.portfolio.removeEventListener(MouseEvent.MOUSE_DOWN, Down);
    //INFORMATION BUTTON
         //adds eventlistner so that info.swf can be loaded
         MovieClip(root).nav.info.addEventListener(MouseEvent.MOUSE_DOWN, Down1, false, 0, true);
         function Down1(event:MouseEvent = null):void {
         //this re-adds the EventListener for portfolio so that end user can view again if they wish.
         MovieClip(root).nav.portfolio.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
         MovieClip(root).nav.about.addEventListener(MouseEvent.MOUSE_DOWN, Down3, false, 0, true);
         var requester:URLRequest=new URLRequest("contactLoader.swf");
         loader2 = null;
         loader2 = new Loader();
         loader2.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);    
         function ioError(event:IOErrorEvent):void {
         trace(event);
         try {
         loader2.load(requester);
    }      catch (error:SecurityError) {
         trace(error);
         addChild(loader2);
         loader2.x = (stage.stageWidth - 658.65) * .5;
         loader2.y = (stage.stageHeight - 551.45) * .5;
    loader.unload();
    loader2.unload();
    loader3.unload();
         // remove eventlistner and prevents duplication of info.swf
         MovieClip(root).nav.info.removeEventListener(MouseEvent.MOUSE_DOWN, Down1);
    //ABOUT BUTTON
         //adds eventlistner so that info.swf can be loaded
         MovieClip(root).nav.about.addEventListener(MouseEvent.MOUSE_DOWN, Down3, false, 0, true);
         function Down3(event:MouseEvent = null):void {
         //this re-adds the EventListener for portfolio so that end user can view again if they wish.
         MovieClip(root).nav.portfolio.addEventListener(MouseEvent.MOUSE_DOWN, Down, false, 0, true);
         MovieClip(root).nav.info.addEventListener(MouseEvent.MOUSE_DOWN, Down1, false, 0, true);
         var requester:URLRequest=new URLRequest("aboutLoader.swf");
         loader3 = null;
         loader3 = new Loader();
         loader3.contentLoaderInfo.addEventListener(IOErrorEvent.IO_ERROR, ioError);
         function ioError(event:IOErrorEvent):void {
         trace(event);
         try {
         loader3.load(requester);
    }      catch (error:SecurityError) {
         trace(error);
         addChild(loader3);
         loader3.x = (stage.stageWidth - 482) * .5 - 260;
         loader3.y = (stage.stageHeight - 492) * .5 - 140;
         loader.unload();
         loader2.unload();
         loader3.unload();
         // remove eventlistner and prevents duplication of info.swf
         MovieClip(root).nav.about.removeEventListener(MouseEvent.MOUSE_DOWN, Down3);
         stop();

  • Text layers from PSD is converted as images when imported to Muse

    I want to import text layers from PSD files into Muse as text and not as images. Currently when I insert the text layers, they are converted into images. Is there a way to do this?

    Hi Jeffree, I have lot of content in my page and I need the same exact position of the text in my page. I am trying to automate it so that I can avoid copy paste error. Is there a way to make the psd text layer import to export as text in MUSE?
    Appreciate your help.

  • Whats the difference on the logic boared from Fusion to flash drives

    Whats the difference on the logic boared from Fusion to flash drives?

    That's correct. The new models don't use standard drive configurations, they use PCIe connections. There is no support for HDDs in the new models (Retina models and MBAs.)

  • Importing PSDs to Flash

    When Importing PSDs to Flash why do you end up with bitmap colour information (which of course is not editable), if you start with vector shapes in Photoshop. I still don't understand why they got rid of export swf when they ditched imageready after cs2. It used to work so well.

    Thanks for your reply. I figured it out, It just took some time. I have to
    delete that post because it´s stupid.
    Pietari
    2010/5/4 kglad <[email protected]>
    actionscript in the imported swfs will not work and never did work in any
    version of flash.  i don't know anything about flash studio so i can't
    comment on how that worked.
    >

Maybe you are looking for