More flash trouble

:confused
I have navigation flash buttons on my webpage and at one
point they previewed fine but now they no longer preview and when
uploaded to site they are gone. I uploaded the Ac Scripts and .swf
files and per dreamweaver don't have any broken links but it does
state that i have several external links, links to pages outside of
site. These are all AC Scripts and
download/macromedia/pub/shockwave links. Now my confusion is
dreamweaver shows my AC Scripts within my site, but the external
link under results shows file:///C|/Documents and
Settings/Attila/Desktop/Scripts/AC_RunActiveContent.js
Text
Thanks for any help

If you want to use Flash for navigation, consider this -
1. Some people don't have Flash installed - what do they do?
2. Search engines don't parse Flash links - your site will
not be spidered
if you do not also have redundant HTML navigation.
3. Screen assistive devices don't parse Flash links - what
will those users
do?
4. DW cannot maintain links within a Flash movie, so if you
move or rename
a linked file, your navigation will break - what will you do?
You will have
to remake those buttons.
It's usually a very bad idea for these reasons - and for
these reasons,
Adobe has removed Flash buttons and Flash text from the next
version of
Dreamweaver.
> the external link under results shows
> file:///C|/Documents and
> Settings/Attila/Desktop/Scripts/AC_RunActiveContent.js
DW thinks that this path leads to a file outside your local
root folder. Is
it?
Murray --- ICQ 71997575
Adobe Community Expert
(If you *MUST* email me, don't LAUGH when you do so!)
==================
http://www.projectseven.com/go
- DW FAQs, Tutorials & Resources
http://www.dwfaq.com - DW FAQs,
Tutorials & Resources
==================
"affliction7" <[email protected]> wrote in
message
news:ghghgb$d11$[email protected]..
> :confused
> I have navigation flash buttons on my webpage and at one
point they
> previewed
> fine but now they no longer preview and when uploaded to
site they are
> gone. I
> uploaded the Ac Scripts and .swf files and per
dreamweaver don't have any
> broken links but it does state that i have several
external links, links
> to
> pages outside of site. These are all AC Scripts and
> download/macromedia/pub/shockwave links. Now my
confusion is dreamweaver
> shows
> my AC Scripts within my site, but the external link
under results shows
> file:///C|/Documents and
> Settings/Attila/Desktop/Scripts/AC_RunActiveContent.js
http://bouncybouncyss.com
> Thanks for any help
>
>

Similar Messages

  • Is Flash dying ??? Adobe announce that "No more flash support for android"

    Dear All,
    Adobe announce that No more flash support for android and they are going to drop flash player development for further, which mean flash will slowly die. it may not be tomorrow but in a year.. right ?
    If it is true, What will happen to a flash designer or a developer? and their experience in flash !!!
    Its really a bad news for us
    Karthic.

    Suhas Yogin wrote:
    Hello,
    Adobe has a very detailed roadmap for the Flash technology. Appreciate you posting your conerns, but do read the following white paper to understand more about our plans for Flash:
    http://www.adobe.com/devnet/flashplatform/whitepapers/roadmap.html
    http://www.adobe.com/devnet/flashplatform/whitepapers.html
    Please let us know if you have any questions at all.
    Regards,
    Suhas Yogin
    mentioned roadmap in short: Before that Flash could do anything. From now one Flash will do only two things - games and video on demand. That's all folks. In the world where technology is worth as much as number of platforms on which it is deployable I can say, Flash is walking its Green Mile.

  • Flash trouble with IE

    On the development version of a site, I have created a flash
    movie that uses an XML file that refers to the filenames of images
    and their respective captions that are then loaded into the flash
    movie.
    The images are loaded 2 at a time, into movie containers
    within the movie, and then the movies containing the images cycle
    through the images one at a time, one movie container fading out
    revealing the next image below it, etc. etc.
    Basically, I have used this on the site for many photo
    galleries. Each one uses the same flash file (in its own folder on
    the server, with its respective "images" subdirectory) coupled with
    an XML file (all in the same folder on the server) that tells the
    flash file where the images are, and in what order, and their
    related captions.
    There are 9 photo galleries, therefore 9 folders on the
    server, each with their own flash and XML and JPEG image files. For
    3 specific galleries, the flash file does not load images on some
    computers using IE. On the same computers, all other galleries work
    fine.
    Can anyone even guess what could be causing this??
    Many thanks in advance,
    Armo
    Mark this message as the answer.

    There is more than one version of the Flash Player, you need to double-check that you have installed the version of Flash Player that Firefox uses. Firefox and IE use different versions of the Flash Player, and Chrome has its own version of the Flash Player built in.
    A quick way to find out if you have the version used by Firefox is to visit the following link using Firefox - http://www.adobe.com/software/flash/about/
    If it shows that Flash is not installed, using Firefox you can install it from http://get.adobe.com/flashplayer/ or use the manual installers, for details see http://kb2.adobe.com/cps/191/tn_19166.html#main_ManualInstaller

  • Flash trouble

    Here is what I need to do:
    I am trying to program next and a back buttons to navigate
    through a slide show. I have done this many times in older Flash
    versions but in the new cs3 Flash I am unable to do what I usually
    did. Can someone please give me the proper actions to apply to a
    back button and a next button? I know, it's probably simple. :)
    Thanks.
    Also, my old preloader doesn't work so if I could get help on
    the programming for that it would be a bonus!
    Here is what I got:
    WARNING: Text field variable names are not supported in
    ActionScript 3.0. The variable 'percentageOutput' used for an
    unnamed text field will not be exported.
    WARNING: Actions on button or MovieClip instances are not
    supported in ActionScript 3.0. All scripts on object instances will
    be ignored.

    tjc yeah,
    > I have done this many times in older Flash versions but
    > in the new cs3 Flash I am unable to do what I usually
    did.
    By default, Flash CS3 creates FLAs based on ActionScript
    3.0, and it's
    the language (not Flash CS3 itself) that is (probably)
    causing your
    headaches. Configure your Publish Settings for ActionScript
    2.0, and you'll
    be back in familiar territory.
    > WARNING: Text field variable names are not supported
    > in ActionScript 3.0.
    Bingo! You might just want to switch back to ActionScript
    2.0 for the
    time being. That will keep you productive while you find
    spare time to
    learn ActionScript 3.0.
    That said, text field variable names are a very old way --
    Flash 4 era,
    I think -- of displaying text in text fields. Even in
    ActionScript 2.0, you
    can forego the the var field of the Property inspector and,
    instead, give
    the text field an instace name, then refer to that instance
    name in your
    code. The instance name is what allows ActionScript to speak
    directly to
    your text field (or any object, really, including movie
    clips).
    Now that you can address your object -- in this case, a text
    field --
    how do you know what to tell it? What language does it speak?
    Fortunately,
    everything is laid out for you in the ActionScript 2.0 (or
    3.0) Language
    Reference. Since you're dealing with a text field, you'll
    want to look up
    the TextField class. Classes define objects, so they're
    effectively mini
    Owner's Manuals for the object at hand.
    You'll generally fine one or more of the following three
    categories in
    class entries: properties (characteristics), methods (things
    the object can
    do), and events (things the object can react to). In the case
    of TextField,
    you'll find the TextField.text property. That allows you to
    set the textual
    content of a given text field. To use this feature, you'll
    refer to a
    particular TextField instance -- meaning, whatever instance
    name you chose,
    such as myTextField -- then put a dot, then the desired
    property:
    myTextField.text = "Here's my message.";
    That's instead of setting a string variable and associating
    that
    variable with a text field. Just a different approach.
    ActionScript 2.0
    lets you do it either way, which makes AS2 a nice transition
    ground toward
    the new language.
    > WARNING: Actions on button or MovieClip instances
    > are not supported in ActionScript 3.0.
    Bingo again. :) Maybe change your publish settings for now,
    then make
    time to get used to the new paradigm. Here a a few articles
    that may get
    you started:
    http://www.quip.net/blog/2006/flash/museum-pieces-on-and-onclipevent
    http://www.quip.net/blog/2007/flash/making-buttons-work-in-flash-cs3
    David Stiller
    Co-author, Foundation Flash CS3 for Designers
    http://tinyurl.com/2k29mj
    "Luck is the residue of good design."

  • More flashing amber on my Airport express-help?

    I too have the flashing amber on my new Airport Express wireless station.
    Here's my deal: I already have a Dlink router hooked up to my cable modem.
    The ethernet line is connected from router to one desktop G3 and working. I'm also pulling wirless fom the router to all other laptops in my home no problem. I got the APE wirless to hook up to my stereo with a desire to play music from any one of our systems. Now I can only hook up seperately to the APE wirless on it's own network and transfer itune to my stereo, but can't access internet on that same network. Seem I have to choose between one or the other for each application. Does this make sense. I'm having trouble trying to join the house network so we can both play music to the stereo and
    surf web and mail applications using both stations applied. I've been very confused with all the explinations to solve this. Does anyone have a simple and understandable solution?...please advise!!
    G4 Dual 800   Mac OS X (10.3.9)  

    Hi,
    You posted the below response to someone with several computers in their network. I am having similar trouble, but have only one computer, one Airport Express and yet there is a conflict between my ethernet connection to the Intenet and my AE connection: I can use only one or the other, but not both simultaneously. If I attempt your recommended config via ethernet, I get nothing - the config drops the AE base station and I have to hard reset to locate it again. Have you got any ideas how to resolve this conflict??
    You just need to set up the AirPort Express Base
    Station (AX) as a "wireless client."
    To set up AirTunes on the AirPort Express Base
    Station (AX), using the AirPort Admin Utility,
    connect your computer directly (using an Ethernet
    cable) to the Ethernet port of the AX, and then, try
    these settings:
    AirPort tab
    - Base Station Name: <whatever you wish or use the
    default>
    - Wireless Mode: Join an Existing Wireless Network
    (Wireless Client)
    - Wireless Network: <select the existing D-Link
    wireless network>
    Music tab
    - Enable AirTunes on this base station (checked)
    - Enable AirTunes over the Ethernet port (optional)
    - iTunes Speaker Name: <whatever you wish>
    - iTunes Speaker Password (optional)
    In iTunes:
    iTunes > Preferences... > Advanced > General
    - Look for remote speakers connected with AirTunes
    (checked)
      Windows XP  

  • No more Flash Buttons in Dreamweaver CS4?

    The removal of Flash button extensions are pretty pathetic.  How much development money and time does it take to include and already existing feature?
    Also, if no one uses them (Ya I was told in a previous post I seen)  The why is Microsoft Expression Web including something sort of like them in their software!
    The removal of these, after I have bought the already overpriced CS4 from CS3, has prompted me to look at other software development tools.
    I been using Dreamweaver since the 1.0 version but now I'm starting to use Expression Studio for my development needs.  I think it sucks that simple navigation buttons and includes are removed when they are included in even $20 pieces of Web Development software.
    Some idiot actually posted that if someone needs to use navigation extensions, then they should use the CS3 for adding them!  Why upgrade then?
    For all the money your charging for your software it should make coffee for me too!

    I have locked this thread.  It's not really a discussion - just a rant.  and it's a duplicate of a previous post.

  • Create two or more flash files from one (Excel) data source

    Hi experts,
    I have the following requirement about Xcelsius.
    Our data source is a relational database. Via the ODBC driver we manage to create several queries and execute them into Microsoft Excel. Those excel sheets are the basic for the Xcelsius reports.
    Now we want to build some highly visualized reports on that, but the crucial fact is. We don't want to have all the reports in one FlashFile, but we need several flash file depending on the area of the queries.
    Hence our requirement would be one of the following points:
    - create multiple flash files from one .xlf
    - create multiple .xlf from data source
    Another requirement is the automatic execution of the process. We don't want to have a person in between, who has to call all the .xlf files to create the Flash reports step by step. What we need is an automatic process.
    Can this requirement be fulfilled in a way?
    Maybe by using the Xcelsius SDK?
    Thanks for any helps and comments!
    Sebastian

    Sebastian,
    Firstly talking about the important requirement i.e. automating the process:
    In your case you can achieve this by using the XML maps. This will pick the data automatically when ever report is refreshed.
    Secondly, both the approaches are correct, however i would go with the first one.
    1. Create multiple flash files from one .xlf
         You just need to create one dashboard and have a filter on areas (Invisible) and then export to flash (for every area).    
    2. Create multiple .xlf from data source
         This approach is also fine, however you need to create multiple dashboards and do the same thing i.e filter data based on area.
    P.S. Did you get a chance to explore options to integrate Xcelsius with your Relational Database, this will be much effective.
    -Anil

  • New ipod more frustration trouble with downloading itunes setup

    I have had this ipod 3 days now and before I pitch it, give it away or post on ebay, I need help. I am getting more and more frustrated.
    For some reason I cannot get the itunes software to download to my laptop, the one I am using to type this message. I'm using Windows XP pro. AOL internet connection through broadband with AT & T. Everytime I go to the download site, I click on the proper one and click the down load button. Not matter if it set it to run or to save, the setup does not download to my computer. I have tried as I said both run and saving to a folder and then opening the folder and tring to click on it to set up and nothing happens. I have checked my control pannel and then gone to add or remove software and in the entire listing there is no itunes showing. When I do a computer search for itunes it only finds the itunes in the ipod folder I set up on the desk top to download it into and save. I just won't download and install. I have tried to click on the setup in the folder I created on the desk top but it just does not install. Can anyone tell me what the problem might be??? Is there a CD that I can download the set up needed to use this ipod???
    I have done everything I can think of, I have done a disk cleanup to get rid of temp internet files, junk and run my spyware program. My computer has no viruses. After doing these, I still can't download the setup itunes software.
    I do have have another laptop available, and I can try that one, but before I try downloading the itunes setup on my other computer, can someone tell me why I can't download the setup to this computer????
    I am frustrated, can someone help !!!
    Karen
    Michigan

    I solved the problem, it seems that Quicktime was not properly installed on my computer. Even thought it showed when I looked in the control panel under add and remove software, it was there, but it was not working. I went to the quicktime tab at www.apple.com and downloaded quicktime again. This time I got a blue Q in my lower righ hand corner of my screen, so when I click on it the quicktime screen comes up and is working. I then downloaded the itunes 7.0.2 and it downloaded and set up fine, now I am just waiting for all my music on my computer to conver to itunes.

  • More Flash Video controller skins

    I use DW CS3. I'm a very basic-level user doing business
    sites/pages and need to get things moving fast. I'm not much into
    HTML coding.
    I love the fact that when I have a page in DW it's simple to
    choose "Insert - Media - Flash Video..." and I get the list of
    choices for the file to insert and the dropdown of built-in
    players/skins to use. I typically create 640x480 videos and I
    typically choose the last one in the list: Halo 3. I always just
    choose "Detect Size" and that's it.
    However, I really need to add "current time" and "total time"
    indicators ("Min:Sec" format) so viewers will know the time they're
    in for and so I can have advisors comment on particular sections in
    the content of given videos.
    I really, really, REALLY want to end up with the same
    luxuriously simple functionality that I have now with the current
    built-in choice: Just choose it from the drop-down, choose "Detect
    Size" and be done with it and move on.
    I'd also really like to stay with the generally minimalistic,
    clean, sleek, professional look that the Halo skin provides (well,
    it's very similar to the typical YouTube skin for that matter).
    And I'd really like for it to be truly debugged and 100%
    reliable, functional, and compatible with the DW CS3 program.
    I'm happy to pay to buy what I'm after.
    (Note: If it just can't be done and doesn't exist, then
    please guide me to the simplest path for achieving the closest
    thing to this by placing HTML code and files in folders as needed
    -- or anything else you can suggest.)
    Thanks!

    >>I'm not much into HTML coding.
    Then DW isn't going to be of much use to you.
    Walt
    "JayNewWeb" <[email protected]> wrote in message
    news:ge3kmt$884$[email protected]..
    >I use DW CS3. I'm a very basic-level user doing business
    sites/pages and
    >need
    > to get things moving fast. I'm not much into HTML
    coding.
    >
    > I love the fact that when I have a page in DW it's
    simple to choose
    > "Insert -
    > Media - Flash Video..." and I get the list of choices
    for the file to
    > insert
    > and the dropdown of built-in players/skins to use. I
    typically create
    > 640x480
    > videos and I typically choose the last one in the list:
    Halo 3. I always
    > just
    > choose "Detect Size" and that's it.
    >
    > However, I really need to add "current time" and "total
    time" indicators
    > ("Min:Sec" format) so viewers will know the time they're
    in for and so I
    > can
    > have advisors comment on particular sections in the
    content of given
    > videos.
    >
    > I really, really, REALLY want to end up with the same
    luxuriously simple
    > functionality that I have now with the current built-in
    choice: Just
    > choose it
    > from the drop-down, choose "Detect Size" and be done
    with it and move on.
    >
    > I'd also really like to stay with the generally
    minimalistic, clean,
    > sleek,
    > professional look that the Halo skin provides (well,
    it's very similar to
    > the
    > typical YouTube skin for that matter).
    >
    > And I'd really like for it to be truly debugged and 100%
    reliable,
    > functional,
    > and compatible with the DW CS3 program.
    >
    > I'm happy to pay to buy what I'm after.
    >
    > (Note: If it just can't be done and doesn't exist, then
    please guide me to
    > the
    > simplest path for achieving the closest thing to this by
    placing HTML code
    > and
    > files in folders as needed -- or anything else you can
    suggest.)
    >
    > Thanks!
    >
    >
    >

  • More burning trouble

    Ok, so I redid my project in SD instead of HD but I'm still having trouble burning my DVD project. It says that the Video_TS folder was not included in the final disc. Any ideas? thanks

    Alright, I got the DVD lens cleaner and ran it through the process a couple time. Then, for the first time, I was successfuly able to burn two Verbatim DVD+R DLs. However, I got the same old error message while trying to burn the third one. I tried cleaning it again, but no luck. Now what?

  • One more flash drive/additional hard drive question

    Ok, this is embarassing but I need to ask as I've never worried about maxing out my hard drive before ... if I buy a secondary drive to go with the new retina display to put, say my photos on, will I be able to use them "live" as if they're on the computer itself?  I don't mean nanoseconds the same, just perceptually the same.  I'm still nervous about buying the 256G flash drive version when I have 43G of pictures on my computer now ... I love to run my pictures as an alternating desktop background. 

    I have a LaCie Carte Orange 8GB flash drive that mounts as a USB Hard Drive (orange icon with USB logo). I can select it as volume to perform backups on. However, I can't test it because it is already full of photos.
    I also have a SanDisk Cruzer 4GB memory stick that mounts as a USB drive (plain white icon), but it is not available to use as a backup volume.
    I think its safe to say that if the icon is orange with the USB or FireWire logo, it can be used in Time Machine as a rule of thumb.
    Someone please correct me if I'm wrong.

  • Flash troubles.

    Well, you fix one problem, and another pops up.
    I was told by Youtube to update my Adobe Flash Player to 10. It seemed awkward, because I had just run software update, but I went ahead and downloaded it. Now my flash won't work AT ALL. I've reset Safari, uninstalled and reinstalled the latest player version. Nothing.
    I've determined that it's a system problem, though, because Firefox won't load flash, either. Same story, reinstall, etc.
    Suggestions? D:

    What you need to do is head over to Adobe's site and find the uninstaller for the version of Flash you have. Run that uninstaller, then try updating again.
    Adobe's products don't always upgrade well--they tend to leave bits of the previous version behind, which can cause conflicts like what you're seeing.
    ~Lyssa

  • More VMware trouble - can't build modules

    After getting VMWare tools to reach the module-installation part, I've hit a snag. None of the modules will install, all failing for more or less the same error:
    Building from scratch, can't use the AUR package. Anyone encountered this before?
    Some funky symbols and spacing were added when I logged the session...strange things like a space in /usr/src/linux-2-6.35-ARCH/include for example...not sure why. Sorry about that.
    Stopping VMware Tools services in the virtual machine:
       Guest operating system daemon:[71G done
       Unmounting HGFS shares:[71G done
       Guest filesystem driver:[71G done
    None of the pre-built vmmemctl modules for VMware Tools is suitable for your
    running kernel.  Do you want this program to try to build the vmmemctl module
    for your system (you need to have a C compiler installed on your system)?
    [yes]
    Using compiler "/usr/bin/gcc". Use environment variable CC to override.
    What is the location of the directory of C header files that match your running
    kernel? [/lib/modules/2.6.35-ARCH/build/include] /usr/src/linux-2.6.35-ARCh/  H/include
    Extracting the sources of the vmmemctl module.
    Building the vmmemctl module.
    Using 2.6.x kernel build system.
    make: Entering directory `/tmp/vmware-config11/vmmemctl-only'
    make -C /usr/src/linux-2.6.35-ARCH/include/.. SUBDIRS=$PWD SRCROOT=$PWD/. \
          MODULEBUILDDIR= modules
    make[1]: Entering directory `/usr/src/linux-2.6.35-ARCH'
      CC [M]  /tmp/vmware-config11/vmmemctl-only/backdoorGcc32.o
      CC [M]  /tmp/vmware-config11/vmmemctl-only/os.o
    In file included from /tmp/vmware-config11/vmmemctl-only/driver-config.h:36:0,
                     from /tmp/vmware-config11/vmmemctl-only/os.c:38:
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:53:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:57:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:61:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:65:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:70:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:75:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:80:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:85:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:90:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:95:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:100:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:105:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:110:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_version.h:115:5: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/os.c:38:0:
    /tmp/vmware-config11/vmmemctl-only/driver-config.h:66:5: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/os.c:42:0:
    /tmp/vmware-config11/vmmemctl-only/compat_kernel.h:37:5: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/compat_kernel.h:43:0,
                     from /tmp/vmware-config11/vmmemctl-only/os.c:42:
    /tmp/vmware-config11/vmmemctl-only/compat_completion.h:37:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_completion.h:71:7: warning: "LINUX_VERSION_CODE" is not defined
    In file included from /tmp/vmware-config11/vmmemctl-only/compat_completion.h:160:0,
                     from /tmp/vmware-config11/vmmemctl-only/compat_kernel.h:43,
                     from /tmp/vmware-config11/vmmemctl-only/os.c:42:
    /tmp/vmware-config11/vmmemctl-only/compat_semaphore.h:24:5: warning: "LINUX_VERSION_CODE" is not defined
    /tmp/vmware-config11/vmmemctl-only/compat_semaphore.h:25:30: fatal error: asm/semaphore.h: No such file or directory
    compilation terminated.
    make[2]: *** [/tmp/vmware-config11/vmmemctl-only/os.o] Error 1
    make[1]: *** [_module_/tmp/vmware-config11/vmmemctl-only] Error 2
    make[1]: Leaving directory `/usr/src/linux-2.6.35-ARCH'
    make: *** [vmmemctl.ko] Error 2
    make: Leaving directory `/tmp/vmware-config11/vmmemctl-only'
    Unable to build the vmmemctl module.
    The memory manager driver (vmmemctl module) is used by VMware host software to
    efficiently reclaim memory from a virtual machine.
    If the driver is not available, VMware host software may instead need to swap
    guest memory to disk, which may reduce performance.
    Last edited by Intrepidus (2010-10-25 23:05:17)

    have you installed vmware player, workstation, server...?
    There's no vmware tools in AUR, not sure what are you installing.
    try open-vm-tools from comunity.

  • MSI H61MA-E35 bios flashing troubles

    Hi!
    I buy this MOBO and i want to flash it to v2.0 or v2.1 bios. But all the versions downloaded from msi support site are corrupted or something. Both v2 and v2.1 are nonflashable via M-flash and when I tried to flash from DOS via afude238 it says that ROM file ROMID is not compatible with existing BIOS ROMID.
    Excuse me, but msi?

    Quote
    And i can`t use forum usb flasher because of it must be run at mb that flashes
    nope you can prepare the USB stick in some PC,
    then to move the USB stick to the board which you gonna flash and flash it

  • MSI Radio module firmware flashing troubles

    Help!!
    I've just tried to flash the radio module with the latest software and possibly beacuse the radio was on at the time, the flashing failed and I'm left with a dead radio.   There's no display, backlight or clock and none of the buttons work. I suspect it's just erased the flash.
    I've tried to reflash from the file I downloaded but it just fails each time.
    Let this be a lesson to you all. Don't upgrade the radio firmware when it's on!!!!  
    Does anyone have any ideas how to solve this?? Is there a jumper link inside to reset the flash???
    Any help is much appreciated!!
    Many thanks,
    Cybermush

    Hi ya,
    same happened to me!
    Here's what I did:
    - Clear the CMOS as described in the manual (Power Off, unplug power, J2 set to 2-3, set to 1-2 again)
    - Power on and do BIOS and radio flash upgrade
    It works again!!

Maybe you are looking for

  • After upgrade to maverick - file sharing ask for permission to open files

    after updating to maverick. my files i share with my office pc. can't open the document & ask for permission from the computer or administrator  for asstiance. very time i have open up info and push "apply to enclosed items". for to get these to open

  • Reader x does not plot with HP 750c+

      Never had a problem with plotting large format drawings before in Reader but since installing Reader X on my machine it will not plot to my HP 750C+.  I uninstalled version X and found a link to download the version I was using before v9.4.  Upon i

  • Using a dot "." in defining/scoping variables

    I've always felt it was a best practice to scope EVERY CF variable and still do. However, a new co-worker to me feels that using a DOT in variable names could cause problems. I completely disagree but would like others opinions. To me scoping variabl

  • Decode statement using nvl function

    I have inherited some code that using a decode and nvl. I'm unsure the purpose of it and want confirmation that it is flawed logic and a mistake. The situation can be recreated by setting up the following. CREATE TABLE XX_TEST (ID NUMBER, FIELD VARCH

  • How do I stop seeing a shared photo?

    How do I stop seeing a shared photo?