Can't create CF Flash remoting project

I am using the Eclipse plugin for Flex Builder 2 and I think
at some point I entered something wrong on the screen where you set
up your ColdFusion Flash Remoting Service now when I try to create
a new project, when I click the next button nothing happens. I
tried uninstalling/reinstalling the plugin but it still does not
want to work, is there some configuration file I need to clear in
order for this to work?

I had this same issue after installing Flash Builder 4.5 for PHP and Zend Server CE.  I installed as admin but the document root (/usr/local/zend/apache2/htdocs) did not have the admin user with Read & Write permissions.
In case it helps others, this is how I got it working:
Opened Terminal and typed:
defaults write com.apple.Finder AppleShowAllFiles TRUE
killall Finder
I could then see the hidden /usr/local/zend/apache2/htdocs folder.  I right-clicked it and selected Get Info.  Under Sharing & Permissions I then added the admin user with Read & Write privileges.
To return Finder back to not showing hidden files, issue the same commands but with FALSE.
It might be worth investigating how to configure Zend Server CE so that the document root is not in a hidden folder.  Flash Builder for PHP will let you explore your output folder in the Package Explorer, but you will need to have hidden files visible to see them in Finder.

Similar Messages

  • Can't create or open a project in Robohelp HTML 8

    Hi,
    I just installed RoboHelp HTML 8.0.0.203 trial on Windows XP (SP3). It's the first RoboHelp
    version I've installed on this computer.
    No error occured during installation the program starts normally.
    1. When I try to create a new empty project the program only creates the folder with
    following files and folders:
    !SkinSubFolder!
    Adobe AIR.ssl
    default.css
    FlashHelp Pro.ssl
    FlashHelp.ssl
    Microsoft HTML Help.ssl
    testproject.cpd
    testproject.glo
    testproject.hpr
    testproject.ppf
    testproject.syn
    WebHelp Pro.ssl
    WebHelp.ssl
    At the moment when the new project file should open nothing happens not even an error
    message.
    2. When I try to open the sample project file CCC.xpj an error prompt tells me that the
    opening of the project was aborted or CCC.cpd couldn't be loaded.
    3. When I try to import a PDF (File>New>Project>Import>PDF) an "unexpected error" occures
    during conversion.
    I already reinstalled RoboHelp and I have administrator rights, but still the same problem.
    P.S. I had the same problem on another system with the Robohelp 7 trial some months ago.
    But RoboHelp X5 works fine on a third system, I consider an upgrade if the problem can be solved.

    Well I tested to install RoboHelp 8 on my machine at home where the RoboHelp 7 trial didn’t work. At first with Comodo Firewall Pro enabled and it blocked the two attempts of Windows Installer to access the internet. ->Creating a project still doesn’t work.
    Then I uninstalled Robohelp 8 and disabled the firewall. Installed Robohelp 8 again and tried to create a project but it still doesn’t work.
    Also I installed Robohelp 8 on different machines at home (XP, Vista Business, 7 Professional) all running with Zonalarm Firewall and it worked.
    But installing a new OS is no option for the company especially when everything else works fine.
    Before I opened this thread I googled some time for this problem but couldn’t find anything. This is weird because I’ve installed it on two systems which have noting in common besides both run XP.

  • Can I create a Flash button and use it to navigate to the next slide of a PowerPoint Presentation?

    Hello all,
    I've been having a bit of a hard time understanding how to get a button which I have created in Flash to navigate to the next slide of the PowerPoint presentation which it has been added into. I'm fairly new to Flash, so I believe that this is slightly out of my natural skill range, so hopefully someone will be able to help.
    I understand that I somehow need to make use of fscommand in ActionScript, but I'm not sure how I can get Flash and PowerPoint to communicate between themselves. If anyone could write a walkthrough on how to do this, I would be bery grateful.
    I'm using Flash MX 2004 7.0 and Powerpoint 2003.
    Thanks

    Hi. Why not to make the whole presentation in FLASH? What you have to do is to import all the slides inside FLASH. Then place one by one in the stills and then create the code to make the stills advance and show the slides by means of the button. The code for the button goes as follows:
    on (release) {
        nextFrame();
    to introduce this code make sure you press the button and no the frame.
    Then in order to make the presentation open and cover the screen, no matter how big it is, you need to enter the following code in the first frame:
    stop();
    fscommand ("showmenu",false);
    fscommand ("fullscreen", true);
    You will need also a button to quit the aplication. This is the code:
    on (release) {
         stop();
    fscommand ("quit");
    Now write all of this in your application and let me know your experience. MamenFLASH$

  • Can Files Created in Flash 8 be used in earlier versions?

    Can a file created in Flash 8 be used in Flash Mx?

    Flash MX was version 6.
    Flash MX 2004 was version 7
    (boy, so glad this naming convention went away)
    In Flash 8 you can do a save as and select Flash MX 2004
    (Flash 7). If you need to go down another
    version you need to open it in Flash MX 2004 and do a save as
    to Flash MX.
    Chris Georgenes
    Animator
    http://www.mudbubble.com
    http://www.keyframer.com
    Adobe Community Expert
    *\^^/*
    (OO)
    <---->
    bippity wrote:
    > Can a file created in Flash 8 be used in Flash Mx?

  • Can we create installer for  Java projects ?

    when we create any desktop application using swing. Can we create installer for that application that will include all the files, which is required to run that application including data base. Data base is Mysql and in some case it might be MS Access.
    We can create the jar files for this and deploy. But other then this ...
    Is it possible to create ?? If anybody have idea then plz give me steps how to do this ??
    welcome in advance for reply...

    MukeshSinghRathaur wrote:
    when we create any desktop application using swing. Use [Java Web Start|http://www.java.com/en/download/faq/java_webstart.xml] *(<- link)*
    ..If anybody have idea then plz give me steps how to do this ??Please take the effort to type all 6 letter of the word 'please'. Also - one '?' indicates a question, whereas 2 or more often indicates a bozo.
    Do some research, ask a specific question. These forums are not designed as a 'help-desk' where people will hold your hand and tutor you as to how to do things.

  • How can I create a new EJB project ?

    Hi,
    I downloaded the trial version and I don't know how to create an EJB project ?
    When I create a new project, I've only the web template to choose.
    Where can I find informations about that ?
    Thanks.
    jack

    Hi Jack,
    This version of the Creator allows you to build applications which access existing EJB's, but doesn't create new EJB's from scratch. We are looking into that for future releases.
    If you want to access an existing EJB, please see the tutorials:
    http://devservices.sun.com/premium/jscreator/standard/learning/tutorials/sessionEJBcomps.pdf
    I believe the Sun Java Studio Standard product can help you create EJB's today, if that's what you need:
    http://developers.sun.com/prodtech/javatools/jsstandard/index.html
    hth,
    Val

  • How can I create a flash picture slideshow for 3 images

    Hi. I am wondering if anybody can tell me how to create a picture PUSH. I have three images that I wish to work with. By pushing I mean having an image come in from the left (or right) and place itself on top of the other (or pushing the other out of view). Like a slide show of three images scrolling along but one stops for a brief period before the other image comes into view.
    Any help would be appreciated. Thanks!!!

    http://www.hongkiat.com/blog/30-free-flash-photo-galleries-and-tutorials/

  • How can I create a flash USB RT boot device?

    Hi. I have a PXI 8174 controller and I know it's not supposed to run RT because it doesn't have a floppy drive. However I know that 8171 controllers can be set up to boot from an USB flash device.
    My question is, how can I make an RT-boot flash device? In MAX it seems easy to build a RT-boot floppy drive, but I don't have a floppy drive by now. I tryed inserting my USB flash device and changing its letter to "A:", but MAX doesn't seem to recognize it as a floppy.
    An alternative could be to boot from an USB CDROM, but the same problem arises: how to build the RT-boot CD.
    I really need this controller to run LV-RT.
    Thank you
    Daniel R.
    PD: I'm using LV-RT 7.1.1

    Hi, James, thank you for your post.
    I have done some tests and yes, the controller supports booting from USB device.
    The problem is how to make the flash disk RT-bootable. I've come to create a RT-boot floppy, copy the contents to the USB device and transfer the boot sector from the floppy to the USB device, but it didn't work out. I even edited the boot sector but nothing.
    In this point I gave out because I spent too much time, but I think that there's still a little hope of making it work.
    Now I wander if I plug an USB floppy drive (I suppose it exists) and boot from a floppy disk would work. But I really don't know.
    Any comments appreciated.
    Please excuse my english.
    Daniel R.

  • Can't create new iMovie 11 project

    When trying to create a new iMovie 11 project, I get a dialogue box with the following, "Cannot create project. Please check the disk to ensure there is enough free space and you have permission to write projects." I have a 2009 Macbook Pro, am running OS X 10.8.2, and have 316 GB of free storage space.
    Based on what I read on previous threads, I did the following (not necessarily in the order listed):
    I selected the iMovie icon and "Get Info" under the File menu and changed the setting to indicate that I have "Read & Write" permissions for the system, wheel, and everyone.
    I went to the finder, selected the "Go" menu and held down the option key to open the "Library." Under "Preferences," I selected "com.apple.iMovieApp.plist" and deleted it.
    I restarted the computer.
    After numerous attempts with the above, I reinstalled iMovie and repeated the same steps.
    Still no luck. Am I going about this incorrectly? Is there something else I should be trying?
    Thanks in advance for any assistance!

    I had this same issue after installing Flash Builder 4.5 for PHP and Zend Server CE.  I installed as admin but the document root (/usr/local/zend/apache2/htdocs) did not have the admin user with Read & Write permissions.
    In case it helps others, this is how I got it working:
    Opened Terminal and typed:
    defaults write com.apple.Finder AppleShowAllFiles TRUE
    killall Finder
    I could then see the hidden /usr/local/zend/apache2/htdocs folder.  I right-clicked it and selected Get Info.  Under Sharing & Permissions I then added the admin user with Read & Write privileges.
    To return Finder back to not showing hidden files, issue the same commands but with FALSE.
    It might be worth investigating how to configure Zend Server CE so that the document root is not in a hidden folder.  Flash Builder for PHP will let you explore your output folder in the Package Explorer, but you will need to have hidden files visible to see them in Finder.

  • Can I create a sub-team project in TFS?

    In TFS, I know I can create several team projects under a team project collection. Now, based on my team, we want to create sub-team projects, can I do that using TFS?
    I found a link
    http://msdn.microsoft.com/en-us/library/vstudio/dn306083.aspx which introduces the agile portfolio management to support backlogs across multiple teams. Do I think that the agile portfolio management can implement the sub-team projects?
    Another question: what does "Portfolio" mean?
    Thanks,
    shmily

    If you have TFS 2013, you can create sub-teams within a team project.  Each sub-team can have their own backlog, sprint schedule, team members, etc.  The article describes how to setup sub-teams. 
    Portfolio is a rollup of work across all sub-teams.  For example, you can create a Feature work item and assign User Stories/Requirements/Product Backlog Items to the feature that are assigned to different sub-teams.  At the top-level team (which
    is the default team), you can view the work across all of the teams.  This only works within the context of the team project.  If you want a portfolio rollup across team projects, you will need a third-party tool such as Planview.

  • Can´t create EXE-Application from project because selection is missing

    Hello,
    i have a LV8.2-project one my computer from which i can create a working exe-file.
    Now i moved the project to another computer with LV 8.2 but when i open the project and try to create the application than this selection is not available.
    When i click on "Build Specification" + "New" then there is only the selection --> "Source Distribution" but no "Application EXE" as on the other computer.
    What do i have to do that i also have this selection on the other computer to create an exe-file?
    Thx for the help

    Do you have the same version of LV installed on both machines?
    Only LV PDS comes with included application builder. For LV base and FDS the application builder is an addon package.
    André
    Regards,
    André
    Using whatever version of LV the customer requires. (LV5.1-LV2012) (www.carya.nl)

  • Can anyone create some flash games for me? (FOR PAY)

    Hello,
    I'm looking to create a new website with flash games, most of which need to be multiplayer.
    The games I had in mind are a battleship-type game, a pirate's dice game, and a texas holdem game.
    I'd also like to have a single player "wheel" that you can spin and win points off.
    I'd also like to have a points system where members wager their points over games.
    If this sounds like something you can do, please leave your Skype, AIM, MSNM, or YIM or ICQ screenname and I'll contact you.
    Please don't PM as I probably won't check that.
    Thanks.
    Oh and of course I'm not expecting this to be free...

    i sent a chat invitation a few minutes ago.  check the lower right of your gmail screen or a popunder.  if your speakers were on you might have heard a notification noise.
    i just sent an email, too.

  • CAN'T CREATE or Modify ESB PROJECT ROUTER TRANSFORM/XSL FILE

    I have a problem that started today. I did not have a problem last Friday. I am working on an ESB Project/program using JDeveloper 10.3.1.2. I
    have a router service that has 2 routing rules. Today when I went to edit the transforms/XSL files it will not show the design view and gives me the error message: "Required attribute version missing from element xsl:stylesheet". In the source view I can see that in any one of my xsl files it has "version="1.0". I tried to delete and recreate the transform files and I still get the same problem (only this time it will not even save the mappings). If I try to validate the XML file Jdeveloper hangs and has to be killed. I tried rebooting my machine and that did not help. I went to another project that I hadn't worked on in 2 weeks and tried to look at some routing service transforms and got the same error message when I tried to display them.
    I don't know what is going on. Anyone ever have this problem?
    Nick

    Strange but the problem seems to have just gone away on its own!

  • Can't Create PDF from Microsoft Projects 2013

    I am trying to PDF a Microsoft Projects 2013 files.  I've tried print PDF and save as PDF but both options give me a pop up window that says "Creating Adobe PDF" with a progress bar displayed with 3 blue bars filled.  I leave it that way for about an hour and nothing happens.  I've tried updating the Adobe Acrobat and Repairing it in the Programs and Features menu.  Any help will be greatly appreciated.  Thank you.

    Thanks for the prompt response.  I don't know how to print-to-file and open the file in Distiller.  The printing as PDF doesn't even work.  It gives me the "Creating PDF" pop up window to which there is no end to. (see photo above)  As for updating to version XI, my colleagues who are running Acrobat X Standard with MS Projects 2013 do not have a problem at all when printing.  I want to avoid upgrading if version X is still usable.  Any other thoughts?

  • How can I create a flash .flv file?

    I am going to deliver 12 ultrashort films (about 1 min. each) in flv format.
    How do I do that?
    I dont have Flash but there seems to be some cheaper converters that can be used - however I wonder if they will produce a quality that is good enough.
    And are any of them better than others?
    Thanks for any clues.
    Ulla

    Thanks but it's not a web design issue.  I has to do with the security settings on Wiki 3.  I had to disable the FiltersEnable function to get Flash embeded.

Maybe you are looking for

  • Getting 401 error on adding a network in CCP

    Hi, On adding a network request in CCP, the Cloud Portal Service Request handler succeeds, but the Export IP Address Range Handler fails with the below error - The remote server returned an error: (401) Unauthorized. <nsapi-error-response>User does n

  • Submitting concurrent request through oa framework page

    want to submit a concurrent request through oa framework page and i wrote this code in controller try OAApplicationModule am = pageContext.getApplicationModule(webBean) ; OADBTransaction transaction = am.getOADBTransaction(); Connection conn = transa

  • How big a hard drive do I need for iMac and Time Machine?

    Sorry if this has been answered elsewhere already. I am going to buy an iMac, probably the new 24" with a 320G internal HDD. I already have one Lacie external 320G HDD so I was wondering whether I can use this for Time Machine backups, or do I need t

  • Requesting help in splitting name field

    I'm moving from my CRM Goldmine to another CRM.  Goldmine keeps the name in the "Name" field with both first and last name.  The new CRM keeps is name in two fields: "Firstname" & "LastName" I have my data in an Access Database.  How can I split the

  • UDev rules not working for MidiSport 2x2 usb midi device

    I installed arch a couple of months ago and am loving it so far.  Any problems I've had so far have already been solved in the forums, but this one's really got me.  I have a MidiSport 2x2 that I want the firmware to be loaded on everytime I plug it