I need help with authorization with multiple computers

I know that when you authorize computers, you are supposed to be able to play purchased music on that specific authorized computer. Well how do you do that?? I have a Vaio notebook and a desktop pc. Both are using the most current xp software. When I downloaded iTunes to my desktop I clicked on check for purchased music. It's would probably be helpful to tell you that I bought all my music through iTunes and transfer songs from my nano (LOVE IT) between my notebook. So, when I checked for purchased music to be able to listen to it on the desktop pc that I most recently downloaded iTunes to, none of my purchased music will show up. It says that "all purchased music have been downloaded successfully." Isn't authorizing up to 5 computers the same thing as being able to play all purchased music on those 5 authorized computers?? If so, how do you get your purchased music playlist to show up on the other authorized computers?? HELP!!

I saw the post:
I'm getting an error message that says I need to check my internet connection and I can't seem to download music from the iTunes Music Store or CDDB.
There are many issues that can cause this type of error. The most common are:
yadda yadda...
BUT NONE of these seem to fix my problem, which is exactl;y as described. I should not have a problem with the firewall -- it accesses the actual music store with no problem.

Similar Messages

  • Need Help Playing iPod on multiple computers

    My iTunes library resides on my desktop computer at home. I also have iTunes loaded on my work computer (a laptop) so I can play music from my iPod through my work computer. I have set my work computer iTunes to manually manage music and video but I do not get a play list available for me to choose music to play from the iPod. This functionality was fine using the older versions of iTunes and iPod software. I lost functionality when I upgraded my software.
    How can you access your iPod library when you are using iTunes (with no songs in its library) just to play music through a second computer?
    Dell 8100   Windows XP Pro  

    That was exactly it! It works like a charm! Thank you so much for your help

  • Need help using LR with a 2nd Computer/Laptop

    I just installed LR on to my laptop last night. I currently have all my photos saved to my desktop in e:\photos. I belived the sidecars are in that same folder, and the other stuff is in the default c:\docandsettings (or whatever it is).
    The laptop is on a wireless network and my desktop's e: drive is accessible.
    So last night I wanted to try lightroom on the laptop with the files I have on my desktop. Am I correct in that what I need to do is import files from current location so that I'll only have one version of the photos? If I make changes on the laptop, will the sidecar be changed so I'll see the change when I use the desktop? Or is there a different/better way to do this?
    The other thing I want to do is be able to teather my camera (Canon 30D) to the laptop and shoot that way. I was able to do it using Canon's DPP and EOS Utilities software where the photo is writen directly to the hard drive. But when I plug my camera in, Lightroom opens as well. Is there a way to shoot directly into Lightroom? Or shoot to the card so LR opens the file from the camera without having to do a separate import?

    Yes it will delete everything.
    I'm a little confused at what you are asking at the end.
    Does this help at all...
    Using iPod With Multiple Computers
    Or do you want to move everything to the new computer?
    Use Your iPod To Move Songs To A New Computer
    How to copy music between authorized computers
    btabz

  • Need help to start with some file and text manipulation

    Hello script mavens,
    I need help with starting a script that does the following:
    -within a base folder it takes an inventory (list?) of all the files (which happen to be image files).
    -creates a new folder inside the base folder and calls it imagesX where X increases by one every time the script is run
    -moves all the files into the images folder
    -within the base folder it creates a new text file and calls it imagesX.js
    -writes a "//-" into imagesX.js
    -then writes the list of filenames into the imagesX.js twice, separated by an empty line, and adds a semicolon to the end of each filename and saves imagesX.js
    -from a folder a level above the base folder it copies a file called index.html into the base folder and renames in indexX.html
    -in indexX.html it replaces a string "replaceThis" with "imagesX.js"
    The task is more complex but this would help me tremendously do the rest.
    If I am asking for too much on this forum please let me know

    This should get you started.
    The description of how you want to write the data isn't clear, but the rest should work (untested):
    property imageNum : 0 -- last used ImageNumber
    -- within a base folder it takes an inventory (list?) of all the files (which happen to be image files).
    -- get the folder:
    set baseFolder to (choose folder)
    -- now get the files within it:
    tell application "Finder"
    set fileList to every file of folder baseFolder as alias list
    end tell
    --creates a new folder inside the base folder and calls it imagesX where X increases by one every time the script is run
    tell application "Finder"
    set imageNum to imageNum + 1
    set newImageFolder to make new folder at baseFolder with properties {name:"images" & imageNum}
    -- moves all the files into the images folder
    move every file of folder baseFolder to newImageFolder
    --within the base folder it creates a new text file and calls it imagesX.js
    set textFile to (open for access file (baseFolder as text) & "images" & imageNum & ".js" with write permission)
    --writes a "//-" into imagesX.js
    write "//-" to textFile
    -- then writes the list of filenames into the imagesX.js twice, separated by an empty line, and adds a semicolon to the end of each filename and saves imagesX.js
    -- need more info here
    -- a blank line between each instance of the file name? or all file names, blank line, all file names again?
    -- an example, please
    close access textFile
    --from a folder a level above the base folder it copies a file called index.html into the base folder
    --and renames in indexX.html
    --in indexX.html it replaces a string "replaceThis" with "imagesX.js"
    -- the easiest way of doing this is to read the file and write a new copy with the changes - that's easier than changing it in situ:
    set indexHTML to (read file "index.html" of folder (container of baseFolder))
    set {oldTIDs, my text item delimiters} to {my text item delimiters, "replaceThis"}
    set indexHTML to text items of indexHTML
    set my text item delimiters to "imagesX.js"
    set indexHTML to indexHTML as text
    set my text item delimiters to oldTIDs
    set indexFile to (open for access file ("index" & imageNum & ".html") with write permission)
    write indexHTML to indexFile
    close access indexFile
    end tell

  • NEED HELP IN MATRIX WITH GROUP REPORT

    Dear All,
    I need small help in MATRIX WITH GROUP REPORT In Report Builder Test Report
    In my report, having periods as rows and location as columns as shown below,
    1) LOC-A
    JAN-10 FEB-10
    ITEM-GROUP -1 1 2
    ITEM-GROUP-2 3 4
    ITEM-GROUP 3 5 6
    2) LOC- B
    MAR-10 APR-10
    ITEM-GROUP -1 7 8
    ITEM-GROUP-2 9 10
    ITEM-GROUP-3 11 12
    But comming to my requirement, the periods should be in fix in matrix as shown below
    1) JAN-10 FEB-10 MAR-10 APR-10
    LOC-A
    ITEM-GROUP -1 1 2
    ITEM-GROUP-2 3 4
    ITEM-GROUP 3 5 6
    LOC- B
    ITEM-GROUP -1 0 0 7 8
    ITEM-GROUP-2 0 0 9 10
    ITEM-GROUP-3 0 0 11 12
    I am unable to get this kind of output format
    Please kindly waiting for reply from our team....
    Regards
    krishna.P

    For the periods, create a seperate dummy query and then use it as column group in the multi query matrix.

  • Need help  Pagination Suppourt with DataGrid

    Hi ,
    When i do a search Operation , the data from Database is huge and i think if i display all of them at a Time it will be a performance and response Time issue .
    So the question i am asking is that , can any body please give me a basic idea as how to implement Pagination with DataGrid Results ??
    Need help with Datgrid and Pagination suppourt .
    Thnaks in advnace .

    Hi Kiran,
    Try referring to the below link...
    http://www.flexicious.com/
    Thanks,
    Bhasker Chari.S

  • Need help managing bandwidth with a WRV210

    At our office there are two IT guys me and Chris. I use a desktop PC and Chris uses a laptop. We have a T3 line connected to a Linksys WRV210, which is updated to the latest firmware, and a small staff with about 8 desktop computers total. I started noticing that I was having issues downloading files from the internet. It would take sometimes 30 minutes to download a 5mb driver file. Come back after lunch the same file would download in 3 minutes. Also during certain times of the day I could do a bandwidth test and it might show high and then later it would be slower than dial up.
    One common event I began to pickup on was the absence of Chris. When he would leave the office (and usually take his laptop with him). The internet was fine. However, almost immediately upon his return the internet would come to a crawl. I have asked him if he is downloading anything thinking maybe that was the issue. Of course he said he was not and that the internet was fine on his computer.
    Then one day as I walked by his desk I saw Limewire running on his computer (a file sharing program). I am pretty sure now that this is the source of our bandwidth problem. I want to be able to block or at least allocate how much bandwidth gets used for things such as file sharing programs. The hard part is we are not an enterprise level business and therefore cannot afford appliances that cost thousands of dollars. Add that to the fact that file sharing programs are notorious for being tricky to manage let alone block and you can see my dilemma. Can someone please recommend a way to control or prevent Chris from killing our bandwidth? I want to use our router since he does not have the admin password or a key to the room it is in (my office). His laptop is currently using the wireless and is setup for DHCP. However, I need to know he cannot simply get around any efforts by simply using a static IP address. Keep in mind he is not the average user and is a very skilled tech.

    Thank you for your reply. I did some more research on it and found that Limewire supports PnP and will auto switch to using other ports if the main ports (6346-6347) are blocked. In my efforts to stop him I even forwarded 6346-6347 to an IP for our network copier hoping it might interfere with it and so far it has not. I'm not sure that Limewire is not going to be easy to block.  Based on what I've read it may even use port 80 if all other ports are blocked.

  • Replaced hard drive in compaq presario cq62, need help recovering it with out disks

    Recently replaced the hard drive in my notebook due to failure of original.  Need help recovering it without disks

    If you are wanting to install the original copy of Windows it came with, you will need a set of recovery disks.
    Otherwise, you can purchase a copy of Windows to install and download the appropriate drivers from http://goo.gl/hOm3. Just make sure the copy of Windows that is installed is at least the same family of Windows to ensure that drivers are available.
    What is the exact model of the notebook and product number?
    NOTE: Do not provide the serial number.
    ↙-----------How do I give Kudos?| How do I mark a post as Solved? ----------------↓

  • Need help from somebody with the "MSI KT6 Delta-FIS2R" motherboard

    Hi everybody!
    I really need some help from somebody with the MSI KT6 Delta-FIS2R motherboard (the one with onboard LAN, Audio, RAID, S-ATA and IEEE1394 firewire). You see. I've got this board myself but it's been destroyd. Some values for the onboard devices in my board has been overwritten so that windows no longer recognizes the onboard LAN and Audio controller anymore. I really need some help from somebody with this board.
    I need to see what the values for the onboard devices should be. I hope someone can help me by sending me a repport from the Everest home edition: http://www.lavalys.com/products/overview.php?pid=1&lang=en
    If anyone could do me this favour, I would be VERRY thankfull

    Quote from: HYSTERIAH on 12-November-05, 06:24:20
    I really need some help from somebody with the MSI KT6 Delta-FIS2R motherboard
    HYSTERIAH,
    With 76 Replies and 277 Views on your original thread, it looks to me like people have been trying to help you.
    So there is no confusion, I am locking this thread so all your help and advice you receive will be in the same place, so people do not need to jump between threads to keep track of what has already been suggested for this mobo of yours.
    Richard

  • Love the X2 except for 3 main issues which I need help or clarification with

    Hi Everyone, I have pretty much copied and pasted my post from the Motorola forums (with a few minor edits) over here as I do need a little bit of help or insight on my issue.
    I have scoured through the Droid X section trying to find solutions to my problems and I haven't been able to get a solid answer anywhere (here or on other Android/X2 forums).
    I have an X2. I really like this phone. It is solid and has crystal clear sound quality. However, ever since I have had it I have seen intermittent issues pop up and I would like to get some feedback on them or get things put into perspective that it is a known glitch in the interface between the Android OS and the hardware. I bought the phone at Best Buy and every time I bring it in (either back to Best Buy or a Verizon store), as the issue is intermittent, they won't replace the phone. The people at Best Buy have told me to "do a battery pull every morning" which completely offends me as I never had to do anything so drastic with my original Droid until it finally decided to reboot on me every 2 hours (this is when I upgraded to the X2). I had to pick it up from Best Buy as I needed a functional phone immediately and no Verizon store in the area had the X2 in stock.
    The first (and most important issue)... Every once in a while, even though I have full signal, when somebody calls me, my phone will not ring or vibrate. It will ring the full six times on their end but does not show up on my phone as ever receiving or missing the call. After the six rings on their end, it goes to voicemail and after they leave the message, only the voicemail indicator shows up. Over the past month this has happened multiple times (once or twice a week). Those who don't leave messages have had to hunt me down because they thought I had left my phone elsewhere as it never rang or notified me of an incoming call.
    The next two issues are still important to me but they are more of an inconvenience than anything else.
    Sometimes (yes, this is intermittent too but it happens daily), when I wake my phone from sleep, all of the antennas seem to be off and it takes a good second or two to show back up in the status bar (3G, Bluetooth, etc). My question is, have all of the non-CDMA antennas "gone to sleep"? The signal bar for the actual cell service are still there, just not the other services (3G/1X) or wireless settings (Bluetooth/WiFi) for a couple seconds.
    Lastly (and this may be a direct link to the previous question), when I use the "Google Talk" application, the messages I send go through very quickly, but sometimes I do not get replies for a long time after they are sent (30 minutes to and hour later). If I wake the phone, sometimes a previously sent message will come through, and when I check the chat log in Gmail itself, the message was sent from quite a while back (15 minutes to an hour).
    I know I am brand new to your community, and I am sorry to have to burden you all with a post like this as my initial post. However, I have always liked and used Motorola phones with Verizon/GTE (all the way back to the MicroTAC series of the early 90s) without issues or incidents for the most part. As my original Droid was starting to act up I decided to jump on the X2 as it was just released. I understood that it was not going to initially come with Gingerbread and I said I would be patient for the update to come and hopefully it would bring a new level to the phone itself as well as solve some (if not all) of the issues. However, now that it is past my return date, and there is no update as of yet, I do require assistance.
    Thanks in advance for any assistance or insight,
    Tuan

    Thanks for the replies everyone.
    The responses I received over at the Moto forums said the same thing about the battery saver mode. However, I have had the same issue with the radios shutting off during the day while it is in "Nighttime savings mode" so I'm just thinking it's an oddball glitch with the phone's power management settings and clock. I have recently changed the battery mode to "Performance Mode" from Nighttime Savings" as I have the phone plugged into the charger at night anyways. I'm hoping that will take care of both my radio and gtalk issues.
    @Wildman: I have heard the same thing about the GB update from a Verizon rep very recently myself. I am still going to hope for an update sometime in the near future, but I do recall the first update for my Original Droid was months down the line from the release day.
    @Droiddude: Are you just cycling the power? Or are you actually doing physical battery pulls? If cycling the power works for you it would lessen the burden of pulling that Incipio case (Verizon Double Cover) off my phone every time to do battery pulls. It's a great case but wow it's a tight/snug fit.
    @vereyezuhn: I understand that there are possible dead areas in which my main issue may occur. I even have a prepaid phone for the times I am in a Verizon dead zone. However, when my issue occurs, I will be in the same spot for a while. I will receive all my calls, miss one in the manner I have spoken, then receive the following calls normally (SMS/MMS does not seem to be affected either as I seem to receive all of those). This is why I have this specific issue. I have recently cleared the phone's cache partition as well as update the PRL using *228 option 2. We will see over time if this eliminates the issue or at least makes it much more rare.

  • Need help big time with pop-up window!

    This is probably an easy answer, I'm not a programmer or a back end guy whatsoever, I'm a graphic designer trying to make his way through a project for a client.
    I'm working up a Flash template, and I need to make a simple pop up window that will view a more detailed version of an image.  The template has a pop up window system where you add your photo to a certain frame of a movie clip.  The problem is, the pop ups have scroll bars built in, and for the life of me I couldn't figure out how to get rid of them, so I duplicated one of the movie clips that looked like it housed the framework of the pop up and deleted the scroll bar (I didn't delete any of the scroll bar code because I had no idea what I was doing).  It actually kind of worked, but the pop up window is a bit too wide and doesn't look right.
    You can view my hack job here...
    http://truetilldeathhq.com/main8_v7/main8_v7.html
    Stay on the "Print" page and click the first "01" button and an ad for Ford will come up.  Click the "Detailed View" button in the description to see the pop up window.
    My question is, there MUST be an easier way to make a pop up window than the workaround I'm using with the template.  What I'm trying to do is have a pop up for each sample of the work (all images would be the same size) for the first four buttons, and then for the "Online Banners" page, have the pop up open up to the dimensions of the particular banner ad and play the swf.  The pop ups shouldn't have scroll bars, only a title and the button to close the window.
    To view the template files, you can download them at:
    http://truetilldeathhq.com/main8_v7/main8_v7.fla
    The "descripton" movie clips have the descriptions and the "Detailed View" links in the frames, and the movie clips I not so gracefully butchered to get the pop up to work were TM_page_content_scroll (where you're supposed to put an image in a certain frame and then put the # of that frame in the Actionscript of the "Detailed View" button), and the TM_main_cont_page2 and TM_pop_up_main3, which were the ones I duplicated.
    If ANYONE can offer even the slightest bit of help, I gratefully appreciate it.  I've been working on this thing for like 15 hours a day and I can't even think straight at this point, thanks!

    I admit to not having read everything you wrote... there's just too much of it. But...
    Hashtable (and HashMap, which you should really be using unless you have some external constraint requiring the use of Hashtable) map each key to a single value object.
    That is, you can map from the key string "4996" to one single other object. And then you can also map from a different key to a different object.
    In you put() method, you add a mapping from "4996" to "good", and then you replace that mapping with one from "4996" to "home". There is only ever one value associated with a given key.
    To map multiple values to a single key, you need the value object to be a collection of some kind (or an array). So, you could map your string "4996" to a List, and that list could contain the strings "good", "home", etc.

  • Need help file sharing with a powermac G4 and ibook

    I need to transfer files from my G4 to an ibook. I am using ethernet slot B on the G4 and the ibook has an airport card. I also have a router. Does anyone have an easy way to do this? I want to set up a connection between these two computers without using the internet. Appletalk is active on the g4, and file sharing is on yet the activity monitor does not show the ibook as a connected user. I tried to find the G4 on the ibook by connecting to server but it does not recognize the g4 when I either type the name of the computer or browse the network. Any help would be greatly appreciated. Would a CD writer for the G4 be a better option?
    Thank you.

    I tried to find the G4 on the ibook by connecting to server but it does not recognize the g4 when I either type the name of the computer or browse the network.
    If you are running Mac OS before 9 and trying to connect to Mac OS after 10.3, you will not be able to do it without additional software.
    If you connect the iBook to the router with an Ethernet cable, you may be more successful, as some routers do not pass AppleTalk packets from wireless to wired.
    The FireWire approach will also work, and yes, it mounts the other computer's drives on your desktop.

  • Backup DC past tombstone and need help replacing it with another DC with the same name and IP

    Hey Everyone
    We have a single domain in a forest with 2 DCs with AD integrated DNS configured. The primary DC with all the FSMO roles is a VM (Server 2008 R2) and the backup DC is a physical server (Server 2008 non-R2).
    The backup DC's hardware is very old and has been giving us a lot of issues where the system would intermittently BSOD, freeze, black screen only etc. and as a result, the server was turned off for a very long time, definitely beyond the default tombstone
    lifetime of either 60 or 180 days.
    We want to replace this bad backup DC with another physical server which became available as a spare and is much newer and in a working condition hardware wise. We also wish to ultimately give it the same name (FQDN) and IP to basically make it an outright
    replacement for the current bad backup DC.
    My questions are:
    1.) If we are in a position where the bad server could possibly physically boot and start the operating system and have network connectivity, will we be able to use DCPROMO as one would normally do to demote this DC, or will it have to be done forcefully,
    while keeping in mind as I said that the DC is way past the tombstone lifetime period?
    2.) If it has to be done forcefully, I am aware that the meta data needs to be cleaned up in AD on the working primary DC, although I have never performed such a process before. If this is done, are there any other things I need to look out for or do
    before I attempt to replace it with the other server which I will set up wit the same name (FQDN) and IP, then add to the domain, and then lastly promote as per normal using DCPROMO?
    I know we will have to upgrade the scema to 2012RM as the replacement backup DC will be running this newer operating system.
    Anything else you wish to add or point out to me would be highly appreciated. Thank you in advance.
    Regards,
    CTV

    Hi,
    I would suggest please do the metadata cleanup using the script and then remove object from below DNS console and then run the repadmin /syncall /Aed
    https://gallery.technet.microsoft.com/scriptcenter/d31f091f-2642-4ede-9f97-0e1cc4d577f3
    Repeat running the vbs script till the wrong/unnecessary dc’s are removed.
             Cross check the removal – dsa.msc [ad users and computers] > Domain Controllers OU
     Adsiedit.msc
     Expand domain partition, select OU=Domain Controllers, make sure only the necessary domain controllers are listed.
     Delete the incorrect domain controllers.
    Dnsmgmt.msc [Dns Management]
          Expand the forward lookup zones\_msdcs folder
    i.      Make sure only the actual domain controllers are listed, delete wrong Alias recordsremove wrong name server records
    ii.      Select the container [forward lookup zones\_msdcs.domain.com\dc\_sites_\sitename\_tcp] > delete incorrect _ldap and _kerberos records are listed.
    iii.      Select the container [forward lookup zones\_msdcs.domain.com\dc\_tcp] and delete incorrect _ldap and _kerberos records
    iv.      Expand the [forward lookup zones\_msdcs.domain.com\domains\guid\_tcp] and delete incorrect _ldap entries
    v.      Select [forward lookup zones\_msdcs.domain.com\gc] – delete incorrect HostA records
    vi.      Expand the [forward lookup zones\_msdcs.domain.com\gc\_sites\sitename\_tcp] – delete incorrect _ldap entries
    vii.      Select the [forward lookup zones\_msdcs.domain.com\gc\_tcp] – delete incorrect _ldap entries
    viii.      Select the [forward lookup zones\_msdcs.domain.com\pdc\_tcp] – delete incorrect _ldap entries
          Expand the forward lookup zones\domain.com folder
    i.           
    Delete Host(A) records of dc’s which are non-existant.
    ii.           
    Correct the NameServer (NS) records
    iii.           
    Follow steps similar to ’ A ii ‘ >> ‘ A viii’
             Dssite.msc [Sites and Services]
          Expand the [Sites\Sitename\Servers] – delete incorrect server’s
    B.      Delete incorrect subnet configurations [Sites\Subnets]
          Delete incorrect site links [Sites\IP]

  • Need help troubleshooting issues with Adobe Reader X

    Hello,
    Recently our company upgraded multilpe computers to Reader X.  Initially we installed version 10.1.0.  Ever since our users on X have been experiencing problems.  We are seeing three different issues.
    1) A user will fill out the PDF and click print.  At that point a popup appears with the message "Adobe Reader has encountered a problem and needs to close.  We are sorry for the inconvenience."  The user has the choice to click on Debug or Close.  Clicking Debug doesn't appear to do anything.
    2) Clicking on a PDF in internet explorer will launch Adobe Reader and a progress bar shows on the screen indicating that the PDF is loading.  The progress bar goes away and the user is left looking at a grey screen.
    3)  When attempting to open a PDF the user recieves this message "The instruction at "0x00720065" referenced memory at "0x00720065" . The memory could not be "written."
    In every situation the only way to get past the problems is a restart of the PC.
    As an attempt to resolve the issue we tried upgrading several users to Reader version 10.1.3.  This was done by completely uninstalling version 10.1.0 and then installing 10.1.3.  This did not have any effect on the problems.
    Can anyone here offer and suggestions?
    Thank you

    Hello,
    1. The OS on which you are seeing these issues.
    Windows XP SP3
    2. The method of deployment of the 10.1.3 update. Was it done via SMS/GPO/SCUP?
    Originally 10.1.0 was installed remotely using a program PSEXEC.  Once the errors began occurring 10.1.0 was uninstalled manually and 10.1.3 was installed using a copy from your ftp site.
    3. Can you try and update any one of your systems to the latest version of Reader i.e. Reader 10.1.4 and see if it solves the problem.
    We have upgraded one machine to 10.1.4 using the Check for Updates function within Reader 10.1.3 and are looking for any ongoing issues.
    4. Which browser are you using to render the PDFs. Is the issue seen with internal links alone or with all links. Can you try and see if the following opens on one of the faulty machine: http://kb2.adobe.com/cps/837/cpsid_83708/attachments/Acrobat_Reader_Re leaseNote_10.1.3.pdf<http://kb2.adobe.com/cps/837/cpsid_83708/attachments/Acrobat_Reader_ReleaseNote_10.1.3.pdf>
    We are using IE 8.  The issues are seen with both internal and external links as well as stand alone PDFs.  No one could open the link you sent but we could open: http://helpx.adobe.com/content/dam/kb/en/837/cpsid_83708/attachments/Acrobat_Reader_Releas eNote_10.1.3.pdf on a faulty machine.
    5. If suggestion# 3 doesn't work, can you also try and uninstall the installation on any one of the machines manually (i.e. via Control Panel > Add/Remove Programs or Programs and Features depending upon your OS) and install a fresh copy of Reader 10.1.3 (from ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.1.3/en_US/AdbeRdr1013 enUS.exe<ftp://ftp.adobe.com/pub/adobe/reader/win/10.x/10.1.3/en_US/AdbeRdr1013_en_US.exe>) and see if it solves the problem. If it does, then it may be an issue with the Deployment methodology followed.
    Already tried this.  See answer to suggestion #2
    Thanks,
    Adam Behsmann
    Application Support Analyst
    Exchange Bank
    (707) 541-1044

  • Need help displaying images with List component for Flash CS4 (ActionScript 3.0)

    Hi folks:
    I am an inexperienced user of Flash CS4 Pro (v10.0.2). I am attempting to use the List component with ActionScript 3.0 to make a different image display when a user clicks each item in a list.
    I did find a tutorial that showed me how to make different text display using a dynamic text box and the following ActionScript:
    MyList.addEventListener(Event.CHANGE, ShowSelectedItem);
    function ShowSelectedItem(event:Event):void {
        ListText.text=MyList.selectedItem.data;
    ...where My List is the instance of the List component and ListText is the dynamix text box. In this case, the user clicks an item in the list, defined by the label value in the dataProvider parameter of the List component, and text displays as defined in the data value in the dataProvider parameter.
    However, as I mentioned to start, what I really want to do is make images display instead of text. Can anyone provide me the steps to do this?
    I appreciate your help (in advance)!!
    Cindy

    Hi...thanks for responding! I was planning on using images from the Library, but if there is a better way to do it, I'm open. So far, I just have text in the data property. This is part of my problem. I don't know what I need to put in the data value for an image to display. Do I just put the image file name and Flash will know to pull it from the Library? Do I need to place the images on the stage on different frames? I apologize for the "stupid user" questions, but as you can tell, I'm a newbie.
    Appreciate your patience and any help you can offer!
    Cindy

Maybe you are looking for