XML wont load

hello,
im using this great tutorial from gotoandlean.com
but have run into some problems
im trying to load jpg's into a flash with xml, using the
following code
var x:XML = new XML ();
x.ignoreWhite = true;
var urls:Array = new Array();
var captions:Array = new Array();
var w:Array = new Array();
var h:Array = new Array();
var WhoIsOn:Number;
x.onLoad = function() {
var photos:Array = this.firstChild.childNodes;
for (i=0;i<photos.length;i++) {
urls.push(photos
.attributes,url);
captions.push(photos.attributes,caption);
holder.loadMovie(urls[0]);
caption.text = captions[0];
whoIsOn = 0;
x.load("
http://www.antonnazarko.com/DAVE/photoLIST.xml");
previous.onRelease = function (){
if (whoIsOn > 0){
whoIsOn--;
holder.loadMovie(urls[whoIsOn]);
caption.text = captions[whoIsOn];
but i always get this prompt
Error opening URL
'file:///C|/Documents%20and%20Settings/anton/Desktop/DAVEG/[type
Object]'
-- could someone double check thie code for me ?
not sure why it doesnt work.
thanks,
anton

are u using the url of somebody elses domain.
if not give relative path to xml.
"mr.nazarko" <[email protected]> wrote in
message
news:f2raih$i0p$[email protected]..
> hello,
>
> im using this great tutorial from gotoandlean.com
> but have run into some problems
>
> im trying to load jpg's into a flash with xml, using the
following code
>
>
> ----
>
> var x:XML = new XML ();
> x.ignoreWhite = true;
>
>
> var urls:Array = new Array();
> var captions:Array = new Array();
> var w:Array = new Array();
> var h:Array = new Array();
> var WhoIsOn:Number;
>
> x.onLoad = function() {
> var photos:Array = this.firstChild.childNodes;
> for (i=0;i<photos.length;i++) {
> urls.push(photos
.attributes,url);
> captions.push(photos.attributes,caption);
>
> }
>
>
> holder.loadMovie(urls[0]);
> caption.text = captions[0];
> whoIsOn = 0;
> }
>
> x.load("
http://www.antonnazarko.com/DAVE/photoLIST.xml");
>
> previous.onRelease = function (){
> if (whoIsOn > 0){
> whoIsOn--;
> holder.loadMovie(urls[whoIsOn]);
> caption.text = captions[whoIsOn];
>
> }
> }
>
>
> but i always get this prompt
> Error opening URL
>
'file:///C|/Documents%20and%20Settings/anton/Desktop/DAVEG/[type
Object]'
>
>
> -- could someone double check thie code for me ?
>
> not sure why it doesnt work.
>
> thanks,
> anton
>

Similar Messages

  • Spry Widget Wont Load JS to Browser?!?

    I have a Spry slide show widget on my website. I have it linked to the root folder and also in a folder for orginazaion reasons. When the page loads I get a lot of JS errors. If I open the file offline it works fine but when uploaded to the server it wont load the JS. I have checked all the links and they are okay. I can even follow the links and they open up the script. Dreamweaver added the JS files so im asuming that the JS codes are correct. The 2 links are http://tylerdickersondesign.com/classic/classic.html & http://tylerdickersondesign.com/classic.html. This is so frustrating!
    Here is the my HTML code:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml">
    <head>
    <link rel="icon" type="image/ico" href="http://www.tylerdickersondesign.com/images/favicon.ico">
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <title>Tyler Dickerson Design</title>
    <link href="classic.css" rel="stylesheet" type="text/css" />
    <link href="Spry-UI-1.7/css/ImageSlideShow/basicFS/basic_fs.css" rel="stylesheet" type="text/css" />
    <script src="Spry-UI-1.7/includes/SpryDOMUtils.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryDOMEffects.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryWidget.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSelector.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryPanelSet.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFadingPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SprySliderPanels.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryFilmStrip.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageLoader.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/SpryImageSlideShow.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryThumbnailFilmStripPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryTitleSliderPlugin.js" type="text/javascript"></script>
    <script src="Spry-UI-1.7/includes/plugins/ImageSlideShow/SpryPanAndZoomPlugin.js" type="text/javascript"></script>
    <style type="text/css">
    /* BeginOAWidget_Instance_2141543: #Tyler */
    #Tyler {
        width: 650px;
        margin: 24px 0px 0px 0px;
        border: solid 1px #000000;
        background-color: #717c96;
        padding-top: 10px;
    #Tyler .ISSName {
        top: -24px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: normal;
        font-size: 18px;
        text-transform: none;
        color: #000000;
    #Tyler .ISSSlideTitle {
        top: -18px;
        font-family: Arial, Helvetica, sans-serif;
        font-weight: bold;
        font-size: 12px;
        overflow: hidden;
        color: #000000;
        text-transform: none;
    #Tyler .ISSClip {
        height: 400px;
        margin: 0 10px 10px 10px;
        border: solid 1px #333333;
        background-color: #ffffff;
    #Tyler .ISSControls {
        top: 11px;
        height: 400px;
    #Tyler .FilmStrip {
        height: 80px;
        background-color: #2a3a5b;
    #Tyler .FilmStripPreviousButton, #Tyler .FilmStripNextButton {
        width: 25px;
        height: 80px;
    #Tyler .FilmStripTrack {
        height: 80px;
    #Tyler .FilmStripContainer {
        height: 80px;
    #Tyler .FilmStripPanel {
        height: 80px;
        padding-left: 10px;
        margin-right: 0px;
    #Tyler .FilmStripPanel .ISSSlideLink {
        margin-top: 10px;
        border: solid 1px #2a3a5b;
        background-color: #2a3a5b;
    #Tyler .FilmStripPanel .ISSSlideLinkRight {
        border: solid 1px #404f6b;
        width: 126px;
        height: 50px;
        margin: 4px 4px 4px 4px;
    #Tyler .FilmStripCurrentPanel .ISSSlideLink {
        background-color: #59647d;
        border-color: #59647d;
    #Tyler .FilmStripCurrentPanel .ISSSlideLinkRight {
        border-color: #404f6b;
    /* EndOAWidget_Instance_2141543 */
    </style>
    <script type="text/xml">
    <!--
    <oa:widgets>
      <oa:widget wid="2141543" binding="#Tyler" />
    </oa:widgets>
    -->
    </script>
    </head>
    <body>
    <div class="container">
      <div class="header"><a href="http://tylerdickersondesign.com"><img src="images2/l2.png" alt="logo" /></a>
        <!-- end .header --></div>
        <float>
        <a href="http://www.facebook.com/TylerDickersonDesign"><img src="images2/ft.png"/></a>
        </float>
      <div class="sidebar1">
        <ul class="nav">
          <li></li>
          <li></li>
          <li><a href="http://tylerdickersondesign.com/">Home</a></li>
          <li><a href="#">About</a></li>
          <li><a href="#">Services</a></li>
          <li><a href="http://tylerdickersondesign.com/contact.html">Contact</a></li>
        </ul>
      <!-- end .sidebar1 --></div>
      <div class="content">
        <table width="90%" border="1" cellspacing="0" cellpadding="5">
          <tr>
            <th scope="col"><center>
              <ul id="Tyler" title="">
                <li><a href="images2/1.jpg"><img src="images2/1t.jpg" alt="photos-1.jpg" /></a></li>
                <li><a href="images2/2.jpg"><img src="images2/2t.jpg" alt="photos-10.jpg" /></a></li>
                <li><a href="images2/3.jpg"><img src="images2/3t.jpg" alt="photos-11.jpg" /></a></li>
                <li><a href="images2/4.jpg"><img src="images2/4t.jpg" alt="photos-12.jpg" /></a>
              </ul>
              <script type="text/javascript">
    // BeginOAWidget_Instance_2141543: #Tyler
    var Tyler = new Spry.Widget.ImageSlideShow("#Tyler", {
        widgetID: "Tyler",
        widgetClass: "BasicSlideShowFS",
        injectionType: "replace",
        autoPlay: true,
        displayInterval: 3000,
        transitionDuration: 2000,
        componentOrder: ["name", "title", "view", "controls", "links"],
        sliceMap: { BasicSlideShowFS: "3slice", ISSSlideLink: "3slice" },
        plugIns: [ Spry.Widget.ImageSlideShow.ThumbnailFilmStripPlugin, Spry.Widget.ImageSlideShow.PanAndZoomPlugin ],
        TFSP: { pageIncrement: 4, wraparound: true }
    // EndOAWidget_Instance_2141543
              </script>
            </center>
    <p><br />
              </p>
              <h1>Graphic Design</h1>
              <p>Welcome to Tyler Dickerson Design. We take pride in our commitment to the highest degree of excellence in graphic design, web design, and photography. Our goal is to provide each and every client with more than they imagined in terms of design and more than they have experienced in regard to customer service, while at the same time staying within each individual budget we are working with. We offer the highest quality of design that will take your company and clients to the next level. We are committed to achieving excellence. When you hire us as your creative designer, you have taken the first important step to a new way of doing business. Tyler Dickerson Design is a proud, experienced artist of Graphic Design, Web Design, and Photography. Our expertise-based knowledge of marketing, advertising, promotion, logo development, print production processes, and photography are unmatched. Select Tyler Dickerson Design to receive the highest level of personal attention and dedication to detail. We are the creative designers that stand for quality, uniqueness and value. We are quick, flexible, and great listeners.</p>
              <h2>Web Design</h2>
              <p>As your web designer it is our goal to develop elegant and affordable web solutions that enable small to large businesses to establish visibility online, increase sales, and improve productivity. Tyler Dickerson Design provides high-quality, professional web design and online marketing services to small businesses and non-profits at prices that fit their budgets. We work extremely hard to keep prices affordable for our clients, while giving them access to the same web site and marketing services that have always been available to large companies with big budgets.</p>
              <h3>Photography</h3>
              <p>Tyler Dickerson Design explores the connection between the eye, the camera, and the soul by raising the growth of artistic vision and technical knowledge. We strive to capture and deliver the highest quality photographs for our clients, while focusing on the genuine moments of life that are often fleeting and quickly forgotten. We promise to give the maximum level of service to each client, while respecting individual needs. Our hope is to develop a personal connection that supports an ongoing and long-lasting working relationship. </p>
              <p> Be aware that if you use the Property inspector to navigate to your logo image using the SRC field (instead of removing and replacing the placeholder), you should remove the inline background and display properties. These inline styles are only used to make the logo placeholder show up in browsers for demonstration purposes. </p>
              <p>To remove the inline styles, make sure your CSS Styles panel is set to Current. Select the image, and in the Properties pane of the CSS Styles panel, right click and delete the display and background properties. (Of course, you can always go directly into the code and delete the inline styles from the image or placeholder there.)</p>
              <h4>Marketing Materials</h4>
              <p>Tyler Dickerson Design uses the highest quality materials. We take pride in our work and want our clients to be 100% satisfied with their experience with us. Give us a chance to astonish you. </p></th>
          </tr>
        </table>
        <h1> </h1>
      <!-- end .content --></div><br />
    </wrap>
      <div class="footer">
        <p><center><small>© 2013 Tyler Dickerson Design. All Rights Reserved.</center></p>
        <!-- end .footer --></div>
      <!-- end .container --></div>
    </body>
    </html>
    Thanks guys!

    It seems to function correctly here on my Windows 7 machine in...
    Firefox 16
    IE9
    Opera 12.11
    Chrome 24
    Safari 5.1.7
    There are a few errors in your HTML that could be causing an issue for you in an older browser. Make sure to clean them up after running the validator here:
    http://validator.w3.org/

  • IDVD 08 wont load up a project from iDVD 4.0.1

    Can anyone help me? I'm trying to make a DVD for me and my friends and we're on the verge of giving up. My friend made the DVD on his eMac on iDVD 4.0.1. The DVD wouldnt burn, it just popped the DVD out after putting it in the drive. Its probably his eMac's DVD burner, its plays DVDs but wont burn them. Anyways, so i got an external hard drive and put the DVD project on it. Now i've tried to upload it on my mac mini on iDVD 08 and it wont load. It Comes up with two messages. The first is this:
    "At least one of the themes used by this project is missing on your system. The default theme "Revolution Main" will be used instead."
    The next message is this:
    "Changing TV Standard
    Changing the TV standard will require iDVD to encode all previously encoded assets again."
    Then it just says "loading project: EvE SL 07.dvdproj" and since then nothing has happened.
    Is there anything that i was supposed to do that i haven't done? Like backup files or something? I really have no clue.

    I have the same problem - there is another thread around here where I put up the trace information but no-one seemed interested in helping.
    I have not been able to get anyone from Apple to show any kind of interest at all in fixing it.
    My next idea is to use the property editor to see what is in the project data (XML) that it could be complaining about. I would imagine that they have changed the meaning of an item or just moved it.
    *****.

  • My app store wont let me search for apps it wont load anything

    when i go to search for an app in the app store it wont load anything i even tried searching for angry birds becasue i know theres an app for that and nothing loads at all i have turned off and on my phone and still nothing!

    Tap Settings App > General > Reset > Reset Network Settings. Then in Settings make sure Cellular Data is ON. If you are in a WiFi area, relog into WiFi.

  • My itunes wont load and i need it because i locked my ipad

    Help my itunes wont load and i need it because i had locked my ipad

    Check to see whether it's running under processess in task manager (Right click task bar).  If so, end process and try again.

  • Itunes wont load due to java scriptcore.dll what do i do, itunes wont load due to java scriptcore.dll what do i do

    Suddenly itunes stopped loading. I uninstalled it and tried to reinstall it but it wont load saying the Java sript core.dll is not valid. What do i do to fix this? And will i be able to get my downloads back?

    Taken at face value, you're having trouble with an Apple Application Support program file there. (Apple Application Support is where single copies of program files used by multiple different Apple programs are kept.)
    Let's try something relatively simple first. Restart the PC. Head into your Add or Remove Programs control panel, select "Apple Application Support", click "Change" and then click "Repair".
    If no joy after that, try the more rigorous uninstall/reinstall procedure from the following post. (Although the procedure is for Vista and 7 and you've got XP, just read "Computer" as "My Computer", read "Uninstall a program control panel" as "Add or Remove programs control panel" and assume the system is 32-bit, and you'll be doing the right things.)
    Re: I recently updated to vista service pack 2 and I updated to itunes 10.2.1 and ever

  • If I have more then a few tabs open such as gmail, facebook, and a zynga game no tabs will load at all. I close and reopen firefox numorous (Im talking 7 or 8 times or many more) and shut down the zynga game and still it wont load

    If I have more then a few tabs open such as gmail, facebook, and a zynga game no tabs will load at all. I close and reopen firefox numorous (Im talking 7 or 8 times or many more) and shut down the zynga game and still it wont load the tabs or if it does and I then try to add the game or any other site at all on a tab it causes firefox to stop working (though not close) and I have to restart opening and closing it many times to get it to work at all.

    1st, you will not be able to activate your PPro1.5 on ANY new computer, see next link for the special version you MUST use
    CS2 (and earlier) Activation Server http://helpx.adobe.com/x-productkb/policy-pricing/creative-suite-2-activation-end-life.htm l
    2nd, you already mentioned Virtual XP, so if a direct install doesn't work, that would be the way to go... or, to just do what SHOULD work from the start, just do Virtual XP

  • HT201407 during a update of apple my iphone 3GS crashed an now the operating system wont load up..ive tried to reset the phone to the factory settings it took 4 hours an completed but my iphone still wont come on..what can i do to fix the problem? please

    during a update of apple my iphone 3GS crashed an now the operating system wont load up..ive tried to reset the phone to the factory settings using itunes it took 4 hours and completed but my phone still wont come on..what can i do to fix the problem? please help #

    In trying to include what information all that I could I should have specified I DON'T KNOW THAT IT WAS DEFINATELY JAILBROKEN when I took it to the apple store they told me there's no way for them to tell if it was jail broken or not. I'm only going by what ppl have told me COULD HAVE BEEN DONE TO THE PHONE. With that said the only thing I know for sure is that the apple tech at the Genius Bar told me that someone took control of my root menu in February &amp; I've had no control of my phone since. I asked him how to regain control &amp; how he knew his exact words were "oh that is out of our scope of capabilities here at this level &amp; you would need an apple engineer to fix it". I said ok then how do I get an apple eng then? He laughed &amp; said you can't!!!! To which I was furious I came home &amp; called apple requesting to speak w/the fraud dept to file a report they said we don't have a fraud dept!! So after a 45 mn phone call again I left w/no answers.
    @TJBUSMC1973-
    I DON'T HAVE THOUSANDS OF DOLLARS TO SPEND HIRING AN ATTORNEY &amp; Although I appreciate your suggestion I fail to how an attorney would be able to facilitate in any way since there's no suspect. I cannot prove that it's him doing it so I certainly can't pursue legal action w/no proof &amp; no money. :'((
    Again I thank you for your advice but I don't think that will help.
    I was looking more for a TECHNICAL way to avoid this happening w/a new phone should I buy one or trying to get them out of my phone now! Such as installing some kind of software protection?? Someway to clear out the entire phone (other than factory reset which was done 10 x's w/no success, etc. if this person got in then there HAS TO BE A WAY OF GETTING HIM OUT, right????

  • Safari and other browsers slow to load and wont load https (secure)

    Since the last update of Safari 5, we have noticed that we can't load https pages. So we went to Firefox, that seemed to help for awhile. Now we can't always load https in either. We are also seeing that http pages wont load quickly in either browerser. We have researched all posts within the last month about Safari 5 and hang ups, crashes and slow loading....we have tried everything suggested. Since sites don't load quickly, this has taken a lot of time. Any suggestions would be wonderful. We have contacted our DSL provider 6 times in the last 30 days and they can't find anything wrong with their service or with the modem. We are at a loss. Currently we are trying to download the MocOSXUpdCombo 10.6.4 but we keep timing out. Don't even know if this post will post. Oh yeah, Mail is having problems as well. We ran disk first aid and did the permissions as well. Any suggestions would be wonderful.

    Hi again:
    I am a long way from an expert on anything - SSL or communications. The fact that both browsers are affected seems to take it out of a Safari-only thing. Also, since everything works on your other computer seems to let your ISP off the hook. I don't think it is your computer, per se.
    I did get some random thoughts. Things you might look at/try:
    1. Reset Safari (empty the cache, for sure)
    2. Take a look at the firewall settings on the computer that is giving you problems.
    3. You might try Open DNS (free one) to see if the domain name server process is, somehow, an issue:
    http://www.opendns.com/start/
    4. You might also download the OS X 10.6.4 combo updater and reapply it. That is probably an overkill and it will take awhile, but it is possible something went wrong with the update.
    You can see I am fishing, but nothing seems to be consistent in the behavior.
    Barry
    P.S. The tundra may be frozen, but you live in a beautiful state.

  • Safari wont load some sites but will open others

    Hi
    Since yesterday morning, my mac will all of a sudden not load certain websites while others load fine. For example some that wont load are google, gmail, commonwealth bank, about.com, but facebook and a number of others still load. I get the "Safari can't connect to the server" error page. Same thing in firefox.
    I have an ADSL modem (netgear) connected to my mac running 10.6, via ethernet. My modem is not a router. I share my macs internet connection via airport, and i can still access everything fine on my iphone and ipad which tells me its something specific to my mac.
    I havent changed any settings so I have no idea why my internet is suddenly so selective of what it will access.
    I tried flushing the DNS and changing the MAC access in the terminal with no result.
    Any idea? Its driving me insane :-/

    Brian --
    Welcome to Apple Discussions!
    We're not staff, but other Mac users here, asking questions and sharing solutions.
    So happy you found your solution!
    If you haven't already seen this, it will ring a bell with you, I think:
    http://discussions.apple.com/thread.jspa?messageID=13270248&#13270248
    Great sleuthing there, Brian.

  • How can I deactivate when Acrobat Pro XI wont load?

    I installed a purchased upgrade of Acrobat Pro XI on this computer but all I now get is a screen headed 'Sign in Required' inviting me to register my trial version but providing no links to do so.
    Much of Acrobat XI Pro did not work.properly but Adobe tells me I don't have sufficient memory despite the required 1GB being installed.
    An unsatisfactory product from a company now difficult to contact by email that hides behind an unhelpful 'Help' desk in India staffed by non-proficient English speakers incapable of providing any answers not on their crib sheets.
    I am directed here to get a user to do Adobe's work.
    What follows indicates Adoobe sens emails from non.valid addresses.
    Mail System Error - Returned Mail
    From: Mail Administrator <[email protected]>   |   Date: 25/09/2013 3:47 PM  |  Email  
    To: John Face<[email protected]>   View message details  
    Attachments: Part_0 (350b) (350b)  
            This Message was undeliverable due to the following reason:
    Each of the following recipients was rejected by a remote mail server.
    The reasons given by the server are included to help you determine why
    each recipient was rejected.
    Recipient: <[email protected]>
    Reason: No such user - psmtp
    Please reply to <[email protected]>
    if you feel this message to be in error.
    Causes nothing but problems.
    Just posted on your forums
    3:39 PM 25/09/2013
    http://forums.adobe.com/post!input.jspa?containerType=14&container=4714
    How can I deactivate when Acrobat Pro XI wont load?
    I installed a purchased upgrade of Acrobat Pro XI on this computer but all I now get is a screen headed 'Sign in Required' inviting me to register my trial version but providing no links to do so.
    Much of Acrobat XI Pro did not work.properly but Adobe tells me I don't have sufficient memory despite the required 1GB being installed.
    An unsatisfactory product from a company now difficult to contact by email that hides behind an unhelpful 'Help' desk in India staffed by non-proficient English speakers incapable of providing any answers not on their crib sheets.
    I am directed here to get a user to do Adobe's work.
    http://forums.adobe.com/thread/1303366
    From: Adobe <[email protected]>
    To: [email protected];
    Subject: Reuse content making tedious work easier
    Stop retyping and start reusing.
    See how
    >>http://www.adobe.com/au/campaigns/acrobat-xi-content-reuse.html?trackingid=KIKZR
    Read online
    >>http://click.mail.adobesystems.com/?qs=1fdac03698836d3f227a6f8e4faefabc020ad712061d8f58583 a1aeff2e2ddc999d80757db497536
    --=----=----=----=----=----=----=----=----=----=----=----=----=----=--
    Adobe(R) Adrobat(R) XI
    --=----=----=----=----=----=----=----=----=----=----=----=----=----=--
    Stop retyping and start reusing. Acrobat XI puts an end to the
    busywork when it comes to repurposing PDF file content.
    See how
    >>http://www.adobe.com/au/campaigns/acrobat-xi-content-reuse.html?trackingid=KIKZS
    It?s a breeze to reuse what you need from PDF files with Acrobat XI.
    When you need to grab important content from inside a PDF or reuse the
    whole thing, Adobe(R) Acrobat(R) XI software makes it easy to convert
    PDF documents to Microsoft Word, Excel, and PowerPoint?with no
    retyping and minimal reformatting.
    As simply as saving a file, you can get just what you need and get
    back to more important work.
    See how >>
    >>http://www.adobe.com/au/campaigns/acrobat-xi-content-reuse.html?trackingid=KIKZT
    PC magazine Editor's choice 2012
    --=----=----=----=----=----=----=----=----=----=----=----=----=----=--
    #Acrobat
    >>http://twitter.com/search?q=%23acrobat
    --=----=----=----=----=----=----=----=----=----=----=----=----=----=--
    PCmag.com Editors' Choice logo is a trademark of Ziff Davis, Inc.
    Used under license.
    Adobe, the Adobe logo, the Adobe PDF logo, and Acrobat are either
    registered trademarks or trademarks of Adobe Systems Incorporated in
    the United States and/or other countries. All other trademarks are the
    property of their respective owners.
    (C) 2013 Adobe Systems Incorporated. All rights reserved.
    This is an advertising message from Adobe Systems Pty Ltd, its
    affiliates and agents ("Adobe"), Tower 2, Level 27, 201 Sussex Street Sydney,
    New South Wales, 2000, Australia.
    If you'd prefer not to receive email like this from Adobe in the
    future, please click here to unsubscribe. Alternatively, you may
    mail your unsubscribe request to:
    >> http://click.mail.adobesystems.com/?qs=1fdac03698836d3f1ad59e785d5dc693562fd9325ddedc06b18 2523889dab970e16f0296df7a4a18
    UNSUBSCRIBE
    >> http://click.mail.adobesystems.com/?qs=1fdac03698836d3f1ad59e785d5dc693562fd9325ddedc06b18 2523889dab970e16f0296df7a4a18
    Adobe Systems Pty Ltd
    Tower 2, Level 27, 201 Sussex Street
    Sydney, New South Wales,
    2000,
    Australia
    Attn:
    Field Marketing Department
    Your privacy is important to us. Please review Adobe's online Privacy
    Policy by clicking www.adobe.com/au/privacy.html (Australia)
    >>http://www.adobe.com/au/privacy.html
    www.adobe.com/nz/privacy.html (New Zealand)
    >>http://www.adobe.com/nz/privacy.html
    For customer service issues please visit our web site at
    www.adobe.com/go/supportportal or call (AUS) 1 800 614 863 or (NZ) 0
    800 485 948 for more information.
    >>http://www.adobe.com/go/supportportal
    General enquiries about Adobe
    communications:[email protected]
    >>mailto:[email protected]
    If you have a complaint, send it to:[email protected]
    >>mailto:[email protected]
    This email has been sent to [email protected]
    Message was edited by: OQOroger to indicate Adobe uses invalid addresses to customers who have already purchased the subject product

    You can refer to :
    Acrobat Learn & Support
    Installing, uninstalling Acrobat X | Mac OS
    Adobe Acrobat X Pro * Activation and registration
    http://www.adobe.com/content/dam/Adobe/en/accessibility/products/acrobat/pdfs/acrobat-xi-p ro-accessibility-best-practice…
    They are useful resources.
    Regards
    Rajshree

  • I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    I transfered music from my ipod to a new itunes library (new PC).  The music plays in itunes but when I sync my ipod and try to drag songs from the itunes library to the ipod it wont load.  It shows a circle with aline through it.

    Have you selected manually manage music?

  • I receive an error stating user name and password are not valid on my ipad and iphone 3Gs when attempting to load email from my icloud account. When I log onto icloud from my Mac, it wont load the email either.

    One day, my ipad and iphone pick up my emails (.mac account) from icloud just fine. the next day, I recieved error messages that say my user name and password are not accurate. I removed the icloud program on both devices and added it back on to both devices and get the same message. I logged into icloud from my Mac and while I can log in, it times out when I select email and wont load the email there either. Any Suggestons?

    I am having the same problem; it started about 24-36 hours ago.
    I know my ID/PW combo are correct because I can access all other aspects of iCloud except mail.
    iPhone -- returns incorrect ID / Password
    iPad -- Same
    Mail.app on Mac -- returns incorrect password error
    icloud.com -- allows me to log in and use all functions accept mail.  When I try to use mail it stays on a white screen for about 60 seconds then returns a dialogue box that indicates a server error.
    I contacted Apple and they placed my iCloud account into something called "Troubleshooting" mode.  They generated a new strong password and sent it on to "Engineering."
    I suspect there are a small number ofo users like you who are affected with the same problem I am.  Too small a number for it to be reported as an outtage.  I suggest you call Apple and open a case to have your mail investigaged.
    Hope this helps...

  • My firefox wont load any page. Says it cant find the server of any of them. I can view the same pages in safari. I just updated to 3.6.7 and now having this problem. What is happening?

    My firefox wont load any page. Says it cant find the server of any of them. I can view the same pages in safari. I just updated to 3.6.7 and now having this problem. What is happening?
    == This happened ==
    Every time Firefox opened
    == Today ==
    == User Agent ==
    Mozilla/5.0 (Windows; U; Windows NT 6.0; en-US) AppleWebKit/533.16 (KHTML, like Gecko) Version/5.0 Safari/533.16

    Read this somewhere else: Can't find it again so can't reference - apols.
    fixed by entering
    about:config into the nav bar
    toggle dom.storage.enabled to 'true'
    worked for me - but don't know what it does or why :)

  • Hi, i have an imac which i bought second hand but but the itunes store wont load up nor will me songs ect sync with the itunes on this comp? i have had no issues with this on previous laptops.... any more of this and i may move to samsung! please help!

    hi, i have an imac which i bought second hand but but the itunes store wont load up nor will me songs ect sync with the itunes on this comp? i have had no issues with this on previous laptops.... any more of this and i may move to samsung! please help!

    kaylsk1 wrote:
    udated and its on 10.6.8 yet still no change
    Your signature in 1st post was 10.8.2.
    You went backwards?
    Did you reformat and reinstall when you first purchased it?
    If not I HIGHLY recommend you do that before you do anything else.

Maybe you are looking for

  • Just loaded iTunes data into iTunes in Lion. Getting message "iTunes will no longer sync Photos..." ..."

    Just transferred my iTunes data from Snow Leopard to Lion ( Both same version of iTunes} and I am getting a message saying the iTunes will no longer sync Photos to my iPhone.  Has something been changed as far as photo syncing?

  • External hard drives and MacBook

    Sorry, I don't know if this is posted in the right section. I have a MacBook connected with an external hard drive. I'm not sure what it takes for an external hard drive to crash, but I unplug it until I need to pull something from it or backup files

  • How do I Sync all my Yahoo folders with MAIL?

    I have managed to set up my Mail program on my Mac so that I can send and receive messages with my Yahoo account. On the initial synch it managed to download all of my inbox messages but no other messages that I have filed in separate folders. Also a

  • Can I use UI-API connected company with DI-API business objects?

    Hi. I have to make some inventory transactions, by using DI-API business object Documents: SAPbobsCOM.Documents vInventoryGenEntry; vInventoryGenEntry = (SAPbobsCOM.Documents) oCompany.GetBusinessObject(BoObjectTypes.oInventoryGenEntry); But, the Com

  • BW content in Portals

    Hi All, I have read various posts concerned with this topic and i am a bit confused actually. Please Help. My issue is that i have a Portal Server and a Seperate BW Server. Until now, we have not dealt with any requirement concerned with pulling of d