How to delete flash of white

Hi,
I have imported a swf file which is only a banner of color
with buttons, no animation into my dreamweaver html. When the html
file loads that swf bar shows an instant flash of white and then
loads the bar. I have been all over the net searching for answers
which no one seems to have. Here is what I have been told thus far:
1. Put a preloader in my flash file. This would not make any
sense as far as I know since the html file is a link from my index
page. This is not a splash or index file that is loading.
2. use wmode=transparent. This does not work and neither does
the opaque mode.
Everything in my flash file and dreamweaver file is set to
the dark blue color. There is white no where in the code.
Can anyone help? I have spent an enormous amount of time
trying to figure this out to no avail.
Thank you,
Cher

Hi Cher,
The white you are seeing is possibly coming from the browser
which generally has a default background color which is white. You
might try changing this. Just a thought.
Don

Similar Messages

  • How to recreate Flash Professional CC preferences

    I recently downloaded Flash Professional CC to a Windows 7 computer. It functions extremely poorly: most dialog boxes don't work and many of them cause the program to freeze, so it can only be closed with Task Manager.
    I called Adobe Tech Support. They emailed me a this link:
    Re-create preferences
    However, that link only refers to Flash CS6 and older versions.
    I have some related questions:
    1 - Is there a version of that link that includes Flash CC?   If there is I can't find it by searching.
    2 - I went ahead and tried one method the link gave for deleting preferences. It said to hold down CTL + ALT + SHIFT while launching Flash CC. Here's a quote from the link:
    Re-create the preferences file
    Note: You can skip the following steps if you do not want to save your old preferences. You can start the application while holding Ctrl+Alt+Shift to delete and reset the preferences to the default.
    I tried to follow this advice this in 2 ways:
         A - I held down  CTL + ALT + SHIFT while clicking on the Flash CC icon in my status bar. The icon froze and nothing launched. I rebooted.
         B -  I held down  CTL + ALT + SHIFT while double-clicking on the Flash CC shortcut on my desktop. It caused this window to open; it looks like a generic Windows 7 properties window, and I don't see anyway to "delete and reset the preferences to the default" as Adobe instructs.
    Does anyone know how to delete Flash CC preferences?

    Actually this needs to be updated for CC 2014. The file you reference above isn't in this folder. Instead, I see a 2014 folder and, inside this folder there is a file called cloudsync. See below. This is what needs to be deleted to prevent the crashing.

  • How do I delete Flash cookies on my MacBook Pro with Mavericks OS X?

    Hi there! Since switching over to the Mavericks OS X, my husband noticed that I had over 3000 cookies stored in my laptop. After deleting cookies in eash browser, we noticed they are still there. After some googling, I suspect that it is Flash cookies that are installed in my computer. How do I delete these? On a couple of websites, that appears to have outdated information, they recommended downloading the Flush app. I noticed it is no longer available.
    Anyone care to help?

    System Preferences > Flash and you can delete all info there manually, or set it to not accept information.
    What I use is the free Firefox web browser + Ghostery and Click&Clean.
    Ghostery has a option to delete Flash and Silverlight cookies upon exit (if enabled in preferences)
    Click&Clean wipes everything when the browser is closed.
    Firefox also has click to play, so Flash and other plugins are not running on every site, rather one has to click to enable it when they want as to prevent those from running and placing/retriving cookies in the first place. Better security also.
    And there is more than just Flash cookies, there are web bugs, mouse trackers, history sniffers, HTML and Ever Cookies, plus all sorts of webside exploits.
    Only by enabling Javascript/scripts only on sites you trust can you avoid a lot of this nonsense, the only easy method is to use Firefox and the NoScript add-on, which you drag a "temp allow all" button to the toolbar in Firefox to click on sites you trust.
    https://en.wikipedia.org/wiki/NoScript
    Also Ad Block Plus is also advised, as ad's can deliver makware and slow down the browsing speed.
    See this here
    Maintain some level of privacy/cookie tracking

  • How does one delete incorrect or 'white' artwork?

    This is probably a very easy fix, but I can't figure out how to delete artwork in iTunes. Some of the songs show a blank white page or the incorrect artwork. I have plopped the correct artwork but it won't show it; I can select it, the artwork is there, but you can have multipe art on one song. So, how do I delete the other art so I can just have it show the correct album cover? Your help is much appreciated.

    Hey there Matt.dvs1,
    Although there is not a way to remove past purchases from your iTunes account completely, you can hide them so that you don't have to see them if you don't want to. This article will help you do that:
    iTunes Store: Hiding and unhiding purchases - Apple Support
    Hide your purchases
    Open iTunes on your Mac or PC.
    From the Store menu, choose Store > Sign In, and then enter your Apple ID and password.
    Go to the iTunes Store.
    Click Purchased from the Quick Links section on the right side of the iTunes Store.
    Choose a content type by clicking Music, Movies, TV Shows, Apps, or Books from the top of the window.
    A list of your purchased items for the content type you are viewing will appear. Mouse over the item you want to hide until an X appears its top-left corner.
    A confirmation dialog will appear once you click the X.
    Thank you for using Apple Support Communities.
    All the best,
    Sterling

  • All my pictures taken at night using the flash are white and hazy, how do I fix this problem?

    All my pictures taken at night using the flash are white and hazy, how do I fix this problem?

    If you don't use the flash picture is too dark.

  • How to  delete email attachments from server

    Hi,
    I created an a CF template for sending e-mail which includes
    attachments. It has been tested on my dev box and is functioning
    fine as the attachment upload to a designated directory on the
    server. I would like the attachments to be purged once the e-mail
    has been forwarded to the recipent.
    In Macromedia's ColdFuision 7MX web application construction
    book page 913 "Interacting with Email" there is a CFC that will
    delete the file when the user ends their session.
    I am not sure how to write this to fit the code I am using.
    Here is the eMail form
    <!--- Mail_Form.cfm--->
    <html>
    <head>
    <title>Please enter your message</title>
    </head>
    <body>
    <form action="Send_Email.cfm" method="post"
    enctype="multipart/form-data">
    <table width="500" border="0" align="center">
    <tr>
    <td width = "500" colspan="2">Please enter your e-mail
    message:</td>
    </tr>
    <tr>
    <td width="250">To:</td>
    <td width="250"><input type="text" name="to_addr"
    value=""></td>
    </tr>
    <tr>
    <td>Subject:</td>
    <td><input type="text" name="subject"
    value=""></td>
    </tr>
    <tr>
    <td>Message:</td>
    <td><input textarea name="message" rows="5"
    cols="35"></textarea></td>
    </tr>
    <tr>
    <td width="250">Attachment #1:</td>
    <td width="250"><input type="file"
    name="attachment_1" value=""></td>
    </tr>
    <tr>
    <td width="250">Attachment #2:</td>
    <td width="250"><input type="file"
    name="attachment_2" value=""></td>
    </tr>
    <tr>
    <td width="250">Attachment #3:</td>
    <td width="250"><input type="file"
    name="attachment_3" value=""></td>
    </tr>
    <tr>
    <td width="250"> </td>
    <td width="250"><input type="submit"
    name="Send_Email" value="SendEmail"></td>
    </tr>
    </table>
    </form>
    Here is the form to send the attachment.
    <!--- Send_Email.cfm --->
    <!--- First make sure that the user uploaded attachments
    --->
    <cfif FORM.attachment_1 neq "">
    <!--- first actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_1"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    later on --->
    <cfset attachment_local_file_1 =
    "d:\uploadsTEST\#file.serverfile#">
    </cfif>
    <!---Now repeat the process for the second and third
    attachment:--->
    <cfif FORM.attachment_2 neq "">
    <!--- first actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_2"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    later on --->
    <cfset attachment_local_file_2 =
    "d\uploadsTEST\#file.serverfile#">
    </cfif>
    <cfif FORM.attachment_3 neq "">
    <!--- forst actually upload the file --->
    <cffile action="upload"
    destination="D:\uploadsTEST\"
    filefield="attachment_3"
    nameconflict="makeunique">
    <!--- now create a temporary holder for the attachment
    late on --->
    <cfset attachment_local_file_3 =
    "d:\uploadsTEST\#file.serverfile#">
    </cfif>
    <!---OK, you have now uploaded the file the server, now
    let's send
    out the email with the attachments:--->
    <cfmail FROM="[email protected]" to="#form.to_addr#"
    subject="#subject#"
    server="an001so-dby1c.pbi.global.pvt" port="25">
    #message#
    <cfsilent>
    <!--- <cfsilent> tag used to kill the white space
    in this area
    so your email is not cluttered with white space.--->
    <cfif FORM.attachment_1 neq "">
    <cfmailparam file="#attachment_local_file_1#">
    </cfif>
    <cfif FORM.attachment_2 neq "">
    <cfmailparam file="#attachment_local_file_2#">
    </cfif>
    <cfif FORM.attachment_3 neq "">
    <cfmailparam file="#attachment_local_file_3#">
    </cfif>
    </cfsilent>
    </cfmail>
    Here is the session application code to delete the file upon
    uploading
    <!---
    Filename: Application.cfc
    Executes for every page request
    --->
    <cfcomponent output="false">
    <!--- Name the application. --->
    <cfset this.name="attachmentPurge">
    <!--- Turn on session management. --->
    <cfset this.sessionManagement=true>
    <cfset this.clientMangment=true>
    <cffunction name="onSessionEnd" output="false"
    returnType="void">
    <!--- Look for attachments to delete --->
    <cfset var attachDir = expandPath("Attach")>
    <cfset var getFiles = "">
    <cfset var thisFile = "">
    <!--- Get a list of all files in the directory --->
    <cfdirectory directory="#attachDir#" name="getFiles">
    <!--- For each file in the directory --->
    <cfloop query="getFiles">
    <!--- If it's a file (rather than a directory) --->
    <cfif getFiles.type neq "Dir">
    <!--- Get full filename of this file --->
    <cfset thisFile =
    expandPath("Attach\#getFiles.Name#")>
    </cfif>
    </cfloop>
    </cffunction>
    </cfcomponent>
    The tutorial only explains how to delete the attachment when
    the recipient checks there mail
    in the POP server.
    Assuming that the sender is in a session would the code be
    written to delete the attached file from the directory on
    the server one the e-mail is sent.
    Can someone explain how to automatically delete email
    attachments from a designated directory or provide me with the code
    that would handle this after an email is sent with attachment.
    Thanks,
    Tony

    I don't know why your dos code didn't run. It could be
    addressing. My limited experience with cfdirectory/cffile/cfexecute
    is to type out the complete path at least once.
    Good books?
    Hard to say, depends on what else you are new at. If you are
    new to html, then htmlgoodies.com has good tutorials. So does
    webmonkey.com. If you have trouble with sql, I have heard good
    things about the SAMS book, Teach Yourself SQL in 10 Minutes by Ben
    Forta. I learned javascript by buying the book Teach Yourself
    Javascript in 24 Hours. The O'Reilly books are also good. I learned
    awk with one of those books.
    Glad you liked the fish pics. The camera is specified on most
    of the pages. If it says Reefmaster, I used an external strobe. If
    it says Sony I either used the camera flash only or natural light.
    By the way, that is not a Cold Fusion site. It's strictly html and
    javascript.

  • Question:  why isn't how to delete a file available.

    How come you have to search for the information on how to delete a file from Adobe Reader.   This should be in the instructions on how to use with how to download.  Does anyone agree?

    If it is a system file and even if the file is corrupted, it cannot be deleted.
    Try reinstalling phone software using Nokia suite if the phone supports Nokia suite and an USB port.
    -------------------If this post helped you, click on accept as solution.------------------
    -----------------------------Appreciate by clicking on white star.----------------------------

  • How to delete/deploy resources in ES4 workbench?

    In the previous version of the workbench, I could deploy resources (PDF, flash files) into the workbench by drag-and-droping the file from the Windows Explorer into the workbench resource's tab. I could also delete the resource files by right clicking on the item and selecting 'delete' in the resource tab of the workbench.
    In the ES4 workbench, I could no longer do the above. Drag-and-drop does nothing and the right click context menu only shows Relationships, Access Control, History. How to delete/deploy resources in ES4 workbench?

    Hi,
    Did you find how to deploy the xdp files to resources in ES4 workbench? I am looking for deploy the xdp files to ES4 server please help me if you find the solution. Thank you.

  • How do I get a white background with black lines

    How do I get a white background with black lines and characters on my screen. To run the program, copy it out and delete the ` and it should go. If it does not compile on your machine, I would like to know. There is a test on about line 34 for changing the colors.
    `//Simple program to test Graphics2D.setBackground(white) obtained from BufferedImage.getGraphics()
    `import java.awt.Frame; //Object>awt.Component>Container>Window>Frame
    `import java.awt.Insets; //Object>awt.Insets
    `import java.awt.image.BufferedImage; //Object>awt.Image>awt.image.BufferedImage
    `import java.awt.Graphics; //Object>awt.Graphics
    `import java.awt.Graphics2D; //Object>awt.Graphics>Graphics2D
    `import java.awt.Color;
    `import java.awt.BasicStroke;
    `public class TstBgCol { //frame & BufferedImage in pixels & BasicStroke in points ????????????
    ` TstBgCol tstBgCol;
    ` public static void main(String[] args) {
    ` TstBgCol tstBgCol=new TstBgCol(); tstBgCol.tstBgCol=tstBgCol;
    ` tstBgCol.main2(); tstBgCol.byteBinary();
    ` }
    ` Graphics fgcontext;
    ` Frame fram; Insets insets; //borders of the Frame, Container.getInsets
    ` int bIWid=1272,bIHgt=876; //set for 1280x1024 screen on windows XP & matches paper ratio 10.6x7.3
    ` int unusedPixHgt=84;
    ` void main2() {
    ` fram=new Frame();
    ` fram.addWindowListener(new java.awt.event.WindowAdapter() { //anonymous inner class
    ` public void windowClosing(java.awt.event.WindowEvent e) { System.exit(0); }
    ` });
    ` fram.setVisible(true);
    ` insets=fram.getInsets(); //(Container)getInsets() works after displayable
    ` System.out.println("Insets l,t,r,b:"+insets.left+","+insets.top+","+insets.right+","+insets.bottom);
    ` fram.setSize(insets.left+bIWid+insets.right,insets.top+bIHgt+unusedPixHgt+insets.bottom);
    ` fgcontext=fram.getGraphics(); //creates Graphics context for this component
    ` }
    ` void byteBinary() {
    ` BufferedImage buIm=new BufferedImage(bIWid,bIHgt,BufferedImage.TYPE_BYTE_BINARY); //can be resized
    ` Graphics2D bIG2=buIm.createGraphics(); //returns Graphics2D context
    ` //change to if(true) to use either of the following two lines
    ` if(false) bIG2.setBackground(Color.white); //does not change the background color to white
    ` if(false) bIG2.setColor(Color.black); //does change the foreground color to black
    ` edgeLinesAndX(buIm,bIG2);
    ` fgcontext.drawImage(buIm,insets.left,insets.top,fram);
    ` }
    ` private void edgeLinesAndX(BufferedImage bI,Graphics2D bIG2) { //really on the edge
    `      BasicStroke strk=new BasicStroke(10f); bIG2.setStroke(strk);
    ` int x0,y0,xmx,ymx;
    ` x0=bI.getMinX(); y0=bI.getMinY(); xmx=bI.getWidth()-1; ymx=bI.getHeight()-1;
    ` bIG2.drawLine(x0+xmx,y0,x0,y0+ymx); //lo-left to up-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0+ymx); //up-left to lo-right
    ` bIG2.drawLine(x0,y0,x0+xmx,y0); //up-left to up-right
    ` bIG2.drawLine(x0,y0,x0,y0+ymx); //up-left to lo-left
    ` bIG2.drawLine(x0,y0+ymx,x0+xmx,y0+ymx); //lo-left to lo-right
    ` bIG2.drawLine(x0+xmx,y0,x0+xmx,y0+ymx); //up-right to lo-right
    ` bIG2.drawString("("+x0+","+y0+") wid="+(xmx+1)+" hgt="+(ymx+1),(xmx+1)/5,(ymx+1)/5);
    ` }
    `} //the result on my screen is a black background, why?????

    How do I get a white background with black lines and characters on
    my screen.Contrary to what you might think, the linebIG2.setBackground(Color.white);does not give the buffered image a white background. The API docs
    http://java.sun.com/j2se/1.5.0/docs/api/java/awt/Graphics2D.html#setBackground(java.awt.Color)
    say: "Setting the background color in the Graphics2D context only
    affects the subsequent clearRect calls... " So adding a line to your
    if blocks we getif (false) {
        bIG2.setBackground(Color.white);
        bIG2.clearRect(0, 0, buIm.getWidth(), buIm.getHeight());
    if (false) {
        bIG2.setColor(Color.black);                    
    }Changing the false to true results in a white background (and black
    X and text).

  • A flash of white before animation plays on iPad in Adobe Content Viewer

    Hi Everyone, I'm creating Edge animations and importing the .OAM files into my layout in InDesign CS6 for the Mac, then using the Digital Publishing Suite to publish to iPads.
    On an InDesign page where I have solid color background, the frame where I have the .OAM file placed in always flashes white before it animates. I've colored the background of the Edge file, I've placed a PNG that has that color as a background in Edge, I've colored the background in InDesign, and I've given that graphic box the .OAM is placed in a color. The little spinning wheel I can live with, but the flash of white looks like I did somethign wrong. Is there a workaround?
    Thanks!

    Hi, I haven't implemented this myself yet but came across it in Apple's support documentation, complete page here http://support.apple.com/kb/ht5068
    This bit specifically:
    About opening the HTML widget
    Depending on how complicated your HTML Dashboard widget is, your readers may experience a flash during HTML initialization when they open the widget in iBooks. To avoid this flash, modify your Dashboard widget so it tells iBooks when to switch from displaying the Default.png file to displaying the running HTML widget.
    Make these three modifications to add this optional feature:
    Add a IBNotifiesOnReady item set to true in the Dashboard widget's info.plist file, so iBooks knows this Dashboard widget will tell it when to switch to displaying the running HTML widget:
    <key>IBNotifiesOnReady</key>
    <true/>
    Set your Dashboard widget to load the Apple javascript library:
    <script type="text/javascript" src="AppleClasses/AppleWidget.js"> </script>
    Set your Dashboard widget to let iBooks know when the HTML initialization begins, and iBooks can switch from showing the Default.png file to displaying the running HTML widget by calling (in javascript):
    widget.notifyContentIsReady()
    Important: If you choose to modify your Dashboard widget to avoid the flash, be sure to do all three of the above steps. You must compete all of the steps for this to function properly.
    I hope it fixes your problem!

  • How to delete pictures in photo stream in iPhoto

    I have a whole bunch of pictures that I do not want to keep in photo stream in iPhoto on my macbook. 
    When I select the files I want to delete, it only gives me a quick "white" blank and does not respond.  Dragging the photos to the trash can does not work, either. 
    iPhoto has been my worst nightmare ever since I got my macbook.  It is just way too difficult to organize or keep track of my photos.  I need to visit this forum every time I need to do the simplest commands like deleting a file or transfering a file. 
    Please help.

    Where are you selecting the photos you want to remove from the Photo Stream?
    This should work:  See: How to delete photos from Photo Stream
    On a Mac using iPhoto 9.2.2 or later, or Aperture 3.2.3 or later:
    Select a photo or group of photos from the Photo Stream (or My Photo Stream) view in iPhoto or Aperture.
    Press the Delete key.
    Click Delete.
    iCloud: Photo Stream troubleshooting

  • Has this ever happened to you? My ipod screen in flashing a white but not a solid white but its getting pretty bad now any help?

    Screen will flash a white screen i can still use my ipod but the screen flashes. Before it was just a little bit but now its getting ot be all the time any one know how to fix it or a solution?

    If it happens again and the reset (home + power buttons) doesn't work, just let the battery drain; you'll know when the screen shuts off. Charge it back up and it should be fine. Frankly, I'm surprised this worked for you. Usually I hear people with this problem say that holding both buttons doesn't work, and they have to do the battery drain.
    If the issue is incurable next time, you have a one-year warranty from the date of purchase.

  • How to delete archive log files from ASM through Grid Control

    Hi
    Anybody suggest me how to delete archive log files from ASM through Grid Control.
    Thanks

    It is important to specify both, the oracle version and os version when posting, so confusions can be avoided.
    In this particular case, since you are referring to asm and grid control you could be talking about either 10gR1, 10gR2 or 11gR1; but I strongly suggest you to avoid us to be guessing. In either case, you sould go to the maintenance tab of the target database and program a scheduled 'delete noprompt obsolete;' procedure. This will purge the information stored at the Flash recovery area, which I assume you have declared inside the ASM.
    ~ Madrid
    http://hrivera99.blogspot.com/

  • How to Delete Locked SIP Settings.

    Hello,
    I tried adding one profile to my SIP Settings. It got created successfully but a LOCK SIGN is appearing along with it. and I am not able to DELETE the profile or edit it.
    Can anyone kindly guide me how to DELETE/EDIT it and send the requested information to my mail id [email protected]
    Thanks,
    Pawan.

    try resetting device with the following codes
    With all these operations I recommend you TAKE OUT MEMORY CARD and DO A BACK UP OF YOUR STUFF!!!
    NOTE: In front of the hash key ( #) there is also a STAR key that people often miss and state that the code does not work.
    1.. *#7780# - Restore factory settings - resets all the settings to the default ( you will not lose any data) Make sure you back up your data as you will lose all of it when you perform option 2 or 3 on this list. The default code for ALL operations listed here is 12345.
    2.*#7370# - Reformat your phone (out of the box, tho keep in mind that most newer nokia phones at least n series, e series and s60 based phones have udp - user data preservation so not ALL data may be lost. still it is a good idea to always do a back up of your stuff.)3. This you perform as a last resort. Nothing else is working.If the phone is not showing any activity, proceed with hard formatting , turn off your phone, hold the following buttons while pressing the power button. (the default code is 12345)
    3. hard reset - hold the following buttons * (star key), 3 (number button) and talk/green key. turn on the phone and do not release those buttons until you see the Nokia boot up screen. once you feel the phone power up you can let go off the power button while still holding all three buttons ( for Nokia 5800XM - use the following buttons to do a hard reset, /GREEN/RED/CAMERA keys pressed all at once on power up. this will only work on 5800's that have firmware version 20... and up. ) For Nokia N97 (unofficial version but works) is SHIFT /SPACE BAR / BACKSPACE while holding the power button. Again do not let go until you see the handshake screen.
    If these codes are not working the only thing for you to do is contact your Nokia Care Center/Service for assistance.
    If  i have helped at all a click on the white star below would be nice thanks.
    Now using the Lumia 1520

  • How to delete spam in MAPS

    I am getting unsolicited webpage ads in my MAPS app.  I have cruised the FAQs 'til I'm blue in the face.  So far, I think I have blocked any further ads, but to save myself, I do not see how to delete the ones I already have.
    It's hard to get interested in a home remodeling outfit 2000 miles from my front door.
    Any very simple and clear suggestions would be appreciated.
    BTW, I see that this may be possible in Safari, but I haven't figured out how to get to the appropriate page - in fact haven't figured out how to get into Safari for that matter.
    So - you can see what you're working with.
    Many thx
    Dave

    In maps home page, select the gold star favourites, then select either places or routes, select the item you want to delete and scroll down to the option to delete !
    Good Luck
    If I have helped at all, a click on the White Star is always appreciated :
    you can also help others by marking 'accept as solution' 

Maybe you are looking for

  • Does creative care about it customers

    It would appear that Creative does not care that most customers do not have any idea about the firmware to player issue. No referance material or software is included with the Zen micro. The website has little if any instruction. I have spent, to dat

  • How do you change the I'd on the log in screen when you want to update your apps and the I'd  is wrong

    How do you change the I'd on the log in screen when you want to update your apps and the I'd  is wrong and the password is also wrong. HELP

  • Itunes 11.1.4 won't drag and drop for ios 5.0.1

    I have an older iPod touch running 5.0.1 and have ALWAYS manually managed the music on it.  I recently updated itunes to 11.1.4.62 and now the 'drag and drop' function in itunes doesn't work.  I have verified that the 'manually mangage music and vide

  • SharePoint-hosted Apps on-premises ADFS SAML 2.0 support

    SharePoint-hosted Apps does not support SAML authentication. I have read SharePoint-hosted Apps will not be redirected to correctly when using SAML authentication.  This is because the identity providers ADFS 2.0 do not support wildcards for return U

  • NCS Prime Wireless Management

    Hello, We have recently purchased Cisco NCS Prime for our Cisco Wireless project. Before installation we need to confirm that NCS prime will be compatible with ESXi v5.0, as the release notes refer to ESXi v4.0 and v4.1 only. http://www.cisco.com/en/