A Bit Complicated...

Ok, here's the deal. The power went out today and I went to iTunes and the Library was there but no other playlists. I've used iPodRip so many times that it's expired and I can't use it anymore. I dont have my iPod playlist, and I plugged my iPod in to use iPodRip and all my songs got deleted. I also have no LimeWire playlist. Is there any other program i can use for a Mac OS X 10.4.5 that will recover my playlists? Any help would be greatly appreciated. Thank you!
  Mac OS X (10.4.5)  

Why are you deleting the playlists form iTunes?
Leave them on there and you can sync them anytime you want you the iPod.
Since you find the software useful and actually use it, pay the small fee.

Similar Messages

  • Stolen iPad (bit complicated)

    Dear Y'all,
    Like the title said, it's a bit complicated situation I'm in now..recently my iPad got stolen, and I managed to track it back to the last location the culprit was. However the culprit immediately shut off the device so I couldn't track it further. I try the Police, but they ask me for proof of ownership..and here is the my situation...:
    I bought the iPad from my friend who had his iPad replaced due to product defect. He got a receipt that concisted all the new information regarding the replacement iPad from Apple authorized reseller. The thing is, I lost the receipt...I only have its box that doesn't match with the iPad serial number nor IMEI because it has been replaced... However, months before the event, I registered my device to "Find my iPhone" app... to process my case, the Police needs my serial number and IMEI, and my question is: "Is there possible to retrieve the iPad information from iCLoud?" because I tried and there was not much information you could access into your each device..
    Thanks

    These links may be helpful.
    How to Track and Report Stolen iPad
    http://www.ipadastic.com/tutorials/how-to-track-and-report-stolen-ipad
    Reporting a lost or stolen Apple product
    http://support.apple.com/kb/ht2526
    Report Stolen iPad Tips and iPad Theft Prevention
    http://www.stolen-property.com/report-stolen-ipad.php
    How to recover a lost or stolen iPad
    http://ipadhelp.com/ipad-help/how-to-recover-a-lost-or-stolen-ipad/
    How to Find a Stolen iPad
    http://www.ehow.com/how_7586429_stolen-ipad.html
    Apple Product Lost or Stolen
    http://sites.google.com/site/appleclubfhs/support/advice-and-articles/lost-or-st olen
    Oops! iForgot My New iPad On the Plane; Now What?
    http://online.wsj.com/article/SB10001424052702303459004577362194012634000.html
    If you don't know your lost/stolen iPad's serial number, use the instructions below. The S/N is also on the iPad's box.
    How to Find Your iPad Serial Number
    http://www.ipadastic.com/tutorials/how-to-find-your-ipad-serial-number
     Cheers, Tom

  • Embedded fonts dissapear (a bit complicated, read on...)

    This is the actual case:
    There is an SWF which contains just a font to be used by many other SWFs, it is here:
    ./SharedRessources/ComicFont.swf
    Then there is one SWF which imports this font for runtime use:
    ./Selector/Selector.swf
    And another one which also imports this font for runtime use:
    ./Menu/Menu.swf
    They both import the font "for runtime use" and this, relative path: "../SharedRessources/ComicFont.swf".
    This works for both Selector.swf and Menu.swf quite well. The font is displayed correctly.
    BUT now there is this one:
    ./Everything/Everything.swf
    This one loads Selector.swf and Menu.swf BOTH. The result is: The embedded font dissapears!
    The funny thing: If I only load ONE of them, the font is visible.
    So: Having 2 SWFs loaded simultaneously which make use of a font which is "shared for runtime use" destroys it for both.
    Anyone encountered this problem yet? Any simple workarounds? The not-so-simple workaround would be to do it all directly via Actionscript and letting the Container hold all the ressources. But this would just be very comfortable.
    OR could this even be filed as a bug?

    After fiddeling around with the code, I actually found a solution:
    The Font is embedded as a class, "ComicFont". So using the Loader class the usual way to load more than one module that uses this Font will cause the ComicFont class to be overwritten (and thus lost to the module loaded before)
    I ran a test like this for every module loaded:
    for each (li:LoaderInfo in loaderInfos) { // for simplicity: Imagine I have all LoaderInfos of all loaded submodules here
      trace ("Has class ComicFont? "+li.hasDefinition('ComicFont'));
    Doing it the nomal, lazy way, this would output:
    Has class ComicFont? false
    Has class ComicFont? false
    Has class ComicFont? false
    Has class ComicFont? true
    So it seems just the last module actually contained the ComicFont class. No wonder the font disappeared for all the other modules.
    The "trick" was to set the applicationDomain inside the Loader:
    var ld:Loader = new Loader();
    var context:LoaderContext = new LoaderContext();
    context.applicationDomain = ApplicationDomain.currentDomain;
    ld.load(new URLRequest(swfName), context);
    Now the fonts appear in every module and the output of the loop above is:
    Has class ComicFont? true
    Has class ComicFont? true
    Has class ComicFont? true
    Has class ComicFont? true
    I hope this could help someone...

  • AS3 button = 2 functions a bit complicated

    I have swing_mc on the main timeline of an .swf
    I need to have swing _mc do two things
    1. on rollover to play
    2. on click to gotoAndStop ("framename") main timeline
    I have an invisible button INSIDE swing_mc on the top layer, this is because the mc is supposed to swing back and forth so the inv btn must be on top of the mc to follow the motion path.
    if there is a solution this way that would be fine, if not I was just thinking:
    the mc is a picture swinging from side to side, if I put an invisible button on the main timeline over most of the area the button swings over and covers I think that would work, but then I would have to target the swing_mc timeline for it to play correct?
    How and which way do I code this?
    Thx!

    For the first function you should only need...
    function swingBtnRoll(event:MouseEvent):void{
        swing_mc.play ;
    The parent reference could be a problem since there is none except maybe the Stage.
    And for the second function, you need to place the frame argument in parentheses
    function swingBtnClick(event:MouseEvent):void{
        gotoAndStop("swing") ;
    You mention something about a button, so I don't know if you want to assign the event listteners to the swing_mc or the button you mention.

  • A little bit complicated

    I have a canvas with 4 different blocks on it; when a new record
    is created for the hole canvas, I create new records for the
    first 2 blocks and assign an id to them;
    my problem is now that my cancel-button doesn't work; the block
    status is always new (because of the id) and I can't navigate to
    another block, until I supplie all the not-null items with an
    value, but it should be possible to cancel
    maybe anybody understands what I mean and can help me, thx in
    advance
    null

    Yes this is correct. The only thing you now have to worry
    about is your Pre and Post triggers associated in the Form. If
    you find that something should theoretically work, but doesn't.
    Make sure you take a look at the validation unit.
    ie: Pre and Post Triggers do not fire when your validation unit
    is greater than the item in question.
    From my experience I have found that Oracle does lots of things
    behind the scene that the developer is unaware of. So be very
    careful in making a change like the validation unit.
    Rashmi Rungta (guest) wrote:
    : Hi,
    : Try setting Validation Unit property under Database node (Form
    : level property) to Form
    : Regards
    : Rashmi
    : Michaela (guest) wrote:
    : : I have a canvas with 4 different blocks on it; when a new
    : record
    : : is created for the hole canvas, I create new records for the
    : : first 2 blocks and assign an id to them;
    : : my problem is now that my cancel-button doesn't work; the
    block
    : : status is always new (because of the id) and I can't navigate
    : to
    : : another block, until I supplie all the not-null items with an
    : : value, but it should be possible to cancel
    : : maybe anybody understands what I mean and can help me, thx in
    : : advance
    null

  • A bit complicated mesh topology

    Hi all!
    I am trying to deploy a indoor mesh with LAP1262N APs and WLC 5500.
    With a simple topology like this,
    WLC ----- SWITCH ----- RAP ))) ((( MAP
    clients can connect with all APs, but...
    I want to connect another AP (I don't know if RAP or MAP) with the previous MAP via ethernet port, like this
    WLC ----- SWITCH ----- RAP ))) ((( MAP -----PowerLineCommunication ---- RAPorMAP
    Is not possible go to the switch wired from the last AP and is not possible connect the  last AP via radio.
    Well, in this scenario I can access and manage the last AP (RAPorMAP into schema) with WLC, but clients can't connect with the last AP.
    Somebody know if it's possible use this topology? and, How I configure it?
    Thanks in advance.

    Why are you deleting the playlists form iTunes?
    Leave them on there and you can sync them anytime you want you the iPod.
    Since you find the software useful and actually use it, pay the small fee.

  • It's a wee bit complicated.

    Hi,
    My computer won't start normally nor in safemode.
    i want to do an "erase and install" but i need to do a back up for some files.
    i have an ipod with windows formating.
    how can i copy the entire contents of my hardrive to my ipod with the command line?

    Hello Eric,
    Thank you for your reply, what i mean by normally is when i just press the power button. It stays on the grey screen with a apple logo for approx. 10 min then goes black for a minute then goes blue and stays there, the harddisk starts spinning but nothing happens, same happens for safemode.
    Single user mode works (command+s after boot tone)
    It boots from the dvd and i did a repair permissions and repair disk several times untill no problems come up.
    I did an archive and install untill I ran out of hard drive space.
    I dont have access to another macintosh, so i cant use firewire target disk mode.
    My final resort is to backup data from hard drive to ipod (after i format it cus its full) then do an erase and install on my powerbook.
    if you have any alternatives or suggestions please do, i am desperate.
    thank you.

  • A bit confused by the concept....

    I just purchased Aperture to replace my very simple editing software supplied with my Canon DSLR. It works great for that purpose, however, I would like to become accustomed to the whole 'organization' aspect of Aperture as well.
    I currently have many files in 'my pictures' folder. I imported every one into aperture, so right now, Aperture simply looks like 'my pictures' folder. Are these forever saved into my Aperture library? Can I now delete all of the files in 'my pictures' folder? Once I get everything organized I do plan on backing up my Aperture library somehow, but I just want to make sure everything will still work properly when I do delete the files...
    Thanks for your help, pardon my new-b questions.

    slapshot36227 wrote:
    They were taken away in step #4, and then came back in step #5. When I go to photos, they're all there.
    Good, this is what I expected.
    In step #4, you were telling the smart album filter to show only images that are 'Referenced'. This means to show all images that are not physically inside the Aperture library package, but that Aperture is linked to. The fact that none are showing = no Referenced images are currently used in the library.
    In step #5, you were telling the smart album filter to show only images that are Managed. This means to show all images that are physically inside the Aperture library package. If this shows all your images, then you are good to go.
    Note - it is obviously up to you to identify whether any images you want are not included.
    When you select the 'Photos' icon in the Library Inspector (without any search criteria in the search box in upper right corner of the browser); you are telling Aperture to show you all images (both Referenced and Managed) that exist in the Aperture Library database.
    Again, based on the fact that step #4 did not show any images and #5 showed your images; I agree that you should be good to remove the images from the Pictures folder. Note - it would not be a bad idea to copy those images to an external drive (at least temporarily, and if you have one) for insurance as you learn Aperture.
    When I imported them I simply clicked import, and then the file. It seems to me that they're all saved but I just want to make sure before I delete.
    Indeed, by default - Aperture uses a Managed library where all your images are copied into the library package. This allows for easy management by Aperture and allows you to use either the 'Vault' system for backup, or you can just copy the Aperture Library to another drive to backup as well.
    One thing to remember about Aperture's organization is that a 'Project' (brown box icon) is the only thing that actually holds images within the Library Inspector.
    For example, if you create a Project and import a number of images (say from a vacation), you could create albums within the project for each day of the vacation. At this point, you could select an individual album to view one day's activities, but if you select the Project - you would see all the images from all days.
    Blue folders can be used to organize Projects, albums and smart albums, but the Projects are the actual containers for the images - not the folders.
    It may seem a bit complicated at first, but once you start to use the system it becomes both easier and logical.

  • How to open a popup win within a PDF file (c:\test.pdf) as Column Link

    I have a interactive report based on a Table (EMP). I need to create a column link that opens a pdf file within the employee curricula
    All the curriculum are stored in a windows folder, and in the EMP table there is a field named PATH containing the full path name.
    Thxs,
    Giuseppe.

    Hello, Sebastian
    I've tested your suggestion and in effect it works.
    I think is good solution if the files are readonly (pdf, images, etc).
    In my case the files are updatable by the end user.
    Consider that I'm using the following configuration:
    APEX 4.0, DB 11.2.0.1 and EPG
    This means that:
    a. All the files need to be loaded in the XML_DB via PL/SQL or via WebDAV (let's say in... /i/mydocs)
    b. When the end user opens the file via the "Column link" this is read-only in the browser, to modify it, the end user need to save updated version in (/i/mydocs), replacing the existing ones, .. and this is a bit complicated .
    Any other suggestion will be appreciate.
    Regards,
    Giuseppe.

  • Solaris: OC4J: 9.0.2.0.0 or 9.0.3.0.0

    I'm a bit puzzled as to versioning of oc4j running applications created with Jdeveloper RC2 / BI Beans RC2 .
    I downloaded a file called oc4j_extended.zip (of 25. March).
    I would have thought this to be the latest distro of oc4j.
    When I invoke the oc4j.jar, I receive a message like this:
    "Oracle9iAS (9.0.2.0.0) Containers for J2EE initialized"
    I see other people are running version 9.0.3.0.0, and most Jdeveloper references are for this version as well.
    Is there a later version (for Solaris) that I need to download/install?
    If so, where can it be found?
    Or am I fine running with the one I have?
    (Reason for asking is that I am running into problems that could possibly be related to versioning.)
    Jens

    Thanks for quick response, I am located in Norway, 6 hours in front of the US, so days can easily be "wasted" waiting for you guys. Maybe we'll manage to squeeze in 2 answers today ;-)
    Here are the answers to your question:
    myhost% java -version -jar oc4j.jar
    java version "1.3.1_01"
    Java(TM) 2 Runtime Environment, Standard Edition (build 1.3.1_01)
    Java HotSpot(TM) Client VM (build 1.3.1_01, mixed mode)
    myhost% java -jar oc4j.jar -version
    Oracle9iAS (9.0.2.0.0) Containers for J2EE
    myhost% java -jar ./oc4j.jar -version
    Oracle9iAS (9.0.2.0.0) Containers for J2EE
    This is a bit complicated, but here's a quick resume of what I did:
    * Install Oracle 9.0.1.0.0, including the http-server.
    * Patch to 9.0.1.2.0
    * download oc4j_extended, unzip to a new $ORACLE_HOME/oc4j
    * Source the following file:
    myhost% more java131.sh
    setenv PATH /usr/j2se/bin:/u01/app/oracle/product/901/bin:/bin:/usr/bin:/usr/cc
    /bin:/etc:/opt/bin:/usr/ucb:.:/usr/openwin/bin:/usr/openwin/lib
    setenv CLASS_PATH /usr/j2se/lib:/u01/app/oracle/jre/1.1.8/lib:/u01/app/oracle/p
    oduct/901/jlib:/u01/app/oracle/product/901/wmt/jlib
    setenv CLASSPATH /usr/j2se/lib:/u01/app/oracle/jre/1.1.8/lib:/u01/app/oracle/pr
    duct/901/jlib:/u01/app/oracle/product/901/wmt/jlib
    alias java="/usr/j2se/bin/java"
    myhost%
    * Check that the right java verson is running:
    myhost% which java
    /usr/j2se/bin/java
    myhost%
    * start the oc4j server with :
    java -Xmx256m -Dorg.omg.CORBA.ORBClass=com.inprise.vbroker.orb.ORB -Dorg.omg.COR
    BA.ORBSingletonClass=com.inprise.vbroker.orb.ORB -jar oc4j.jar
    And it reports back v. 9.0.2.0.0
    So what am I doing wrong?
    Any input will be appreciated.
    Jens

  • Can we show comments in adhoc query?

    Hello All,
           Can we put comments in Adhoc query?
           I have a comment icon in infotype 9903.
           I need to fetch that particular comments and show in a query output. It is not a field.
           Can we do this? If yes, then please let me know how?
    Cheers,
    Darshna.

    I did it sometime back. A bit complicated process.
    Create an infoobject, manually enter the values "keyfig1" and "keyfig2".
    Include this infoobject in the filters and restrict it using a "ready for input" variable.
    Now create two formula variables.
    Write a customer exit such that when you select "keyfig1", first formula variable's value should be set to 1 and other one's to 0.
    Then in the query create two calculated key figures, multiply both with the formula variable. Also supress column (all active value == 0).
    Then it will show the key figure which you have selected.
    Pravender

  • About Glassfish Project

    Hi,
    ich want to learn WS in Java. I've looked at Glassfish Project. Since a few days i try to understand all the things but its a little bit complicated. Can somebody answer me a few question.
    - Glassfisch Project ist only the application server?
    - Does Glassfish contiain all the libraries that i need to implement WS? So i mean JAXB, JAX-WS ... or do i need to install this libraries separately?
    - What exactly do metro? Contain metro package all the libraries needed to implement WS? Or ist Metro only to realize securiyt, transaction ...?
    I read the Java EE 5 (Web Services) Tutorial .. but it doesnt work.
    I've installed the following components.
    - Glassfish v2ur2 (127.1.0.0:8080 works)
    - then i've installed metro like on https://metro.dev.java.net/1.2/docs/install.html
    then i run the example "modify-marshal". I run "ant runapp" but get the error: ...\build.xml:14: taskdef class com.sun.tools.xjc.XJCTask cannot be found
    why do i get this error. Do i need othe libraries? JAXB? or it is in the metro-Package?
    Thank you for your help
    javas80

    Hello,
    I am also newcomer but maybe I can try to answer some of your question:
    - Glassfisch Project ist only the application server?
    No, there are more:
    http://en.wikipedia.org/wiki/Comparison_of_application_servers
    - Does Glassfish contiain all the libraries that i need to implement WS? So i mean JAXB, JAX-WS ... or do i need to install this libraries separately?
    I have installed only Glassfish.
    - What exactly do metro? Contain metro package all the libraries needed to implement WS? Or ist Metro only to realize securiyt, transaction ...?
    http://en.wikipedia.org/wiki/Glassfish_Metro
    https://metro.dev.java.net/discover/
    I read the Java EE 5 (Web Services) Tutorial .. but it doesnt work.
    To run Java EE 5 Web Services examples you can download them as a Java EE Tutorial Bundle:
    http://java.sun.com/javaee/5/docs/tutorial/doc/gexaj.html#gexba
    http://java.sun.com/javaee/5/docs/tutorial/information/download.html
    Well but to run the examples you have to configure some files within the Bundle, usually xml files.
    If you want to learn WS maybe this article can help you.
    It helped me very well.
    http://java.sun.com/developer/EJTechTips/2005/tt1220.html#1
    Regards,
    Miro

  • Plug in second eBook reader, can't read library book on PC

    I'm not quite sure how flexible overdrive Library loans using ADE are meant to be, so maybe I'm trying to do something I shouldn't, but the behaviour is very odd.
    I have been using my local library and reading loaned books on a Bookeen Opus; using ADE as a necessary intermediary.
    This has worked fine (apart from an ADE irritation mentioned in another post, but that is pretty much a side-effect).
    I can read the books on the PC if I want to (which I generally don't), and on the eBook reader.
    My wife recently got a second reader (Sony PRS-350) which we have registered with the same Adobe id.
    I have transferred a bought DRM book to it and that worked fine, we can read it on PC or either reader.
    However, I am getting very odd effects with library books. 
    I've transferred books from her library account and mine onto the PC, and on to the first reader.
    No problems, all behaved as before.
    BUT ... when I plug the new reader into the computer, ADE gets upset and refuses to go near any of the library books.
    When I try to copy a library book to the reader, I get a message 'CE_COPY_NOT_ALLOWED - No permission to copy the book.'
    And when I try to read one on the PC with the new reader plugged in, I get 'Unable to open ... No record for this loan is found on this machine.'
    Unplug the new reader and I can read the book on the PC; but obviously can't copy it.
    Is this a feature of ADE and Adobe DRM rules on library books, or a bug in ADE, or a problem specifically with the Sony, or ...???
    Googling gave me various people with 'No record for this loan is found on this machine' issues, but they all seemed different.
    I guess I could install ADE on another machine with another adobeId for my wife, and register her reader with that id, but that seems a bit complicated. And not possible for lots of people who don't have a second PC.
    Can anyone suggest a way around it?

    Transferred from another thread to keep discussion together.
    You should not make generalizations based on your experiences with
    DRM-protected library ebooks that don't allow copying and then say ADE
    won't copy ebooks to a PRS-350.  That's not true.  I have a PRS-350 and I
    am able to transfer ebooks to it via ADE.  The difference is DRM
    protection, which you've overlooked in your previous postings.  THAT is
    preventing your copying an ebook via ADE to any ereader.
    I didn't say ADE wouldn't copy DRM-protected books, I said that it wouldn't copy DRM protected library books.
    As I had mentioned in previous postings, it will transfer other DRM protected books with precisely the same copy protection information (except for the time expiry on the library books).
    I should have been more precise: ADE 2.0.67532 won't copy Overdrive library books borrowed from Hampshire County Library to my Sony PRS-350 on my machine with Sony Reader 2.0.01.11080 installed.  Others have similar issues. As Triantiwontigongolope20notes above, My Sony ereader worked fine with the old version of ADE but the new version is causing all sorts of problems.  Or see Kovar's issues at http://forums.adobe.com/thread/1079584?tstart=0
    If you have sucessfully transferred DRM Overdrive books to your PRS-350 using ADE, can you please let us know the version level of ADE and Sony Reader (it's probably the underlying driver software which it installs that matters) you have installed?  That might help us narrow down the bug that undoubtably exists.

  • The Adobe Flash plugin keeps crashing on Firefox 12.0

    The Adobe Flash plugin keeps crashing on Firefox 12.0, and my Plugin Check link in Addons Manager directs to https://www.mozilla.com/en/404 .
    Is this a hack attempt? Is Firefox 3.6 safer than the release channel?

    Thankss, but it sounds a bit complicated for me. Maybe I can just reinstall FF?
    ~And would switching back to FF 3.6 (or whatever the latest Official release is), rather than being on the new Release Channel be safer than FF 12?

  • IPod Touch syncing to another library

    This question involves 3 iPod touches and 1 computer! I am asking this question for my parents who are not that iTunes savy as of yet.
    They both have iPod touches that were once synced to their computer. My nephew came over and hooked his iPod up to their computer a while back and now at the top it will say (my nephews name's iPod) even though his iPod is not plugged in. How can they get his name off of there? When my stepmom plugs her ipod up, she wants to see her name same as my dad. When I opened iTunes and clicked on Preferences then Devices, I see BOTH my stepmoms and Dad's iPods listed. My nephews is not listed but that same computer was used to get his iPod up and running at one point.
    My folks are scared they will lose all their music if they hook up their iPod's then click the wrong thing.
    Secondly when they (my parents) plug their ipods up to the computer its says their iPods are synced to another library. It gives them an option of Erase and Sync or Transfer Store Purchases. All the songs in the current library on the screen is songs my parents both added to their library. This is the CORRECT library according to them. For now, I just had them click cancel.
    So my stepmom said at one point she could sign in with her login and sync her iPod and then my Dad could sync his iPod under her login name. They said he didn't have to log her out then log back in with his user email address. Could this be a problem?
    Now if they each signed in with their own user and password, can they have their own separate playlists and libraries even though its on the SAME computer?
    Would Erase and Sync be the best option? I recently had to use Senuti for Mac for my own iPod for a similar issue but I think that might be a bit complicated for them to learn if I suggested that option LOL!
    Im trying to make this as painless as possible for them so they can get back to downloading music and apps. Even though its saying their iPods are syncing to another library, all the music on the screen MATCHES everything that is currently on their iPod's now. This is why I was pushing more for them to do an Erase and Sync.
    What are your thoughts?
    Thanks!!

    Recover media from iPod
    See this post from forum regular Zevoneer for options on moving your iPod data back to your computer.
    tt2

Maybe you are looking for

  • List of activities before closing a plant permanently- Urgent please

    <b></b>Dear MM Gurus i require your expert help in suggesting me a detailed action plan, here is my issue we are going to c<b>lose our plant </b>in 1 month and i would like to know w<b>hat are all the list of action points that we need to take care o

  • What's the best way to convert between pixels and device-independent units?

    WHAT I HAVE: Visual Basic 2010, .NET 4.0, WinForms WHAT I NEED: I need a way to convert back and forth between device-dependent units (i.e., pixels) and device-independent units (i.e., inches, centimeters, points). The VB6Compatibility namespace has

  • CFL multiple selection

    Hi All I have designed a form in screen painter. which contains a textbox and a matrix. I have assigned a CFL for the textbox that is from User Defined Table.(U_empid) multiple select = true If I select the employee ID, the details about the employee

  • Field Exit in MIRO

    Hi,   I want to put a field exit in MIRO transaction. The very objective is the system should not allow the user to enter values more than 10% of tot amt in "Amt. in Doc. Currency" field of G/L Account TAB.Which FIELD EXIT may be used??

  • Importing flv into CS6 issues

    I brought this up durring the pre-release but still can't seem to get any resolution to the fact that perfectly valid flv files that play just fine accross multiple other software, give a "file haas nsupported compression type" error when trying to i