Captivate 4, FLVs and Moodle

Hey folks,
I know this has been discussed in a couple of other discussions, but even after following all the advice, I am going insane and have wasted 10 hours and counting...
The issue is that I am producing SCORM actvities for Moodle:
1. Creating an activity in Captivate 4 - no probs
2. Importing as an activity into Moodle - no probs
3. Playing in Moodle - no probs except for the FLVs do not show up. No error message, just a blank screen where the video should be
I have tried all of the following, and it has not helped:
- Used relative paths, in fact, kept the videos in the same folder as the swf for safety (ie, in Captivate, the path is just "video.flv").
- Tried absolute paths as well as paths to a server URL
- ensured no special characters in video name
- ensured meta data present in video
- set the MIME type on the server
- confirmed that all file uploaded and unzipped successfully
- Tried it with Moodle filters enabled and disabled
For additional sanity:
- submitted to SCORM Test Track - I can see the video there
- played the swf directly from my server - I can see the video there
Argghhhh! Any ideas?
Thanks, Chris

I can appreciate that not being able to get your FLVs working after spending so much time is very frustrating.
My suggestion for debugging this is to try and see what path the server is looking at when trying to find and serve up the FLV video.  You could try downloading Charles (http://www.charlesproxy.com/download/) and use this to try and view the actual file path of the request for the FLV when called.  If the file path is correct, then your issue may be related to security permissions.
Have you set up a replica Moodle TEST environment on your own development machine?  Does the same package and FLV work when you test via Localhost?  If it does, then my bet would be some restriction in the setup of your production Moodle server or the web server it's running on, or permissions on the folder where the FLVs are being served from.

Similar Messages

  • Captivate 4 projects and Moodle don't communicate

    Hi,
    I am struggling with getting my captivate 4 modules to talk to our internally created LMS and also with Moodle.
    With my captivate3 modules, I did not have any problems.
    Are there certain settings that I have to use?
    Do I have to adjust some file manually?
    It would be great if you could help.
    Cheers, Helga
    PS I will attach my mini test file, just in case that might help with my issue.

    Helga,
    Although Michael is right, it could be a problem with the Moodle install, if you're publishing to SCORM 2004, I've heard others have issues with SCORM 2004 with Moodle as well.  SCORM 1.2 support seems to be pretty solid, so unless there is a contract requirement or burning reason to use SCORM 2004, 1.2 works in the vast majority of cases just fine, is easier to deal with, and more consistently supported between most current LMS vendors.
    /Kurt

  • Captivate 5.5 and Moodle 2.1

    I create some scrom package with Captivate and uploaded it to Moodle, our learning management system.
    The thing is it takes a lot of time to load when I click the course start button.
    I had to wait and watch my preloader "loading" for a while.
    I optimzed the file and remove all the unnecessary files, and the current file size is 19.2 mb.
    Is it still too large?
    Is it Moodle's issue or I can do something within Captivate?
    Sami

    Along with Aditya's reply, there are alot of things that can influence load time:
    1. How 'quick' is the server the LMS is hosted on? Is it well-equipped?
    2. How fast is the LMS server's internet connection? How saturated is it?
    3. What's the speed/latency and status of the connection between the user's machine and the LMS server?
    4. How's the user's internet connection?
    5. What's the spec of the user's computer? Can it render a large file in a reasonable amount of time?
    and, of course...
    6. How large is the lesson file? The larger it is, the longer it'll take to get to the user.
    Regarding the preloader, note the balance...
    You can set it closer to 10%, which means the lesson should start for the user faster...but you could get delays between pages as the rest of the content is still being loaded.
    Or you can set it closer to 100%, so all content is loaded to the user's computer before it starts playing...so a nice experience once the lesson starts...but it'll take longer for the lesson to start...

  • How do I upload a captivate 6 presentation into moodle 2

    how do i load a captivate 6 presentation into moodle 2

    Hi Macot, Here is the solution for your question.
    First you need to Publish your Captivate 6 presentation into SCORM 1.2.
    Then compress it into zip format and create a new course in Moodle.
    Add SCORM activity to it and upload the zip file.
    Here is a webinar that you may find it helpful to you. Have a look on it.
    http://bit.ly/WcH9zD

  • Captivate 4 completion in moodle

    hi
    i have issue in completed  status. i have pages of 100 in which few quiz question are there, i am  getting the score but the completion is not triggered. when i deleted  few slides, i am getting in the completion status for the first time  when i check in the moodle.
    i am using captivate 4
    ANY HELP PLEASE ?

    And also suggest any LMS for captivate 4
    how about moodle ? i am new to this....

  • Send Captivate user variables and values to the LMS ?

    Hi all. has anyone got a clever way to send a bunch of Captivate user variables and their values to an LMS (Moodle) so that they end up recorded as part of the SCORM course results or do these need to be explicitly part of a Quiz ? I think that I can setup where I get these values from the Learner so that they take the form of a Quiz (even though there is not a right answser) and set the the LMS settings to record interactions and scores. But is there an easier way to send them via LMSSetValue or even using a widget ?
    Fergal

    You can do it, but it will definitely not be the easiest way to achieve the objective. The accessibility of your web form will determine what you can and can not do.
    The first issue would be populating the field of the form, and that can be achieved by actually re-generating the form programmatically and assigning a value to the html value tag for that field.
    The second issue of "click on the button" is not trivial. If you're in the windows environment you will have to get into intercepting windows messages from the message queues and get the handle of the web browser window and after finding all the relevant information that will change every time this process is performed, is in my opinion not worth the effort.
    I would approach this di
    fferently in looking at what you are trying to achieve in the first place and that is to do directly with the data what the form would've done.
    Forms will either send some e-mail to someone using the submitted data or submit information to a database or write it to a file. If you have a cgi script behind the form you can pass the information directly to the script rather, i.e call the scrip directly in the same way the form would've using your program and skip the form.
    If you can be specific about your objectives and give me details about the forms and detail on the web server type and the capabilities of handling various types of cgi scripts I can give you detailed advice and pointers towards achieving the solution.
    Questions you need to answer:
    What would the form do with the data? (mail, file, database etc.)
    How many fields do you need to submit?
    What type of web server are you running? (IIS, Apache etc.)
    Were is the form hosted, on the www
    or on an intranet?
    Is it accessible to you to change/add scrips to it?
    Hope this helps.
    Best regards
    Jattie van der Linde
    Engineering Manager, Software & Automation
    TEL Magnetic Solutions Ltd

  • How to convert FLV and F4V files to other media formats

    How to convert FLV and F4V files to other media formats
    Nowadays, every one can download their favorite videos from video sharing websites like YouTube, Hulu, MySpace, Google Video, metacafe, Yahoo! Video, Reuters.com and so on at will. However, these video files we got are usually in the format of FLV, or F4V, which are not workable by most portable devices, or some video players and video editors on our PC. With the intention of solving these problems, this guide will show you how to convert FLV and F4V files to other video and audio formats in detail.
    1. Download, install and run Pavtube FLV Converter
    As soon as you run this program, the following wine red interface will show up:
    2. Add files, set output format and destination folder
    Input FLV and F4V files to this program by clicking on “Add” button, and select a format as the output format in the drop-down list of “Format”, meanwhile, you can press the output folder to specify the destination folder or just use the path set by default. Moreover, “merge into one file” enables you to combine multiple FLV and F4V files to be as a single file, if you have this needs, just tick it.
    3. Set advanced settings
    Click “Settings” button, the following interface will pop up. You can change the parameters like screen size, bit rate, frame rate, sample rate, etc. on it to optimize the output quality or compress file size.
    4. Convert
    After all settings are done, you can press “Convert” button to start transferring, and then the following window will show you the conversion info in detail. According to the info you can manage your time and disk space properly.
    Pavtube FLV Converter can definitely complete the conversion at a swift speed with excellent quality; also it adopts an advanced audio-video sync technology, so that audio and video match very well in the resulted files. Therefore you need not worry about these issues.
    Useful tips:
    Free online FLV downloader:
    www.convertdirect.com
    http://vixy.net/
    http://www.videoconverterdownload.com/online-free-flv-converter.html
    http://www.flv2mp3.com/
    http://www.mediaconverter.org/
    http://2conv.com/
    http://online.movavi.com/
    http://www.youconvertit.com/
    http://www.playtube.com/
    http://www.convert.net/

    Flip4Mac

  • Undesired Load order of  FLV and MP3s

    Hello
    I have added a scrolling Flash page with a FLV and several
    MP3 files in each their own player to site below.
    I have set the video to autostart.
    The MP3s are set to not autostart.
    When I export the FLA the swf nicely plays the video first,
    and the mp3s are loading in the background simultaniously.
    When viewing the page in Firefox and Netscape the same
    happens, just as intended.
    Problem:
    But in IE and Safari all the sound files are loading first
    (and not playing) and not until they are fully loaded will the
    video start loading and playing. This results in viewing an empty
    video window for a long time.
    1) Is there are way to make all browsers load the video first
    and play it first?
    2) And in general manage load order of video and audio files
    in a Flash file?
    Thank you on beforehand.
    ggaarde
    http://www.corpstory.com/video.htm

    no, the sounds wouldn't be playing until you used the start()
    method of those sound instances or you assigned the source property
    of your mediaplayer and you wouldn't want to do either until your
    flv completed play.
    in fact, it would be optimal to first load one sound: the mp3
    that follows the flv. then when that sound completed loading, load
    the 2nd sound.

  • AS3: Could we convert .swf into .flv and .flv into .swf

    I'm searching for a program that can take an .flv and convert it to an AS3 .swf file. Is it possible in as3, Does anybody have any ideas?
    I am not talking about any third party converter software.
    Thanks,

    Hi swati61,
    I'm not sure why do you want to play an swf file in flv player. Will you post it on your website?
    If yes, here is a solution:
    http://www.swfkits.com/swf-to-flv-converter/
    If you want to convert flv to swf, you can check this
    www.flash-video-mx.com/video_to_flash_web/

  • Why is the download "Not applicable" for my online purchase of Adobe Captivate 8 Student and Teacher Edition for Mac?

    I purchased “Adobe Captivate 8 Student and Teacher Edition” for Mac on 7/31/14 and it is now 12/17/14 (only 5 months later) but it is showing as “Not applicable” when I go to download (maybe re-download) the program. I understood that I would be able to use the application on 2 computers, one at home and one at work. I think I’ve downloaded the program at home one time but have yet to install and activate it. I now have a new computer at work that can support that program and want to install the program on my office computer, but cannot download it again. Please advise.

    It seems like that you have purchased a subscription for Captivate 8. In subscription you do not require any serial number. Subscriptions are activated on the basis of your Adobe Id. When user will install Captivate he has to sign in with the same Adobe Id under which they bought subscription. It will get activated after successful sign in during the installation.
    As far as the installer is concern there is no difference in the trial version installer or purchased version installer. The installer is same for trial and purchased copy. All user needs to do is sign in during the installation if it is a subscription or use his serial number if it is a perpetual license or volume license.
    You may download the trial version from the link mentioned above and then use your Adobe Id to activate the subscription.
    Please let me know in case you need any further information.
    Regards,
    Rajeev.

  • I cant play flv and avi format after upgrade to Mountain Lion

    I've updated to Mountain Lion on my Macbook Pro and now I cant play any movies with format flv and avi ??? am I missing something here, keep getting errors from Apple Quicktime, thanks

    I would recommend that you download and install the excellent Free player, VLC:
               http://vlc-media-player.en.softonic.com/mac

  • Adobe Captivate Help | Drag-and-drop interaction (for subscription and Adobe Software Assurance customers only)

    This question was posted in response to the following article: http://helpx.adobe.com/captivate/using/drag-and-drop-interaction.html

    Yep.  But it will only likely get to you in the next version released for NON subscription or ASA customers.  With 6.1 Adobe was giving a preview of the functionality they would be including in your next release.  Either way, whether you upgraded to the subscription edition or waited for the next paid upgrade, you were always going to be paying something to get this new functionality.  6.1 users just got it earlier than everyone else.  That was Adobe's decision.  It certainly hasn't been a popular one.

  • FLV and SWF Joining and Resizing - Help?!?!

    Greets,
    My wife is a copy writer, and as part of her portfolio, she has to go and capture the end result once it has been shot. In the current perplexing case, a web site has a small speaking host who will occasionally point to the right at an animation. The host is on the site as a FLV and the animation is a SWF. I guess it makes sense for them, but it certainly seems like they could have gone the extra mile to make it one file.
    Anyway, I have captured the FLV and the SWF, but am having a VERY hard time combining them, even after reencoding both into AVI. For the most part, they are very different dimensions, and when all is said and done, the result is blocky probably because the exported dimensions are too big.
    My main problem is that the video size is set at the time you set up a project, and no amount of trial and error on my part has allowed me to figure out what to set that to.
    Any help on any of this is greatly appreciated!
    Thanks!

    Is there any option to get source materials from the host? Do you have a link to this site so we can take a look?

  • Captivate 5.5 and LMS

    Hello,
    Ever since I begun creating projects from Captivate 5.5 and uploaded it in our LMS, I have observed this below image which briefly displays just before my project begins to play.
    I hope someone could explain to me what does it actually do.
    Projects were published as SCORM1.2 compliant and so far my projects are okay. Just needed some explainations on its existence.
    BR
    -Miguel

    This image displays while your Captivate module is connecting to the LMS.  You can configure the text that displays in this animation at that time via the  field at Preferences >  Quiz > Reporting > Enable Reporting > LMS Initialization Text.
    It doesn't appear when you're not using a SCORM-compliant LMS.  If the course module is having difficulty connecting to your LMS, this animation will be there for quite a while. Normally it will disappear within a second or two at most.

  • Adobe Captivate 5.5 and Neo Speech: issue to use Paul voice

    Hello,
    I have installed succesfully Adobe Captivate 5.5 and then Neo speech Add-on. But unfortunately, when using Speech management function, I can't find Paul and Kate voice. These voices are not proposed in the voice list while the installation has suceeded.
    A Kate and Paul directories have been install under Adobe Captivate 5.5 but I don't know why these voices seems to be not installed.
    My PC uses Windows XP, default language = french. Adobe Captivate has been installed in English.
    Thanks for your support,
    Odile

    Hi,
    First I have installed Adobe Captivate 5.5.
    Then I have installed Neo spech.
    I have restarted my PC, then launch Captivate: Paul and Kate voices are not present in Speech Manager. And I have no special error message, only voices missing.
    After that I have installed Loquendo speechs.
    Launch again Captivate and see that Loquendo voices are pesent in Speech Manager.
    Now I will show you Neo Speech install report, installation done after an Captivate application stop:
    The installation has succeeded in the good directory.
    When installing Loquendo the report is not really the same, it seems that some additional execution are done:
    Following other discussions on the forum, I have looked at my Windows Control Panel Voice and see that 3 voices are proposed. I assume that these are Windows voice. I didn't find Stefan, Simon, Kate or Paul voices and I'm not ablle to add or configure something.
    If someone has an idea of the issue

Maybe you are looking for

  • AR Down payment Invoice US version 2005A

    I see many posts regarding down payment invoices, yet I do not see this feature in the US version. Does anyone know of a method to do a down payment in US version 2005A. We obtain large payment in advance and want to post this to a liability account

  • Trouble with Internet Explorer 6, 7 and maybe 8

    Hi everyone!  I have been trying to get this page to display properly in I.E 6,7 and probably 8.  It displays perfectly on my Mac OSX in firefox but did a test in browsershots.org and the last div is displaying incorrectly.  I hope somebody can point

  • Project File Quits Unexpectedly?

    I just got my hard drive replaced on my MacBook Pro because IDVD wouldn't open and so on. Anyway i recently went with my school band to Chicago. I offered to make a video of the trip with the film taken. I have worked on this for OVER 24 HOURS!!!!!!!

  • 4G and WiFi on at the same time

    Ever since I updated to Lollipop my phone shows the 4G lte on at the same time as my device is connected to a WiFi connection (and no, not greyed out). This is particularly annoying in my apartment where it doesn't connect to the internet with the  W

  • Travel Approval with UWL

    Hi , I have connected two ECC client (220 & 810) with One Portal. I created two webflow connector : SAP_R3_HumanResourcesUTL SAP_R3_HumanResources with the two System Configuration Groups:UTL & UNI. The same i put into UWL ivews. For leave applicatio