Preloading a published captivate recording to flash AS2

Hi,
I have a video recording made in adobe captivate 4 and disabled the preloader on the publish preferences. The reason why I disabled this is because other people cannot see the preloader while the captivate movie is loading but the preloader displays when I view it online usign my computer (Do you have any idea on how I can fix this?). As an alternative/workaround I created a movieclip loader class and load the external captivate movie in flash. The preloader that I created works. However, the captivate movie plays at once even if the movieclip loader hasn't reached 100%. How can I prevent the captivate movie to play while the preloader isn't 100%? I also get an error on flash while simulating download in flash. The error says:
Branching::script:;;
deepak branching : scripteval:[object Object];
When I get that error, that is the time that the captivate movie plays. Below is my code in flash it is in AS2.
var linking:MovieClip = _root;
var level2 = linking.attachMovie("captivateHolder", "captivateHolder", this.getNextHighestDepth());
var loader:MovieClipLoader = new MovieClipLoader();
loader.loadClip("captivate/prequalified_contractors.swf", level2.captivateMovie);
var preload:Object = new Object();
loader.addListener(preload);
preload.onLoadStart = function(target){
  trace("Started Loading");
preload.onLoadProgress = function (target, loadedBytes, totalBytes){
  level2.captivatePreloader.text = Math.floor((loadedBytes/totalBytes)*100)+"%";
  level2.captivateMovie.rdcmndNextSlide = 0;
preload.onLoadComplete = function(target){
  level2.captivatePreloader.text = " ";
  level2.captivateMovie.rdcmndNextSlide = 1;
I tried to restrict the captivate movie from playing by putting rdcmndNextSlide = 0;
My question is, how can I restrict the captivate movie from playing while the event is still on the onLoadProgress and make it play once the preloader reaches 100%.
This is the first time that I used adobe captivate 4.
Thank you.
Regards,
Harry

You could pause the Captivate project when you start to preload it by using the Captivate system variables. Then when your file has been loaded 100% you could resume it again by using a different system variable.
You can see a list of the various system variables here: http://www.cpguru.com/2009/04/28/system-variables-in-captivate-4-%e2%80%93-a-complete-list /
The relevant variables for you would be:
rdcmndPause = 1; (to pause the project)
rdcmndResume = 1; (to resume playback)
Naturally you need the instancename (where you load your Captivate movie into) infront of the variable name.
myLoaderContainer.rdcmndPause = 1;
/Michael

Similar Messages

  • Retrieving variables from Captivate 4 in Flash (AS2)

    I've found a couple threads in this forum on this topic, but none of the code suggested in these threads seems to work.  I have a quiz created in Captivate 4.  The 'Results' slide changes a user-defined variable, varCAPChp1Test to 1 on enter of the slide (I use the 'Assign' command from the dropdown in slide properties to assign this variable a value of 1).  I want to reference this variable in my .fla file using AS2.  I load the Captivate swf into an empty movieclip using the following code:
    var myMCL = new MovieClipLoader();
    myMCL.loadClip("supporting_SWFs/Quizzes/Chp1_Quiz.swf", "mc_EmptySWF"); //the swf loads and functions just fine
    checkCompletion = function():Void
        var test = mc_EmptySWF.varCAPChp1Test;
        if(test != null && test == 1)
            trace("Chapter 1 Test completed!");
        else
            trace("?");
    addEventListener(Event.ENTER_FRAME, checkCompletion);
    //Here is the output when I publish the .fla:
    Branching::script:varTotalPts = varTotalPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varTotalPts = varTotalPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varTotalPts = varTotalPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varUserPts = varUserPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varTotalPts = varTotalPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varUserPts = varUserPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varTotalPts = varTotalPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    Branching::script:varCAPChp1Test = 1 //so the value is assigned properly in Captivate, but Flash doesn't "listen" for it.
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];

    I've changed the code below to just trace the value of a variable in Captivate when it's completely loaded in Flash and I keep getting 'undefined.'  I'm also using a system variable instead of a custom user variable this time.
    var myMCL = new MovieClipLoader();
    myMCL.loadClip("Chp1_Quiz.swf", "mc_contentHolder");
    myMCL.onLoadComplete = function(target_mc:MovieClip)
        var test = mc_contentHolder.rdinfoSlideCount;
        trace(test)
    //Here's the output I receive:
    undefined
    Branching::script:varChp1Test = inprogress
    varTotalPts = varTotalPts + 10
    rdcmndResume = 1;
    deepak branching : scripteval:[object Object];
    I know that myMCL.onLoadComplete is working b/c I am receiving the trace output, but Flash is not reading the variable from Captivate.  Can anyone help me see what I'm doing wrong?  I've been doing research on this for several days with no success.  This should be pretty simple and I keep getting 'undefined.'
    Thanks.

  • Swfs don't work (Captivate and Flash AS2)

    I inserted a .swf from a published Captivate 5 file into my PowerPoint. When I preview the ppt, it plays fine, but when I publish it to Presenter it no longer works. It's just a blank white screen. Any suggestions?
    Additionally, I created a very simple Flash file with basic button functionality and brought it into PowerPoint. It shows up but none of the buttons work, and I have no _global or _root code in it. Any help would be great.

    Unfortunately guys, I wish I had better news, but there's a reason why  Captivate 5 content will not run in Adobe Presenter.
    By default, Cp 5 now publishes using Actionscript 3 and that's the  culprit!
    Presenter is still using Actionscript 2.0 so the problem here is that the  governing codebase in P7 doesn't recognize, and therefore cannot  run/execute/understand the codebase coming from Captivate 5.
    There is, however, a workaround: rather than inserting the Cp swf into PPT  (for Presenter output), you can link to the Captivate content as externally  accessible content.  An obvious drawback here is that you'll have another  browser window to contend with, but there are a few upsides to this approach as  well; namely, if your Captivate content ever needs to be updated, you can do  that without ever having to republish your Presenter course.  I've utilized this  approach a number of times, and although there's some upfront homework to deal  with, it's been a time-saver in the long term.
    Now, as for the Flash file/buttons you mentioned....I have a quick question  for you: are you coding your Flash piece using Actionscript 3?  Again, as weith  Captivate 5, anything with AS 3.0 in it will be completely ignored in Presenter  7.  Also be sure that when you set up a Flash file (and definitely before you  publish/export your flash content) you'll need to set the Publish Settings for  Actionscript 2.0.
    Until Adobe updates Presenter, this is going to be something we all will need  to deal with.
    Rob
    http://www.robrode.com/yabb/

  • Controlling Captivate variable values with AS2 Flash animation

    I created a couple of simple Pause/Resume Flash AS2 buttons to manipulate the Captivate playback using the following script:
    on (release) {
    _parent._parent.rdcmndResume = 1;
    on (release) {
    _parent._parent.rdcmndPause = 1;
    The buttons work as intended if their "Display for:" values are set to "Rest of project".  The buttons seem to have no effect on the Captivate playback if "Display for:" is set to any thing else.
    The problem is that I hoped to only show the buttons when I want the user to pause or resume the Captivate timeline.  However, for some reason which I do not understand, they do not work when their "Display for:" value is set to "specific time".
    Any ideas why the buttons behave the way they do or ideas on how to make them do what I wish they would do?

    Hi Pra MMartin,
    When 'Display for:' is selected as rest of project/ duration of animation, the swf loader will be placed on the timeline of the Captivate swf.
    When 'Display for:' is selected as specific time/ rest of slide, the swf loader will be placed inside the slide (slide is placed on the timeline of Captivate swf).
    So try this when 'Display for:' is specific time/rest of slide:
    on (release) {
    _parent._parent._parent.rdcmndResume = 1;
    on (release) {
    _parent._parent._parent.rdcmndPause = 1;
    Hope this helps.
    Ravi Kishore.

  • Captivate 3 and Flash CS3 under Vista 64

    Hello,
    I'm having a problem with using Adobe Captivate 3 and Adobe Flash CS3 in tandem to get my Captivate project in a file format accepted by online video sharing sites such as YouTube. Since Captivate 3 does not have an option to export to .avi or any other accepted movie file format, I thought that I would export the Captivate project to Flash, and then export it to the avi file format through Flash. However, whenever I select "File>Export>Project To>Flash CS3," I get the following error in Flash:
    quote:
    The import did not finish because an unknown error occurred
    I could not find any resources that pertained to my particular problem. I am using Windows Vista Ultimate 64-bit, with a different directory structure than XP. In the Adobe Developer Center article " Exporting your Adobe Captivate project to Flash," it references a certain "RDMFISTUB.DLL" file that I cannot locate on my system. Could this problem be caused by incompatibilities with Vista?
    My end goal is to post a Captivate project comprised of mostly full-motion recording to YouTube. If there is another way to do this that doesn't involve installing any 3rd-party software, I'm open to that as well.
    Thank you

    You said...
    quote:
    The much bigger obstacle is that when I export a Captivate
    project that incorporates full-motion recordings with static slides
    displaying a text caption to Flash and then to .mov, I lose the
    full-motion recordings: they are replaced with a blank white or
    black screen (whatever the background color is set to be). The
    audio is gone too. I don't know what is causing this, but I would
    really appreciate any help you could lend me concerning this.
    I don't have a solution -
    maybe someone else here does - but would offer an
    observation ...
    Keeping in mind that I avoid monkeying with my own Captivate
    projects in Flash because of the various inconsistencie, some of
    which you have seen ... I am hopeful that the Captivate team does
    something to address the handling of full-motion slides. We all
    know that they are created as AVI clips which are then converted to
    SWF as separate slides, so it seems logical to me that there must
    be a way to offer the source, that is, the AVI or a FLA either of
    which would then be handled separately inside Flash (for those who
    like to do their tinkering in that environment).
    In the meantime, you might try to change the timing of the
    (errant) full-motion slide a bit. Like, perhaps add or subtract a
    tenth of a second to it or otherwise change its properties so that
    the import doesn't end up as a blank. Just thinking out loud in
    trouble-shooting mode... come to think of it, when the project is
    published to SWF/HTM, each full-motion slide is published as a
    separate SWF file. Would it be possible to publish the project,
    then try to bring that SWF back into Captivate as an animation?
    It's late here and I'm getting into fuzzy-thinking time, so if that
    doesn't make sense, it wouldn't surprise me.

  • Edit FMR in Flash after recording in Flash

    I guess I lack some Flash knowledge. I had hoped that I would be able to edit the FLA file formed by recording my Captivate application in Flash using that Elearning Suite 2 feature. When I try editing the FLA file, I see all my regular images that were formed when I pressed "Print Screen" during recording, but not those I recorded using FMR (which I implemented by pressing F9 during recording). When I test the movie, the whole thing shows up, including the FMR portion. Can anyone give me a step-by-step procedure for getting to the FMR portion of the FLA file and editing it in Flash? I know that within Captivate itself I can do it using the edit FMR feature, but I had hoped it would be easier to do in Flash. Thanks.

    Hi folks,
    Actually if you have the Adobe eLearning Suite 2 there is a way of editing FMR captured using the Record Application with Adobe Captivate command present in Adobe Flash Professional CS5; though I think it only fair to say that this is definitely a workaround.
    To get started I would recommend that you publish your FLA, this will ensure that you can get access to the Fullmotion files that were captured using the FMR capture engine.
    Next, you would carry out the following steps:
    Creating an FMR Slide placeholder
    1. Create a new Adobe Captivate 5 project file at the same dimensions as your Flash file. For example (800 x 600)
    2. Create an FMR slide.
    Note: To do this you will need to record some real-time video. For example scrolling down a page will switch Adobe Captivate into FMR recording mode. Alternatively, you could just press F9 on your keyboard capture some screen action, press F10 to return to Captivate's default recording mode and then presss the End key to end your capture session.
    Importing the FMR file
    3. Show the Property Inspector (Window > Properties)
    4. Click the Browse button (Folder icon) in the General section of the Property inspector (PI).
    5. Click the Import button and browse to select the Fullmotion.swf file located in the folder where you store your FLA file*
    6. Click OK to dismiss the Select Image from Library window.
    7. Switch back to the PI. Now you should see the heading FMR Edit Options at the bottom of the panel.
    8. Adjust the FMR video footage.
    Exporting the FMR file
    1. Show the Captivate Library panel.
    2. From the Backgrounds section of the panel, select the Fullmotion entry
    3. Click the Export button on the Library panel toolbar
    4. Make sure that the Save as type menu is set to SWF Files
    5. Replace the existing FMR file with this new one, making sure you use the same file name
    Note: By default Adobe Captivate will try and save this file with a new file name such as 'Fullmotion_1_1'
    Now when you switch back to Adobe Flash Professional and test the FLA, you should see the updated version of the FMR video.
    If you own the Adobe eLearning Suite and haven't yet tried out the Record Application in Adobe Captivate feature, then you might want to take a look at this comprehensive video tutorial.
    Best regards,
    Mark

  • Unable to export from Captivate 4 to Flash CS4

    Hello everyone!
    I am attempting to export a captivate project over to flash CS4.  However when it goes from captivate over to flash the result is basically a slide show. It does not show any of the animations that are present in Captivate. I also keep recieving an error message.
    I have searched for how to solve this problem for quite a while now and so far have come up with nothing.
    This is the error message that flash gives me:
    The following elements in your project have not been converted. They are not supported by this importer.
    508 Compliance
    A swf animation slide has been imported. The following files must be made available at publish time:
    Project01_slide_22_0.swf
    DefaultPreloader.swf
    Please make sure you publish the project to “C:\Documents and Settings\jmillard\Desktop.” Saving the project to this directory will ensure that test project will work with the swf animation slides.
    Unfortunately I am on a tight schedule to get this project done and the Captivate 4 and Flash CS4 I am using are both 30 day trials, so I am in quite a hurry.
    If you could please help me I'd greately appreciate it! 

    When you click on <Send Book to Blurb> a dialog should come up that asks for your ID and password for your Blurb account. I don't know if Blurb ships to Norway - you probably can find out at the Blurb website. But I don't think that this is the problem here since you also cannot export a PDF or JPGs.
    I don't know of any specifics why this is not possible for you but it's worth trying to replace the Preference File.
    This file can go "funny" and is then responsible for all kinds of strange behavior of Lr. The remedy is replacing the Preference File. 
    BTW: Re-installing Lr or updating / upgrading Lr does not replace the Preference File since it is designed to "survive" upgrades.
    See here for where to find the Preference file for your OS: http://helpx.adobe.com/lightroom/kb/preference-file-locations-lightroo m-4.html
    See here for how to go about Replacing the Preference File: http://lightroomers.com/replacing-the-lightroom-preference-file/745/

  • Best Practice tips for publishing Captivate 8 project?

    Does anyone have any Best Practice Tips for publishing Captivate 8 projects?  Is HTML5/Flash the most universal?
    We will begin testing/training before our LMS is functional. 
    We have no shared network capability or SharePoint type platform.  Project is too large for e-mail even when zipped.
    I am thinking that we will have to use thumb drive/CD along those lines.

    Hi  There , 
    Please  refer to  the  below  links  :-
    Adobe Captivate Help | Preview and publish Responsive projects
    Adobe Captivate Help | Publish projects as HTML5 files
    Adobe Captivate * Publishing Projects
    Regards , 
    Ajit 

  • How to publish and record video stream in h.264 format

    I'm a fresher. I want to publish and record video stream in h.264 and audio stream in AAC format .
    Does flash player support to publish video stream in h.264 format ?
    And which version of flash player and FMS could implement this function ?
    Thank you very much.

    The Flashplayer does not support h264 or AAC publishing. The Flashplayer supports only h.263 (sorenson spark) video, and Nellymoser Asao and Speex audio.
    If you want to publish h.264 you'll need to use Flash Media Live Encoder, or a third party encoder.

  • I can´t publish or export to flash

    Hello, I have installed Captivate 6.0.1 in a Mac.
    When I finished, I try to publish and a blank square was in the screen in time the publish menu.
    I try upgrade Captivate, reinstalled and the problem is continuous.
    When I try to export to Flash CS6 or CS5, generate an error message.
    Thanks in advanced.

    Shekhar
    I found and other problem, when you Can publish (a friend have a PC with
    the program), I create a SCORM. This file is mow in a Moodle course. When
    you open the SCORM all look well, but if you open and URL and return to the
    SCORM, the buttons go away.
    You need recalled the page in web navigator to see again.
    What is *wrong?
    *Raúl
    2013/3/5 raul cuellar <[email protected]>
    Hello again Shekhar
    Yes, in this address I found the Captive carpet. Then I changed the name
    and reestarted the program.
    Now I see this page at started and whe try to publish.
    image: Imágenes integradas 1
    image: Imágenes integradas 2
    >
    What I can do?
    Thanks in advanced
    Raúl Cuéllar
    >
    2013/3/5 Shekhar_Dhiman <[email protected]>
    >> **
    >>    Re: I can´t publish or export to flash  created by Shekhar_Dhiman<http://forums.adobe.com/people/Shekhar_Dhiman>in
    >> Adobe Captivate - View the full discussion<http://forums.adobe.com/message/5124277#5124277>

  • Mass Publish Captivate Projects

    This may sound crazy, but I am looking for a way to mass publish captivate files.
    I am looking for something along the lines of:
         •Some menu option I wasn’t able to find
         •Command line interface
         •Magic
    I have over 350 captivate projects that need to be exported to both Flash and SCORM. Thanks to a series of unfortunate events, my teams past 7 months of Captivate 4 work has recently been re-exported with Captivate 5 just in time for Flash Player 10.1.102.64 to render them unplayable.
    I have waited for an update of Flash Player, but our go live date is approaching fast and I can’t just wait on hopes any longer. This leaves me with installing the manual Captivate 5 hotfix and re-re-reporting 371 projects… twice; once in Flash and another in SCORM.
    Any suggestions anyone may have would be appreciated.
    Thank you,
    Carlos

    Hi Harsh,
    You can mass upload Projects by using the standard Project Template available, just add  another Field  "GENERATE_DOCUMENT_ID" in the template and set it too TRUE. It will generate the new UNIQUE_DOC_NAME for the new project which you are creating via the Workbook.
    Sample workbook sent to you mail id mentioned above.
    Hope it helps!!
    Best,
    Kushagra A

  • Captivate 6 and Flash 9 compatibility

    Hi,
    We have found that published Captivate 6 executables are not running on our WinXP PCs that have Flash 9 installed. The files do have the Flash 9 compatibility option selected when they are published. We've found that after installing Flash 11, the files will then run. The problem is we have a lot of PCs in the business all over Australia and we do not want to start a Flash 11 rollout just yet. Is there a setting that we are missing or is it only compatible with a 'mid' version of Flash 9 and up? (ie. v9.03 and up and we might have 9.02?)
    Thanks

    Hello,
    When I play your Test.swf on my Windows XP SP3 with Flash Player 9.0.280.0, I get this :
    Second Slide :
    Thanks,
    Vikram

  • Aggregated Adobe Captivate Video in Flash Media Server

    Hey,
    Has anyone attempted to implement a captivate video into Flash Media Server?
    I specifically need to know if an aggregated Captivate video will work in Flash Streaming Server. The reason I am not sure that it will is because there are multiple .swf files that an Aggregated video must communicate with and I wonder if that will cause any issues.
    Please let me know if you've run into any problems, if this works, or if you have any other information.
    Thanks!

    So an Aggregated Captivate Video is basically a compilation of several other Captivate Videos. To see what I mean, open up Captivate
    go to File --> New Project-->Aggregator Project.
    Choose the .swf files of published projects that you want to run together as a single video (aggregated .swf).
    Then, publish the Aggregator Video and you will generate a .swf file that plays all the ones you selected previously.
    So basically I am worried that Flash Media Server won't work because the main video file (the aggregated .swf) uses the component .swf files to play.
    Any thoughts?

  • Captivate 3 and Flash menu

    I have .swf files with closed captioning that are
    incorporated into a flash mx menu. The closed captioning text does
    not display (the bar displays) when played in the flash menu
    (neither do the tool tips on the nav bar).
    Any ideas/suggestions?

    You said...
    quote:
    The much bigger obstacle is that when I export a Captivate
    project that incorporates full-motion recordings with static slides
    displaying a text caption to Flash and then to .mov, I lose the
    full-motion recordings: they are replaced with a blank white or
    black screen (whatever the background color is set to be). The
    audio is gone too. I don't know what is causing this, but I would
    really appreciate any help you could lend me concerning this.
    I don't have a solution -
    maybe someone else here does - but would offer an
    observation ...
    Keeping in mind that I avoid monkeying with my own Captivate
    projects in Flash because of the various inconsistencie, some of
    which you have seen ... I am hopeful that the Captivate team does
    something to address the handling of full-motion slides. We all
    know that they are created as AVI clips which are then converted to
    SWF as separate slides, so it seems logical to me that there must
    be a way to offer the source, that is, the AVI or a FLA either of
    which would then be handled separately inside Flash (for those who
    like to do their tinkering in that environment).
    In the meantime, you might try to change the timing of the
    (errant) full-motion slide a bit. Like, perhaps add or subtract a
    tenth of a second to it or otherwise change its properties so that
    the import doesn't end up as a blank. Just thinking out loud in
    trouble-shooting mode... come to think of it, when the project is
    published to SWF/HTM, each full-motion slide is published as a
    separate SWF file. Would it be possible to publish the project,
    then try to bring that SWF back into Captivate as an animation?
    It's late here and I'm getting into fuzzy-thinking time, so if that
    doesn't make sense, it wouldn't surprise me.

  • Captivate 8 - module FLASH - Action Script

    Bonjour,
    J'utilise Captive 8 pour créer des modules de formation e-learning.
    Le problème est que ma société ne peut pas passer à IE11 pour afficher les modules en HTML5.
    Pour pouvoir créer des modules, il faut que la publication en SWF se fasse avec Action Script 2 et Captivate 8 utilise Action Script3 que mon module de compilation (obligatoire de passer par là) ne gère pas.
    Y a-t-il une solution ?
    Merci de m'aider.

    Bonjour,
    merci de votre réponse et voici donc un descriptif complet de mon "problème".
    1) j'utilise Captivate8 AS3 pour générer des modules en SWF et en HTML5.
    2) j'utilise un outil spécifique MyRenda du Cerfi ensuite pour compiler mon module afin de l'insérer dans MyTeacher (CERFI)
    3) MyRenda compile avec ISPRING qui ne gère pas AS3 pour créer des modules en FLASH
    Vu que ma société utilise encore la version de IE8 pour le portail applicatif (impératif pour des raisons applicatifs métiers), je ne peux pas générer des SWF et vu que IE8 ne supporte pas le HTML5, je ne peux pas publier mes modules de formations.
    Ma question :
    Est-il possible de modifier AS3 en AS2 pour Captivate8 ? ou est-il possible d'obtenir une version antérieure de Captivate qui utilise encore AS2 ?
    En espérant avoir été claire, je reste à disposition.

Maybe you are looking for

  • How to set the value of application item using pl/sql in application process

    Hi guys, I want a global variable (application item) whose value will be set at the start when a user logs in to the application. The value will be retrieved from database using a sql query. I do not know the exact syntax to set the value of applicat

  • HP Color LserJet CP 1215

    The printer worked fine the first week of school, however For the past few weeks, the pages that I print from Excel, Word, Web are printing with a gray shaded background.  Sometimes it is light, but mainly it is dark and makes the page unreadable.   

  • Isqlplus on Mac OS 10.3

    Hello All, i have a situation with isqlplus, Oracle Database Standard Edition 10.1.0.3.0 on Mac OS 10.3.9 (client edition): isqlplus wouldn't start from http://localhost:5560/isqlplus; otherwise Enterprise Manager runs fine. Previous posts on this fo

  • CS6 AE crashing on opening files from last year (2012)

    My comps from last year will not open now, and crashes AE when I go to open them. Plugins and AE seem all up to date. Would anyone know what might be causing this??

  • I think I got my Windows Media Player to 'talk' to my iTunes... now what

    I know that there HAS to be a way to transfer the over 3,000 songs that I have on my WMP to my iTunes and then to my iPod, but I have yet to figure it out! The WMP synched up all it's songs so I know that it's possible but I don't want to lose my fav