[svn:osmf:] 10104: Integrate VAST code into the new VAST library project.

Revision: 10104
Author:   [email protected]
Date:     2009-09-09 16:55:16 -0700 (Wed, 09 Sep 2009)
Log Message:
Integrate VAST code into the new VAST library project.
Modified Paths:
    osmf/branches/briggs-prototype/libs/VAST/.flexLibProperties
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/VASTMediaGenerato r.as
    osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/dom/MASTDocume ntProcessor.as
    osmf/branches/briggs-prototype/plugins/MASTPlugin/org/openvideoplayer/mast/media/MASTLoad er.as
Added Paths:
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoadedContex t.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/loader/VASTLoader.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/DefaultVASTMediaF ileResolver.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/media/IVASTMediaFileRes olver.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAd.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdBase.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdInline.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTAdWrapper.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTCompanionAd.a s
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTMediaFile.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTNonLinearAd.a s
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTTrackingEvent .as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTUrl.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideo.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/model/VASTVideoClick.as
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/
    osmf/branches/briggs-prototype/libs/VAST/org/openvideoplayer/vast/parser/VASTParser.as

bringrags wrote:
We do indeed recommend replacing the osmf.swc from a Flex 4 project if you're going to use OSMF in Flex 4, but you may (will?) run into issues if you attempt to use Flex's VideoPlayer within that project.  Note also that you'll need to replace osmf.swc for each individual project (or edit your flex-config.xml file to point to the updated SWC).
In terms of future plans, we are working closely with the Flex team to ensure that their next release ships with the latest OSMF version.  No ETA on that though.
I have followed the recommendations and removed the old version of swc and replaced it with the release version. And so far the video and audio players work fine without errors.
But looking at the flex-config.xml I see that it still points to the old version.
<!-- OSMF SWC -->
    <runtime-shared-library-path>
<path-element>libs/osmf.swc</path-element>
<rsl-url>http://fpdownload.adobe.com/pub/swz/flex/4.0.0.14159/osmf_flex.4.0.0.13495.swz</rsl-url>
<policy-file-url>http://fpdownload.adobe.com/pub/swz/crossdomain.xml</policy-file-url>
<rsl-url>osmf_flex.4.0.0.13495.swz</rsl-url>
<policy-file-url></policy-file-url>
</runtime-shared-library-path>
Could you elaborate a little bit more on editing this part of flex-config.xml?
Thanks,
FTQuest

Similar Messages

  • [svn:osmf:] 14409: First check-in of the new syndication library.

    Revision: 14409
    Revision: 14409
    Author:   [email protected]
    Date:     2010-02-24 17:35:21 -0800 (Wed, 24 Feb 2010)
    Log Message:
    First check-in of the new syndication library.  Still under construction.
    Added Paths:
        osmf/trunk/libs/Syndication/
        osmf/trunk/libs/Syndication/.actionScriptProperties
        osmf/trunk/libs/Syndication/.flexLibProperties
        osmf/trunk/libs/Syndication/.project
        osmf/trunk/libs/Syndication/org/
        osmf/trunk/libs/Syndication/org/osmf/
        osmf/trunk/libs/Syndication/org/osmf/syndication/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoadTrait.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoader.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/DefaultMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/IMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/MediaGenerator.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Enclosure.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Entry.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Feed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/AtomFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/FeedExtension.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExplicitTy pe.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesOwner.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCommunity. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSContent.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCopyright. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCredit.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSDescriptio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSElementBas e.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExpression Type.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSGroup.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHash.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHashType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSLicense.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSMediumType .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPeerLink.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPlayer.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPrice.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRating.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio nType.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSScene.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSStatus.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSSubtitle.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSText.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextBase.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSThumbnail. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTitle.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCategory.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCloud.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSImage.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSItem.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSLanguageCodes.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSSource.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/AtomParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParserBase.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/RSS20Parser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/FeedExtensionParser.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/ITunesExtensionParser .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/MediaRSSExtensionPars er.as

    Revision: 14409
    Revision: 14409
    Author:   [email protected]
    Date:     2010-02-24 17:35:21 -0800 (Wed, 24 Feb 2010)
    Log Message:
    First check-in of the new syndication library.  Still under construction.
    Added Paths:
        osmf/trunk/libs/Syndication/
        osmf/trunk/libs/Syndication/.actionScriptProperties
        osmf/trunk/libs/Syndication/.flexLibProperties
        osmf/trunk/libs/Syndication/.project
        osmf/trunk/libs/Syndication/org/
        osmf/trunk/libs/Syndication/org/osmf/
        osmf/trunk/libs/Syndication/org/osmf/syndication/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoadTrait.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/loader/FeedLoader.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/DefaultMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/IMediaResolver.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/media/MediaGenerator.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Enclosure.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Entry.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/Feed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/atom/AtomFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/FeedExtension.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExplicitTy pe.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/itunes/ITunesOwner.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCategory.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCommunity. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSContent.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCopyright. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSCredit.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSDescriptio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSElementBas e.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExpression Type.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSExtension. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSGroup.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHash.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSHashType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSLicense.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSMediumType .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPeerLink.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPlayer.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSPrice.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRating.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio n.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSRestrictio nType.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSScene.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSStatus.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSSubtitle.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSText.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextBase.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTextType.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSThumbnail. as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/extensions/mrss/MediaRSSTitle.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCategory.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSCloud.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSFeed.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSImage.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSItem.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSLanguageCodes.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/model/rss20/RSSSource.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/AtomParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/FeedParserBase.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/RSS20Parser.as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/FeedExtensionParser.a s
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/ITunesExtensionParser .as
        osmf/trunk/libs/Syndication/org/osmf/syndication/parsers/extensions/MediaRSSExtensionPars er.as

  • I just changed the OS from Vista to Windows7.  I have a folder on the same computer with the old iTunes library.  I installed a new version of iTunes from scratch.  How do I move my music library, etc from that backed up folder into the new iTunes folder.

    I need help with moving my music library. 
    I recently upgraded the OS on my computer from Vista to Windows7.
    During the process it copied my iTunes library to a folder on this same computer (marked it Windows.old)
    Once the OS was done, I installed a new copy of iTunes on the Windows7 but it now has a blank library (folder)
    How do I move my music from its current folder location (on this same computer) into the new iTunes library folder ???
    There don't seem to be specific instructions on how to do this. 

    Skydiver119 wrote:
    My situation may be different from yours since all mu music is ripped from cd's not bought from iTunes, but I would think the premise is the same.
    Doesn't matter what is in your library.
    When I moved computers I literally dragged and dropped the music where I wanted it to be. THen when I opened iTunes I imported the files back into iTUnes
    This creates a new library with all the same items but you lose a lot of info: Ratings, comments, date added, custom EQ, playlists, etc.
    If you simply copy the entire /Music/iTunes/ folder, it is the exact same library, not a new library. No info is lost.

  • Please help - how do I import music from my ipod into a new itunes library?

    Hello
    I would very much appreciate it if someone could tell me how to get the music from my old ipod mini into the new itunes library on my new laptop.
    The mini was previously sync'd with my old PC which died so my files are only present on the ipod. Upon loading itunes, the software is only letting my sync the ipod providing I wipe it (obviously not desirable...)
    Thanks for any support, Andy

    Connect your iPod to your computer. When you get the message that it is linked to a different library and asking if you want to link to this one and replace all your songs etc, press "Cancel". Pressing "Erase and Sync" as you already know will irretrievably remove all the songs from your iPod. Your iPod should appear in the iTunes source list from where you can change the update setting to manual and use your iPod without the risk of accidentally erasing it. Also when using most of the utilities listed below your iPod needs to be enabled for disc use, changing to manual update will do this by default. Check the "manually manage music and videos" box in Summary then press the Apply button: Managing content manually on iPod
    Once you are safely connected there are a few things you can do to restore your iTunes from the iPod. If you have any iTunes Music Store purchases the transfer of purchased content from the iPod to authorised computers was introduced with iTunes 7. You'll find details in this article: Copying iTunes Store purchases from your iPod to a computer
    The transfer of content from other sources such as songs imported from CD is designed by default to be one way from iTunes to iPod. However there are a number of third party utilities that you can use to retrieve the music files and playlists from your iPod. You'll find that they have varying degrees of functionality and some will transfer movies, videos, photos, podcasts and games as well. Have a look at the web pages and documentation, this is just a small selection of what's available, they are generally quite straightforward. You can read reviews of some of them here: Wired News - Rescue Your Stranded Tunes
    TuneJack Windows Only
    iPod2PC Windows Only
    iGadget Windows Only
    iDump Windows Only
    SharePod Windows Only
    iRepo Mac and Windows
    iPodRip Mac & Windows
    YamiPod Mac and Windows
    Music Rescue Mac & Windows
    iPodCopy Mac and Windows
    There is also a manual method of accessing the iPod's hard drive and copying songs back to iTunes on Windows or a Mac. The procedure is a bit involved and won't recover playlists but if you're interested it's available at this link: Two-way Street: Moving Music Off the iPod
    Whichever of these retrieval methods you choose, keep your iPod in manual mode until you have reloaded your iTunes and you are happy with your playlists etc then it will be safe to return it auto-sync. I would also advise that you get yourself an external hard drive and back your stuff up, relying on an iPod as your sole backup is not a good idea and external drives are comparatively inexpensive these days, you can get loads of storage for a reasonable outlay.

  • How can I drag multiple photos into a new iPhoto library from search box?

    I lost but found my list of photos that were in my iPhoto library. I am unable to drag more than one photo at a time from the search box into the new iPhoto library box. Am I doing something wrong or do I have to drag one at a time? (That would take hours.) Please help if you can!
    Thanks,
    Laure

    Roam,
    Thanks again. I know how to highlight and drag multiple photos or a list of files, but the only place I found my list was by going to Finder>File>Find then a dialogue box comes up. In the dialogue box I put in iPhoto and checked that then put in "kind" "is" "image" and "size" "is greater than" "30" KB. When I click search, the entire list from my library comes up but that is when I am unable to drag more than one file at a time. The box that comes up when I search isn't (at least I don't think it is) a "folder" as such. Any suggesttions?
    Laure

  • My laptop recently crashed and had to be restored back to it's original factory settings. I lost my entire iTunes library and have had to start from scratch again. Is it possible to load everything i currently have on my iphone4 into my new iTunes library

    When i connect my iphone to the new iTunes library it tells me that it's going to erase everything on my iphone and upload everything from the new iTunes library onto it. Is there a way to save everything on my phone into the new iTunes library?

    Thanks for all of your advice.
    I just downloaded a copy of TuneJack for the small price of $9.95.
    It retrieved all my music from my iphone and loaded it all straight into my iTunes library for me all at a click of a button and only took a few minutes.
    Problem solved I can stop stressing now!

  • Hey. I have received an iTunes gift card, so I was all excited, punching the code into the "redeem" option on iTunes on my iPad2; however, I kept on getting the alert, "This is not recognised as a valid code". It is very legible, though. How come?

    Hey. I have received an iTunes gift card, so I was all excited, punching the code into the "redeem" option on iTunes on my iPad2; however, I kept on getting the alert, "This is not recognised as a valid code". It is very legible, though. How come?

    The obvious answer I think is that maybe you are not entering the letters and numbers correctly. I almost never get it right the first time when I use a gift card.
    Try entering the code again - slowly and methodically. If it still doesn't work - look here for help.
    http://support.apple.com/kb/TS1292
    One final thought - if you are using a gift card that was purchased in another country - say like you have a Canada gift card and you live in the U.S. - that card will not work in the U.S. iTunes store.

  • I have Photoshop CS6, Windows 7, I have no entry at the accesscode. When i will write the code into the nummeric fields. I can write only numbers, but no letters. What can I do?

    I have Photoshop CS6, Windows 7, I have no entry at the accesscode. When i will write the code into the nummeric fields. I can write only numbers, but no letters. What can I do?

    If you are talking about the serial number, as far as I know serial numbers are entirely numeric so there is no need to enter letters.  Maybe you are using the incorrect code.
    To locate the serial number:
    http://helpx.adobe.com/x-productkb/global/find-serial-number.html

  • I hv lost my icon for iphoto on my Imac Mac OSX10.5.8.   I still hv my pics but can no longer creat albums and events.  If I upgrade to the latest Mountain Lion, will my pics go into the new iphoto?       I would like to update Mountain lion.Will

    I hv lost my icon for iphoto on my Imac Mac OSX10.5.8.   I still hv my pics but can no longer creat albums and events.  If I upgrade to the latest Mountain Lion, will my pics go into the new iphoto?

    From where did you lose the iPhoto icon? From the Dock? If so, then it's still in your Applications folder. Find it there then drag the icon back into the Dock. If it's no longer in Applications perhaps you've moved or renamed it. Use Spotlight to search for "iphoto."
    Upgrading to Mountain Lion will not affect your iPhoto Library unless you erase the hard drive first. Be sure you backup before any system upgrade.
    Upgrade Paths to Snow Leopard, Lion, and/or Mountain Lion
    You can upgrade to Mountain Lion from Lion or directly from Snow Leopard. Mountain Lion can be downloaded from the Mac App Store for $19.99. To access the App Store you must have Snow Leopard 10.6.6 or later installed.
    Upgrading to Snow Leopard
    You must purchase Snow Leopard through the Apple Store: Mac OS X 10.6 Snow Leopard - Apple Store (U.S.). The price is $19.99 plus tax. You will be sent physical media by mail after placing your order.
    After you install Snow Leopard you will have to download and install the Mac OS X 10.6.8 Update Combo v1.1 to update Snow Leopard to 10.6.8 and give you access to the App Store. Access to the App Store enables you to download Mountain Lion if your computer meets the requirements.
         Snow Leopard General Requirements
           1. Mac computer with an Intel processor
           2. 1GB of memory
           3. 5GB of available disk space
           4. DVD drive for installation
           5. Some features require a compatible Internet service provider;
               fees may apply.
           6. Some features require Apple’s MobileMe service; fees and
               terms apply.
    Upgrading to Lion
    If your computer does not meet the requirements to install Mountain Lion, it may still meet the requirements to install Lion.
    You can purchase Lion by contacting Customer Service: Contacting Apple for support and service - this includes international calling numbers. The cost is $19.99 (as it was before) plus tax.  It's a download. You will get an email containing a redemption code that you then use at the Mac App Store to download Lion. Save a copy of that installer to your Downloads folder because the installer deletes itself at the end of the installation.
         Lion System Requirements
           1. Mac computer with an Intel Core 2 Duo, Core i3, Core i5, Core i7,
               or Xeon processor
           2. 2GB of memory
           3. OS X v10.6.6 or later (v10.6.8 recommended)
           4. 7GB of available space
           5. Some features require an Apple ID; terms apply.
    Upgrading to Mountain Lion
    To upgrade to Mountain Lion you must have Snow Leopard 10.6.8 or Lion installed. Purchase and download Mountain Lion from the App Store. Sign in using your Apple ID. Mountain Lion is $19.99 plus tax. The file is quite large, over 4 GBs, so allow some time to download. It would be preferable to use Ethernet because it is nearly four times faster than wireless.
         OS X Mountain Lion - System Requirements
           Macs that can be upgraded to OS X Mountain Lion
             1. iMac (Mid 2007 or newer)
             2. MacBook (Late 2008 Aluminum, or Early 2009 or newer)
             3. MacBook Pro (Mid/Late 2007 or newer)
             4. MacBook Air (Late 2008 or newer)
             5. Mac mini (Early 2009 or newer)
             6. Mac Pro (Early 2008 or newer)
             7. Xserve (Early 2009)
         Are my applications compatible?
             See App Compatibility Table - RoaringApps.
         Am I eligible for the free upgrade?
             See Apple - Free OS X Mountain Lion upgrade Program.
         For a complete How-To introduction from Apple see Upgrade to OS X Mountain Lion.

  • How can I create a new behance account and migrate the content of the old behance account into the new one?

    I can't change the url of my old behance account so I need to start afresh with a new behance account... how can i migrate all content from the old url into the new one? thanks

    If you have a login questions - please contact Behance support directly. Behance is transitioning all logins to Adobe IDs this Spring 2014. If you signed up for Behance post April 10, 2014, your Behance login matches your Adobe ID exactly. If you signed up before this and are having trouble logging in, visit this section for more help, or contact Behance support. Please do not comment on this forum with login questions, as we're able to provide much faster, one-on-one support elsewhere.

  • I have two podcast folders. I can't delete and redownload the old ones because they are not available any more. How can I get them into the new folder?

    The problem of having 2 'Podcast' folders / menu items after adding a new podcast through clicking on a link in the browser has been addressed on the forums by instructing users to resubscribe to existing podcasts, which then appear in the new folder, and delete the old folder.  This will not work for me as most of the podcasts I listen to are BBC, which vanish from the web 7 days after they were first broadcast (about which much swearing, but that's unalterable).  Consequently I can't adopt this solution.
    I have resubscribed to the podcasts using the link in a browser method, so that they all appear and (in theory) will download new episodes again. However, this leaves the old episodes missing. What must I do to get the episodes downloaded from the old podcasts recognised as belonging to the new subscriptions?

    I found a very fast and easy solution: I selected all the podcasts in the first window, copied them using the command in the Menu>Edit (Command+C did not seem to work). I then pasted them into the new empty folder. All the podcasts already downloaded appeared. The only problem is that some podcasts did not remember which had been viewed or not, while did keep the information. I just had to re-subscribe to the ones I still wanted by clicking on button.
    For some reason, the previous Podcasts folder was only recogized as a list by iTunes, this showed up when I deleted the previous folder (contextual menu). I also had to re-select which ones I wanted synced with my iPad and iPhone.
    (I did make a backup of the Podcasts folder in the Finder, just in case, a bit like voodoo computing)

  • My iPod touch is synced to my old Mac and I have a new PC. Now when I plug my iPod into the new computer it will make the connection sound, but will not show up in my iTunes. I do not care to have the content copied over. Any suggestions?

    My iPod touch is synced to my old Mac and I have a new PC. Now when I plug my iPod into the new computer it will make the connection sound, but will not show up in my iTunes. I do not care to have the content copied over. Any suggestions?

    Start here:
    iPhone, iPad, or iPod touch: Device not recognized in iTunes for Windows

  • I have 2 laptops and both have itune liberies,how can I transfer the music from old laptop into the new one.this prevents me to sync. my music due to having 2 liberies,when this happens I cant get all the music I've downloaded

    I have 2 laptops and both have liberies,how can I transfer the music from my 1st account (laptop) into the newer one which I made a new account for.My Iclassic has music fro both liberies, but once I purchase a new song and try to sync, it into my iclassic it doesn't allow me todue to having both liberies.Can u plesae help

    See Recover your iTunes library from your iPod or iOS device.
    tt2

  • I got a new Macbook pro in March and transferred all of my old files into the new macbook from my old one. But ever since then, my iPhoto just does not open up. It says 'error' every time I try to open it, but I am still able to attach the iPhotos saved

    I got a new Macbook pro in March and transferred all of my old files into the new macbook from my old one. But ever since then, my iPhoto just does not open up. It says 'error' every time I try to open it, but I am still able to attach the iPhotos saved to emails. Help! How do I get my iPhoto back?

    Thanks, Sig.
    The old computer is a 2.6 Ghz Intel Core 2 Duo
    The new one is a 2.3 GHz intel core i7
    In going over this, thanks to "tallking it out" with you, I did discover the Text Edit problem.  Because I've still been unable to get the new computer text size (fonts or whatever) to match the old computer, I did not notice that the curser is now different--the line midway down the curser has to be placed on the line I am working upon, otherwise the edits go elsewhere on the page.  Now, with a bit of difficulty, I am able to get Text Edit to work correctly.
    If you have any ideas as to why my menu bar and Text Edit type are still so slow, I'd love to have them. 
    (I went through the process you suggested earlier, re my Trackpad preferences, and found no improvement.)

  • I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    I ended up having two id's, one being my original when first getting into itunes and the other came when I opened a me account.  I have purchases under the original id.  How do I merge the old account into the new account

    Sorry, but it is not possible to merge two Apple IDs/iTunes Store accounts.
    Regards.

Maybe you are looking for