Need help with connecting 2 pcs to one monitor, and speakers.

Getting a new pc in the coming week, and I need to connect my one monitor to 2 pcs. I was looking into geting a KVM switch, but I am going to buy a new keyboard,and mouse. Is there such a thing for just a monitor, and speakers? Or do I have to buy a kvm switch ,and just use the monitor and speakers connectors? Last question, can anyone recommend a reliable kvm switch, if I have to go that route.
Thanks in advance

A KVM would be the best option.
Adam
Best Buy Community - Retail, Americas
Forum Guidelines | Terms & Conditions | Community Guidelines | Blogging Guidelines
*Remember to mark your questions solved and click the star under the user's name to show your thanks!

Similar Messages

  • Need help with connecting file inputs to arrays

    In this assignment I have a program that will do the following: display a list of names inputed by the user in reverse order, display any names that begin with M or m, and display any names with 5 or more letters. This is all done with arrays.
    That was the fun part. The next part requires me to take the names from a Notepad file, them through the arrays and then output them to a second Notepad file.
    Here is the original program: (view in full screen so that the code doesn't get jumbled)
    import java.io.*;       //Imports the Java library
    class progB                    //Defines class
        public static void main (String[] arguments) throws IOException
            BufferedReader keyboard;                                  //<-
            InputStreamReader reader;                                 //  Allows the program to
            reader = new InputStreamReader (System.in);               //  read the the keyboard
            keyboard = new BufferedReader (reader);                  //<-
            String name;                 //Assigns the name variable which will be parsed into...
            int newnames;               //...the integer variable for the amount of names.
            int order = 0;              //The integer variable that will be used to set the array size
            String[] array;             //Dynamic array (empty)
            System.out.println (" How many names do you want to input?");   //This will get the number that will later define the array
            name = keyboard.readLine ();
            newnames = Integer.parseInt (name);                                         // Converts the String into the Integer variable
            array = new String [newnames];                                               //This defines the size of the array
            DataInput Imp = new DataInputStream (System.in);       //Allows data to be input into the array
            String temp;                                       
            int length;                                                                  //Defines the length of the array for a loop later on
                for (order = 0 ; order < newnames ; order++)                                //<-
                {                                                                           //  Takes the inputed names and
                    System.out.println (" Please input name ");                            //  gives them a number according to
                    temp = keyboard.readLine ();                                           //  the order they were inputed in
                    array [order] = temp;                                                  //<-
                for (order = newnames - 1 ; order >= 0 ; order--)                                //<-
                {                                                                                //  Outputs the names in the reverse 
                    System.out.print (" \n ");                                                   //  order that they were inputed
                    System.out.println (" Name " + order + " is " + array [order]);             //<-
                for (order = 0 ; order < newnames ; order++)                                  //<-
                    if (array [order].startsWith ("M") || array [order].startsWith ("m"))     //  Finds and outputs any and all
                    {                                                                         //  names that begin with M or m
                        System.out.print (" \n ");                                            //
                        System.out.println (array [order] + (" starts with M or m"));         //
                    }                                                                         //<-
                for (order = 0 ; order < newnames ; order++)                                            //<-
                    length = array [order].length ();                                                   //
                    if (length >= 5)                                                                    //  Finds and outputs names
                    {                                                                                  //  with 5 or more letters
                        System.out.print (" \n ");                                                      //
                        System.out.println ("Name " + array [order] + " have 5 or more letters ");      //<-
    }The notepad file contains the following names:
    jim
    laruie
    tim
    timothy
    manny
    joseph
    matty
    amanda
    I have tried various methods but the one thing that really gets me is the fact that i can't find a way to connect the names to the arrays. Opening the file with FileInputStream is easy enough but using the names and then outputing them is quite hard. (unless i'm thinking too hard and there really is a simple method)

    By "connect", do you just mean you want to put the names into an array?
    array[0] = "jim"
    array[1] = "laruie"
    and so on?
    That shouldn't be difficult at all, provided you know how to open a file for reading, and how to read a line of text from it. You can just read the line of text, put it in the array position you want, until the file is exhausted. Then open a file for writing, loop through the array, and write a line.
    What part of all that do you need help with?

  • Need help with my iTunes on iPhone 5 and Macbook Pro

    Need help with my iPhone 5 and my Macbook Pro.  I was purchased some music on itunes at my mac. Some reason I deleted those music from both on Mac and iPhone 5.  Today, I went to my iPhone iTunes store inside of iCloud to redownload my puchased. But those song won't able to sync back to my iTunes library on my Mac.  Can anyone help me with that ??....

    You've posted to the iTunes Match forum, which your question does not appear to be related to. You'll get better support responses by posting to either the iTunes for Mac or iTunes for Windows forum. Which ever is more appropriate for your situation.

  • Need help with x-fi / adobe audition monitoring / input issue

    Hi all - I've been desperately trying to fix this issue for a long time now. This is the first computer problem that has really got me stumped since, well, since forever. I've searched all over and seen a few tidbits about this issue but I couldn't find anything that could help me actually solve my problem.
    The issue is that when I record in audition through the x-fi, as I record a second separate track, whatever I'm monitoring from any other tracks gets recorded onto the second track along with the new recording.
    I've found threads saying it's an issue with the mixer, however I'm trying to figure out the audio creation mode in the console launcher and I am absolutely unable to figure out how to be able to monitor track 1 while not having it get recorded to track two. I went through basically each strip and muted/unmuted to see what would happen and nothing ever worked. I also know that it indeed is recording the monitor, as overlaid (not printed) effects are copied to the new track.
    I'm using vista, with the following drivers for the x-fi and asio4all.
    driver:
    5.12.6.1201
    11/2/2006
    asio4all v 2.7
    Sound Blaster® X-Fi™ XtremeMusic (D) Sound Card
    What do I do?
    THANKS

    This may not help, because I've not used ASIO personally, and I'm not as sure of the SBX-Fi's internals, but CL has tended to design cards which have recording taps at each input and at the output of the card. Thus the hardware has supported (dry) recording of individual sources, unmixed, or the mixed output of the card. The Surround Mixer only provides for recording one source, and gives a menu of each source, plus a "What You Hear" source which is actually the (wet) mixed output. You probably only need to figure out how to set things to record a specific source while auditioning the mixed output, and there's probably a way to do that.
    -Dave
    [email protected]

  • MSI P67A-C45 (B3) Newb needs Help with connections..

    Hi all..
    First time posting here, but have been in the shadows for quite a while..   
    Anyway, i decided to finally take the plunge, and build my own PC, and now i'm beginning to hit a few bumps.
    I have a couple of questions that i would like some help with, if possible to reassure myself i may be in the right direction..
    I bought THIS PSU and was hoping someone could tell me where the Blue connectors (one labelled CP and one labelled U1) Connect to?
    Is it into JPWR2? And does it/do they only connect in the correct way? (Do i remove the plastic cap and attach both?
    and i bought THIS VIDEO/GRAPHICS CARD and i'm guessing the RED "PCI express" and "SLI ready" connect to that somehow (Haven't opened box yet for card)
    Again, wondering is there a certain way for them to connect.
    Also, from my chassis, the "AC '97" and "HDA" connectors go to JAUD (I guess), does it matter which one? (I currently have "HDA" connected)
    I have i5 2500k already on board. (If that makes a difference).

    Quote from: Ben_Cartwright on 26-May-11, 22:05:35
    Do the Audio plugs go into JAUD? and does it matter which one?
    Yep, connect the front panel audio to the JAUD. If you need the pin layout, it says in the manual. I would say the HDA connector is the one to connect.
    Quote from: Ben_Cartwright on 26-May-11, 22:05:35
    Any recommendations for testing it all, before i plug it in, and press the power?
    Should i (Can i) test individual parts first?
    Thanks again.
    Check all power connections, seating of the RAM and add-on cards, check the HSF is plugged into the fan header, and obvious things like that.
    As for testing, enter the BIOS and make sure the CPU isn't running too hot. Set up the RAM with the required timings and voltage, and test with >>Memtest86<< for several hours. No point starting the Windows installation if say your RAM has errors, since it will corrupt files during the install, if it installs at all.

  • Need help with haivng more than one Ipod.....

    Ok, I have gone through these posts and am still having trouble. I already had my daughters shuffle on our computer from last year. My husband and I both got Ipods for Christmas this year. I registered mine under a different email and created a new account for mine so it would be different than my daughters. As soon as I plug mine into the computer, it loads ALL of her songs onto mine. I had to restore my Ipod to delete all the songs but if I plug it in again, it will start to load all of her songs onto mine again. What am I doing wrong? I purchased one song to test it and it adds it to her list. I have seen the posts on here about making the seperate playlists but I have no clue what I am doing. All I know is that as soon as I plug mine back in, I am getting all her songs. What steps do I need to take to fix this. Please help!! With 3 Ipods, What is the best way for me to set this up. Anyone that can help please feel free to also email me directly, I am deseperate. Thanks!
    HP   Windows XP  

    I have just posted a similiar question - my son got an iPod for Christmas and I can't make a seperate account either. Here is a link that someone sent me...maybe it will help you.
    The only thing that will help me is someone else coming over and doing this for me because I'm going out of my mind trying to fix it! Good luck.
    http://docs.info.apple.com/article.html?artnum=61148

  • CS5.5 need help with connecting to wsdl

    Hello,
    I'm new to Dreamweaver CS5.5 and i'm looking for a simple way to connect to a CFC wsdl web service.
    Basically need to pass 1 parameter to the webservice and have it return a string result from our database.
    Is this possible to do from dreamweaver, using javascript ?
    thanks.

    Those crosshairs are controllers for an effect. The first thing to do is to start turning off layers (eyeball) until you find the layer with the crosshairs. Once you've isolated the layer make sure that it's not a pre-comp, press F3 to reveal the ECW, and check the effects. If you can't turn the effects on and off then or access any of the settings the layer is locked. What would really help here is a screenshot. I can't tell much from the photo because I can't see what's under the hood.

  • Need help with connecting

    I just purchased a itouch and when i try to connect to the wireless networks that pop it it will give me the check mark, when i open safari and try to access a web page i.e. google, it tells me safari cant find a server? even when my wireless symbol at the top is full blue? what do i need to do. I purchased it 3 days ago connected it to my laptop and loaded all my songs and some photos, other than that i haven't been able to do anything, no GPS, no itunes or youtube, im getting ready to take it back!

    thanks for the reply, i know if uses the wifi to find me, anytime im around a wireless network say i pull up my networks to connect to and the locked ones i know i cant get to w/o a password, but say its titled (lynksys) it will give me the checkmark and my wifi status will appear in the blue, as to the encryption thing im not sure, right now it says im connected to a hpsetup network, when i go to the settings it shows me the ip address and at the bottom there is an HTTP thing that allows me to select off,manual, or auto. im kinda tech. dumb.

  • Need help with connecting internal cables

    I opened up my iMac to install a new superdrive and I am having trouble finding where 3 cables go. One cable comes from the internal camera One comes from the monitor and the third one is from a card . The first 2 are pins and the third one is a rounded plastic connector. Any ideas.

    If this iMac is from 2001, it is probably not an iMac G5. This forum category is for the iMac G5. So can you confirm the type of iMac. 2001 would probably make it a slot-loader iMac G3.
    Your options will depend on the type of iMac you have.

  • Need help with Soundblaster Live! 5.1 and King Theatre 5.1 speake

    Hi,
    First time ost and need some help.
    Ok i bought a nice Soundblaster Li've! 5. sound card around a month ago. 2 days ago i bought myself som speakers "Kingtheatre 5." I doubt it any of you have ever heard of this brand, i bought speakers from local shop. Ok this is where the problems start. When i try to connect the speakers i can only ever get 4 out of 5 satelites to work and the subwoofer. If i change the wiring around, i will only ever have 4 speakers working at a time. Can anyone help me with the connecting. In the back of the subwoofer i have 3 cables, one says "Centre/subwoofer" the other says "Input | surround L/R" with the word Input on the side of it, and the last one says "Front L/R(Stereo)". At the back of my soundcard i have the following colour plug ins (sorry im only 4, im not used to technical terms) Ok from left to right black, green,pink(mic),blue and a orange/brownie colour. Can anyone help with the pluging it part.
    Cheers, sorry about the long post.

    Dooda,
    If you can post a link for the layout diagram of your speaker system then it will be great.
    From your description, you could try this. Connect the audio cable from subwoofer "Front L/R(Stereo)" to Green jack on the sound card, "Input | surround L/R" to the Black jack and "Centre/subwoofer" to the Orange jack on the sound card.
    Do a speaker test via the Creative Surround Mixer application.
    Jason

  • Need help with accessories for new 4th Generation Nano-speakers, etc

    I just purchased the new 16GB 4th generation nano and I want accessories to play with it but am concerned with compatibility and charing issues. I am new to this so my questions may not make sense!
    1. I am looking for speakers and the Logitech Anywhere Speakers have good reviews. Will I be able to play my Nano with these and charge it? If not, what ones will that are reasonably priced?
    2. What accessory can I use to play my nano in my car (older model) that will also charge it? Or are there no accessories for this as of yet.
    3. If I want to plug it into a stereo, I only need the mini/RCA cable converter, correct?
    4. To plug into the wall, I need the USB adapter-but do I need a dock as well?
    Thank you and sorry for such simple questions! This is my first iPod! :-D

    2. If you have a cassette adaptor with the 3.5mm audio plug and want to also charge your iPod. You can plug it into a Griffin AutoPilot.
    http://www.griffintechnology.com/products/autopilot
    For the car with no tape or aux you need an FM transmitter, if your in a city with a lot of stations you will get interferance (I was glad to dump mine when I got a new car). Most are 12 volt! The Griffin iTrip has 5 volt charge and works with the iPod Nano 4th Gen.
    http://www.griffintechnology.com/products/itripautopilot
    Griffin seems to be one of the few companies that switched to 5 volt charging some time ago.
    3. A line out cable is something like this...
    http://www.amazon.com/Cables-Go-35507-Connector-Cable/dp/B000JG3WBY/ref=sr111?ie=UTF8&s=electronics&qid=1221776257&sr=1-11
    Better then using the headphone jack to hook up to a stereo.
    4. For the dock a 3.5mm to RCA cable should be all you need to get line out to your stereo.

  • Need help with pictures on an external HDD and windows labtop to Ipad3

    Hallo everybody!
    This week (I finally) bought an Ipad 3 and an Apple TV!
    For the time being I still have a windows labtop and an external HDD full with photo's.
    The ICloud software for windows has been installed because I would like to stream the pictures from this external HDD to my Ipad and then ofcourse on my flatscreen TV (via Apple TV). And ofcourse back, when I have taken a photo or a movie on the Ipad 3.
    I would appreciate some help with the following questions:
    do I have add all pictures from the HDD into a new map on the windows labtop. So that via Icloud the contain could become 'in the cloud'.
    or do I have to add all the pictures from the HDD into the Itunes map on the windows labtop.
    I have connected the Ipad to the windows labtop and via Itunes I have synchroniced a lot of pictures to the Ipad. I asume these are copies? And is it possible to remove them from the Ipad, because it will take a lot of memory (currently already 35 GB from the 64 GB).
    Well I hope somebody could help me.
    Many thanks in advance!
    Ronald from the Netherland

    I just found out that ICloud isen't really a storage place for photo's. Just a passing throw station to your other devices.

  • Need help with connecting laptop

    Hi there,
      I looked through the boards and found some messages that kind of fit to my problem, but not completely so here goes. 
    I have a gateway desktop(windows xp) connected to dsl (charter) and a laptop(gateway solo with windows xp) that I am trying to connect through a wireless router (Linksys wrt54g). 
    When I connect the wireless router to my laptop it says it is connected, but I cannot get a webpage to appear and once my router is connected I cannot use my desktop online. 
    I am sure there is just some configurations that need done, but I'm not that familiar with alot of the comuter lingo in order to figure this one out on my own.  I mainly use the desktop, but I would like to configure the laptop so I can use it online when needed.  Help and keep it simple please...
    Another question...do I need to use the wireless router or can I somehow connect my laptop through my desktop or just through my dsl connection?
    Thanks, Deanna

    Connect the Modem to the Internet Port on the Router.
    Then , Connect the Computer using a different
    Ethernet Cable to Port 1 or Port 2 on the Router.
    Now, Press the Reset Button on the rear panel of the Router
    for 12 Seconds. Then, Release the Reset Button,
    Unplug the Power Adapter to the Router. After 10 Seconds,
    Unplug the Power Adapter to the Modem. Then Wait for
    30 Seconds, Re-connect the Modem, and once the Lights are
    up on the Modem, Re-connect the Linksys Router.
    If yes, Open a new Internet Explorer
    Page, and in the address bar, type http://192.168.1.1, press
    return, And when asked for Username and Password,
    Leave the Username blank and in the Password field,
    type admin . This will help you access the Router's
    Console.
    In the Router's Setup Page, just below Setup Tab,
    in the blue line, you could an option " MAC Address Clone "
    Click on that, Enable it, Save the Settings
    Below the Setup Tab of the Router's Console,
    Change the MTU from "AUTO" to "MANUAL" , and
    Set the Size to 1400, Save the Settings,
    Powercycle the Modem and the Router.
    Check the Connections.
    If you are able to go Online when hard wired to the Router.
    Then make your computer wireless and verify . . .

  • I need help with something could some one help me with installing windows 7 on bootcamp 4.0 with iMac 2.8 ghz model

    could some one help me with something important i have a 2.8 ghz intel quad core Imac with 10.7 with bootcamp 4.0 but still getting that black screen while trying finish the install of windows 7 etc. or do i need a new mac for it to work properly

    This might help point you in the right direction.
    http://support.apple.com/kb/HT4818
    Hope it helps
    Also google it and lots of results come up including youtube clips....

  • Need help with connected / linked pop-up menus

    I want to select a preset.
    What I did is create 2 pop-up menus. The first with the preset folders and the second with the presets from that folder.
    Each pop-up group has a pop-up and a static field with the current choise.
    After selecting a different value from the first pop-up menu I want to have the second popup menu filled with the new, right presets of that folder.
    The first time everything works correct.
    However when selecting a different folder I see that the "preset table"  is filled with the correct new preset of that folder. Also the static field below the second pop-up menu shows the first value of the correct new presets. But the second pop-up menu itself still contains the presets of the first folder and not the new folder.
    Yet in the Observer I see that the preset table contains the right and new presets.
    My code is below.
    I based it on the sample in the SDK manual.
    Question: How can I update the second pop-up menu so that the pop-up menu shows the right presets.
    Code below
    local LrApplication = import 'LrApplication'
    local LrPathUtils = import 'LrPathUtils'
    local LrFileUtils = import 'LrFileUtils'
    local LrBinding = import "LrBinding"
    local LrDialogs = import "LrDialogs"local LrFunctionContext = import "LrFunctionContext"
    local LrView = import "LrView"
    local bind = LrView.bind -- shortcut for bind() method
    --     https://github.com/kikito/inspect.lua
    local inspect = require 'inspect'
    local logFilename = 'PresetList'
    local myLogger = import 'LrLogger'( logFilename )
    myLogger:enable( "logfile" )
    local logPath
    Name          emptyLogFile
    Purpose          Clears the existing log file.
    From cookbook: http://cookbooks.adobe.com/post_Clearing_your_logfile_automatically-19677.html
    function emptyLogFile()
    --local myLogger = import 'LrLogger'( 'Stash' )
    myLogger:disable()
    logPath = LrPathUtils.child(LrPathUtils.getStandardFilePath('documents'), logFilename .. ".log")
    if LrFileUtils.exists( logPath ) then
    local success, reason = LrFileUtils.delete( logPath )
    if not success then
    logger:error("Error deleting existing logfile!" .. reason)
    end
    end
    myLogger:enable( "logfile" )
    end
    Name          getLocationLogFile.
    Purpose          Returns the full path of the current log file.
    function getLocationLogFile()
    return logPath
    end
    local function getPresetFolders()
    -- Get all folders with presets
        local lrPresetFolders = LrApplication.developPresetFolders()
        local presetFolderCache = {}
    local record = {}
        for i, fo in ipairs( lrPresetFolders ) do
    record = {title = fo:getName(), value = fo }
    --record = {title = fo:getName(), value = fo:getName() }
    --myLogger:info( "folder name = " .. fo:getName() )
    table.insert ( presetFolderCache, record )
    end
    --     myLogger:info("Voor de listing")
    --     myLogger:info("preset Folders : " .. inspect (  presetFolderCache ) )
    return presetFolderCache
    end
    local function getPresets ( folderObject )
    local presets = folderObject:getDevelopPresets()
    local presetCache = {}
    local record = {}
    for j, p in ipairs( presets ) do
    record = {title = p:getName(), value = p:getName() }
    --record = {title = p:getName(), value = p:getName() }
    myLogger:info( "getPresets = " .. p:getName() )
    table.insert ( presetCache, record )
    end
    myLogger:info("presets : " .. inspect (  presetCache ) )
    return presetCache
    end
    local function ChoosePreset()
    emptyLogFile()
    local presetFolders = getPresetFolders()
    local currentPresetFolder = presetFolders[1]["value"]
    local presets = getPresets ( currentPresetFolder )
    myLogger:info(presets)
    --     myLogger:info("preset Folders : " .. inspect (  presetFolders ) )
    LrFunctionContext.callWithContext( 'Pop-up example', function( context )
    local f = LrView.osFactory() -- obtain view factory
    local properties = LrBinding.makePropertyTable( context ) -- make prop table
    -- create some keys with initial values
    properties.presetFolder = presetFolders[1]["value"] -- for radio buttons and pop-up menu
    properties.preset = presets[1]["value"]
    properties:addObserver( 'presetFolder', function( properties, key, newValue )
    myLogger:info("Observer - get preset list" )
    currentPresetFolder = properties.presetFolder
    presets = getPresets ( currentPresetFolder )
    myLogger:info(presets)
    myLogger:info("Observer - Preset table: " .. inspect ( presets ) )
    --     Set the new value
    properties.preset = presets[1]["value"]
    myLogger:info("Observer: " .. presets[1]["title"] )
    end )
    --     myLogger:info("presetFolder = " .. properties.presetFolder )
    --     myLogger:info("preset = " .. properties.preset )
    local contents = f:column { -- create view hierarchy
    fill_horizontal = 1,
    spacing = f:control_spacing(),
    bind_to_object = properties, -- default bound table is the one we made
    f:group_box {
    title = "Preset folders",
    fill_horizontal = 1,
    spacing = f:control_spacing(),
    f:popup_menu {
    value = bind 'presetFolder', -- current value bound to same key as static text
    items = presetFolders
    f:static_text {
    fill_horizontal = 1,
    title = bind 'presetFolder', -- bound to same key as current selection
    f:group_box {
    title = "Presets",
    fill_horizontal = 1,
    spacing = f:control_spacing(),
    f:popup_menu {
    value = bind 'preset', -- current value bound to same key as static text
    items = presets
    --     items = getPresets ( currentPresetFolder )
    f:static_text {
    fill_horizontal = 1,
    title = bind 'preset', -- bound to same key as current selection
    local result = LrDialogs.presentModalDialog( -- invoke the dialog
    title = "Select preset",
    contents = contents,
    end
    end
    -- Now display the dialogs
    ChoosePreset()

    That should work because you are likely to be creating a new table each time computeNewItems() executes..
    Sometime the bind function doesn't recognise whether the contents of a table bound to a property changes. So if you use something like this:
    local myItems = computeNewItems() -- compute array of tables with title and value members
    properties['myPresetItems'] = myItems --  assign to bound member of property table.
    it will work the first time. If you then do this:
    myItems = computeNewItems() -- compute array of tables with title and value members but using existing variable
    properties['myPresetItems'] = myItems --  assign to bound member of property table. Change might not be noticed by bind.
    In this instance you would need to reassign the same value again. i.e.
    properties['myPresetItems'] = myItems --  assign to bound member of property table again to force bind to check for table values.
    Setting a property with the same value twice seems to trick bind into checking to see whether you have bound a table. I'm not sure whether this trick is only required on some versions of LR (e.g. LR 2) or only on one of the platforms, but even if it isn't required in LR 5 it will help improve your backwards compatibility and it shouldn't cause any harm to continue using it in LR 5.
    Matt

Maybe you are looking for

  • My hp laserjet m2727nf will not work until i shut off power and power back on.

    My laserjet will not work until i power off then power on after every printing job. It first started happening over the weekend when it sat idle for 2 days. Then it was once a day and now every time i need to print. What could be the problem?

  • Changes to published Locked Reference processor not reflected in process using that processor

    I performed the following steps: 1) Created a Process A and made a processor P from a set of 3 standard EDQ processors in it 2) Published the processor P as a 'Locked Reference Processor' P1 (at Project Level) 3) Created a Process B that uses P1 4) C

  • Reposition a movieclip on stage with coordinates from an xml

    Hello i am new to this forum, and kinda a beginner with actionscript. what i'm trying to do is reposition a movieclip already with the coordinates that will be in an XML file on my server. But so far no luck. This is what i have for AS3 var my_x:Numb

  • Fade To Transparent Edge On Web Image

    Hi, We've got a website with an image that we'd like to fade cleanly into the background image. The current swing at this is: http://jchmusic.com I'm -relatively- happy with it BUT the left and right margins above the tree should fade more cleanly in

  • Slideshow issues with Lightroom vers 3.1

    I tried to create a slideshow for a client using my previous version of Lightroom (2.7) but had issues with the selection of music to play in the background. Since I needed this slideshow asap I decided to go ahead and purchase the latest version (3.