Cross platform for muse cc 2014

HI
Can I open and change a project on PC, save it to e.g. a NAS, copy all assets etc. to a mac and continue the work there, and back again, without ruining the muse file?
thanks
ulf

Yes.
To make the transitions as seamless as possible I strongly recommend:
1) Use Edge Web Fonts (via the Add Web Fonts... in the Font menu) and avoid Web Safe fonts or System fonts. Web Fonts will work well across platforms. Web Safe fonts will likely change subtly across platforms. System fonts are likely to not be found across platforms (even if they're there because of differences in naming conventions across platforms).
2) Store all your images in a folder that's stored at the same location as your .muse file. Doing so should eliminate the need to relink the image files (and other assets) when switching platforms, or reduce it to a one step process.

Similar Messages

  • Muse CC 2014 and graphics formats.

    Hi
    I have recently vied the updated training course at Lynda.com for Muse CC 2014.
    In there the instructor talks about the benifit of using PSD files directly in Muse, mainly because of the "edit original" feature.
    As far as I remember, the advise for previous Muse versions was to make the graphic in the right format and size in PS and the place it in Muse.
    Has this changed in Muse CC 2014? If I do this, I do not seem to get the size/resample warning inside Muse anymore.
    Thanks.
    Ulf

    Please check Colby's response :
    https://forums.adobe.com/thread/1500867
    Thanks,
    Sanjit

  • New Projector Exporter for Flash Pro CC (cross platform)

    Hi All,
    We have a new cross platform Projector Exporter for Flash Pro CC available as an extension at the below location:
    [http://nipunasthana.wordpress.com/projectorforflashcc/]
    Thanks,
    Nipun Asthana
    Flash Professional Team

    Projector Exporter has now officially been included with the new Flash Pro CC 2014 release!

  • Webinar (Aug 11): How to create Cross-Platform Automated GUI Tests for Java Apps

    Join Squish expert, Amanda Burma, and learn how to create cross-platform automated GUI tests for your Java applications!
    Register here (multiple time slots)
    August 11th 2014
    Duration: 30 minutes plus Q & A
    This webinar will cover:
    General Squish for Java overview
    Automating BDD Scenarios
    Executing Cross-Platform Automated GUI Tests
    Interacting with Java application objects, properties & API
    See you there!
    Unable to attend? Register and we'll send links to future events and access to our webinar archive following the event.
    Webinar schedule
    Learn more about Squish
    Evaluate froglogic squish

    <property name="messaging.client.jar.path" value="Location in your local drive" />
    <property name="messaging.client.jar.name" value="nameOfYourFile.jar" />

  • Adobe Muse CC 2014 - Sizing/Layout for Mobile Devices

    I have designed previous sites with Adobe Muse and have never had any issues designing or sizing for any of the three devices whether desktop, tablet, or  phone versions. However, due to the most recent updates I decided to design a site through Adobe Muse CC 2014 (www.movemoreheadforward). I went ahead and designed tablet and phone versions of the desktop site as well but unfortunately I ran into the problem below.
    The first image is what the phone site comes up as and the second image is what I would like it to look like. I didn't touch the page width so I'm confused as to why the site comes up so small. Would this have anything to do with the new 100% page width option?
    The same goes for the tablet version however I do not have images to give as an example at this time. Does anyone know why this issue may be happening and how to go about fixing it? Thanks!

    You have an object to the right of your page. (blue block), that's what's making your page smaller.

  • Any cross platform chat app (eg. Whatsapp) for Ash...

    Hello,
    Does anyone know any cross platform chat app which can be used on Asha 501? I bought the phone today and I was only able to find Nokia Chat which is preinstalled on the phone but that app is not available on android.
    Any help regarding this?
    Thanks.
    Solved!
    Go to Solution.

    PrakashGupta wrote:
    can any one tell whatsapp application supports for nokia asha 501?
    Hello !  Please  tell me the battery life  ,  is very good ? 

  • Can you still get a cross platform upgrade for CS3?

    I'm a mac user and recently purchased CS3 Design Premium for windows used -- does anyone know you can still get a cross platform upgrade from windows to mac without upgrading to CS4?

    I am very, very sorry to read that. My windows pc is just crashed because of a virus my payed anti-virus program could not deal with, and everything have to be cleared totally. (XP pro - browser used at the virus-time = Mozilla. Anti-virus program = The price winning PC-tools)
    Have to start all over again from scratch.
    Therefore I wanted to change to a new Mac machine for my CS3.
    I know I could upgrade to CS4, but do not need the CS4 for the time being, so I have to stay with Windows.
    Alle my other programs - Nikon - Topaz -  Nik-software - Hemi. - Jason Odell - have been so very helpfull and trusted me and have send me new keys - THANK YOU, you have a lot of problems when this problem happens, so they removed some of the stones, , but not Adobe, they said by telephone (I also tryed a mail, but no answer), that I have to sit at the pc for installing and then try to call them by telephone to get help for autentification, and nobody can promise me it will be the same day.
    Last time it took one and a half our to get through by telephone.
    I really love your program (CS3 extended) ....... but not this.

  • Recommendations for cross-platform software development?

    I'm considering developing a new shareware product and I'd like for it to be able to run on both OS X and Windows, and Linux too if that ends up not requiring too much more effort.
    I've been a Java programmer for many years now, making Java in some ways a very obvious solution. But I've never been all that pleased with the look and the performance of Java Swing GUIs. Swing isn't all that bad for some uses, but it can be clumsy in many ways (like Mac open/save file dialogs), doesn't always get the look-and-feel of a particular platform quite right, misses many platform-specific features one might want to access -- in short, Java-based apps seldom manage to have the fit-and-finish of off-the-shelf, shrink-wrapped commercial software.
    I could stick with Java and try out the SWT toolkit (it's better at getting native look-and-feel, and native performance) for building a GUI, but from what I've read SWT has its limitation as well, and besides, because of the nature of the product I have in mind -- something dealing with audio and music -- a lot of the open source code I'd like to incorporate into my product is written in C or C++, and I might need to do some low-level driver work too. Trying to bridge all of that into a Java app with lots of JNI work doesn't seem like the best route to take.
    I could learn C# and use Mono to make my stuff work for OS X, but, although I've never worked with C# and whatever standard GUI libraries one would typically use with C#, I suspect that it will work best for Windows and be kind of iffy for Mac use.
    All this said, I'm fairly certain that, after many years away from it, the best thing for me to do is get back into using C++ for this project.
    From my cursory preliminary research, the best looking C++ cross-platform development library I've seen so far is Qt from Trolltech. It's also very expensive from the viewpoint of a start-up operation -- a few thousand dollars, even with a 65% discount given to small start-ups.
    There's the totally free, open-source wxWidgets, but it sounds like wxWidgets' Mac support isn't the greatest, and it sounds like it's noticeably buggier than Qt. Maybe it would still be good enough for my uses, but I don't know that yet -- which is one reason I'm writing this post, hoping others have had some experience with it.
    Anyone know any other C++ cross platform toolkits for general GUI application development? One article I read said:
    If your needs are a free cross-platform environment, then wxWidgets is your best and only solution. However, for under $100, you can find a cross-platform environment with a much better Macintosh user experience than wxWidgets.
    I can't seem to find any of these better-than-wxWidgets, under-$100 solutions, however. Suggestions, anyone?
    Quad G5 + 15" MBP   Mac OS X (10.4.6)  

    Hi--
    I think, from looking at that page he must be talking about the CPLAT framwork. It's kind of hard to figure out from that page, but he's got another page with information on CPLAT here.
    It looks like it's $50 for the license. You can also look at the official CPLAT site for more info. I've never used it, though, so I can't really say whether it's any good or not. But there is a trial version available...
    charlie

  • Third Party Tools for Database Migration of 10g between Cross Platform?

    Hi,
    Like to know any is there any third party tool
    available in the market for cross platform EASY database migration
    between AIX - 10g R2 to Windows - 10g R2.
    Before there used be a third party tool called DBPUT which is no longer
    available now.Looking for similar type.
    Any Suggestion Please.
    Regards,

    why not using export/import (common Oracle tools) or use GoldenGate which allows you to migrate a production database w/o downtime.
    - Klaus

  • Every time I try to update Muse to 2014.3 version in my mac (OS X 10.10.2) I get this error message: "Exit Code: 39 Please see specific errors below for troubleshooting. For example,  ERROR: DW042 ...  ---- Summary   - 0 fatal error(s), 2 error(s)   ERROR

    Every time I try to update Muse to 2014.3 version in my mac (OS X 10.10.2) I get this error message: "Exit Code: 39 Please see specific errors below for troubleshooting. For example,  ERROR: DW042 ...  ---- Summary   - 0 fatal error(s), 2 error(s)   ERROR: Failed CreateAlias ERROR: DW042: ARP Entry couldn't be created for language : es_ES". I've tried both to uninstall the app and run CleanTooler, but there's no way. What else should I do?

    Davidv82268468 have you removed and reinstalled Adobe Muse using the steps listed in CC desktop lists applications as "Up to Date" when not installed?

  • Formattiing a Lacie for cross-platform video production

    Hi, not sure if this is the right place to post but here goes:
    I've been working on FCP and macs for a few years now, but just started grad school where they have a deal with Avid and are therefore 100% PC based. I want to be able to work at home on my mac/macbook pro as well as at school with LARGE files, and bought a lacie 1TB after a massive G-Drive failure and the worst tech support ever.
    Can I format the drive to work on both? Ive heard FATS32 is the way to go with cross-platform but I will be working regularly with 10GB files and up, so the 4GB restriction there won't work. Basically is there any way to both read/write files onto the drive from the AVID studios at school to my AVID studio at home without complicated partitioning of the drive, etc.
    ANy help is appreciated!

    Hi
    The LaCie software and firmware updates are available from their support site here:
    http://www.lacie.com/us/support/index.htm?rid=10033
    Just select your drive model from the list at this url.
    You will also find a very useful FAQ there too. I seem to remember that this very topic is covered there, but I could be mistaken.
    I hate to say it but you may have to go back to the beginning and just use the LaCie software to do the cross platform partition. The third party software might not do it for you but try the LaCie firmware update first as it may be all you'll need, (if you need it).
    Regards,
    JIm

  • Grid Control for a cross-platform migration

    Is it possible to use Enterprise Manager Grid Control to execute a cross-platform migration? A co-worker suggested checking this out, but he wasn't sure if it would work or not.

    Cross-Platform transportation is a complex process and done by RMAN utility. Don't rely on GridControl, better follow the roadmap in
    http://download-uk.oracle.com/docs/cd/B19306_01/backup.102/b14191/dbxptrn.htm#sthref1379
    Werner

  • Info on programming for cross-platform iPhone, MacOSX, DashCode?

    Is there documentation which shows a nice to-do list for converting apps designed for the iPhone, the Mac (OSX) and Mac (Dashboard/DashCode) into one or more of the other two?
    I started with the iPhone, which is probably the most restrictive. I'm hoping this was a good decision, since splitting out into multiple windows or a larger window with panes should be easier than manipulating a small screen. I would like to "port" my app(s) to the other two platforms, if at all possible without rewriting it. (Although that is a possibility, in order to make the code more portable to all three platforms).
    My question, before I start a thorough search, is where to start in the documentation to begin the undertaking, probably iPhone to MacOSX first, then back to DashCode.
    I would also like to at least review any documentation geared for this before I dive into my next project, so I can think ahead while designing and writing the actual code.
    Thanks!
    -Carl

    Hi,
    I think you have to choose whether your applications will be distributed through the App Store (Developer Program) or in-house (Developer Enterprise Program). If they are distributed through the App Store, Apple will take 30%. You can create your own "App Store" for in-house over-the-air deployment.
    http://developer.apple.com/support/ios/enterprise.html
    In my opinion, this is one of the reasons why iOS is not the right platform for enterprise apps.
    Regards,
    Pierre

  • OpenShot's Kickstarter campaign for cross platform.

    The OpenShot non linear video editor goes to Kickstarter to fund a cross platform project.
    http://www.openshotvideo.com/2013/03/op … paign.html
    http://www.kickstarter.com/projects/421 … -and-linux

    then you havent read the kickstarter page. its about a whole new engine, with better stability and features. the windows port is just one side effect of this.
    the engine is even nearly done, but it needs to be implemented

  • AE render farm cross platform

    hi all,
    just wondering i have set up a AE render farm on pc (2014 v13.1.1), i know it can render PC AE renders if a pc sends a job to it but can it render mac render jobs?
    rob

    After Effects project files are cross-platform compatible. Things to watch out for are that file paths are valid, and that fonts and plug-ins are installed and working. You should open the project on a Windows machine to check for any errors, especially with fonts. Some fonts may have different names between platforms.
    When using Collect Files, the source file paths are set relative to the project so this is usually not a problem. But you must make sure that the output file paths are also valid; using the Change Render Output To option in the Collect Files dialog can help with this.
    More detail here:
    After Effects Help | Automated rendering and network rendering

Maybe you are looking for

  • EIS timeouts and XA

    In debugging my XA RAR on WLS 6.1SP2, I found that if the EIS system times           out during an XA transaction,           then an subsequent attempts to access that factory are denied by WLS. Is           this saying that an possible communication

  • Invalid application discriptor: Unknown namespace error

    Hi all I am using flash Builder 4.6. I am working on google eyes project, this was created on flex 3.1 but I am using flash builder so I need to update it's sdk so i update it's sdk to 4.6.0, here I am getting an compilation error. Invalid applicatio

  • HRPY - Problem with upload payroll

    Hi experts I need your help, I have a problem and I can't resolve. In my job I need to move the payroll from a country (BR) to another country (MX), Each country is in different client. To download the data from BR, I used the fm HCRM_PAYROLL_RESULTS

  • Having Problems with built in iSight

    Hi, I am having problems with the computer finding my built in iSight camera, I just updated to Mountain Lion and now no applications recognise it. I have tried turning it off and on again, and switching to different users, but none can identify a co

  • 10.5.7 problems?

    im having some crazy display issues after this update. My resolutions are whacked out.