Mymathlab moodle flash

This is not so much a question but a request. Please get safari working properly. I don't like using 3rd party apps when you guys have one for the same purpose. Meaning I would rather use safari out of the box then have to download chrome.
mymath lab doesn't work on safari;
moodle for college doesn't work on safari;
flash doesn't work now, and furthermore, the constant updating prompts are annoying, chrome updates flash automatically (if you can't innovate, copy) get flash working, and update it automatically.
Anyone have suggestions for these issues?
<Edited by Host>

Try un-installing and then re-installing.
Adobe Flash Uninstaller
Adobe Flash Player
Go to System Preferences/Flash/Updates and set 'Allow Adobe to install Updates'.
Apple doesn’t routinely monitor the discussions. These are mostly user to user discussions.
Send Apple feedback. They won't answer, but at least will know there is a problem. If enough people send feedback, it may get the problem solved sooner.
Feedback
Or you can use your Apple ID to register with this site and go the Apple BugReporter. Supposedly you will get an answer if you submit feedback.
Feedback via Apple Developer

Similar Messages

  • Adobe Captivate Flash Buttons in Moodle

    I am using flash SWF files to control Captivate Course in Moodle and I have trouble with CLOSE pop up window flash button. It works in IE and FIrefox but not in Chrome and OPERA when course is opened via Moodle. I have created simple html page with link that opens pop up window containing the same course and this way the button works in all browsers. ????? Again, in MOOdle it doesn't.
    In Chrome Developer Tools I have tracked this error when clicking on close pop up window flash buttom: Ignoring cross-frame javascript URL load requested by plugin.
    The button itself is using this AS3:
    pbcExit_mc.addEventListener(MouseEvent.CLICK, myBtnClicked);
    function myBtnClicked(e:MouseEvent):void {
    navigateToURL(new URLRequest("javascript:window.opener=self; window.close()"), "_parent");
    Does anyone have a clue what is the problem?
    Thank you,
    Vito

    I am using flash SWF files to control Captivate Course in Moodle and I have trouble with CLOSE pop up window flash button. It works in IE and FIrefox but not in Chrome and OPERA when course is opened via Moodle. I have created simple html page with link that opens pop up window containing the same course and this way the button works in all browsers. ????? Again, in MOOdle it doesn't.
    In Chrome Developer Tools I have tracked this error when clicking on close pop up window flash buttom: Ignoring cross-frame javascript URL load requested by plugin.
    The button itself is using this AS3:
    pbcExit_mc.addEventListener(MouseEvent.CLICK, myBtnClicked);
    function myBtnClicked(e:MouseEvent):void {
    navigateToURL(new URLRequest("javascript:window.opener=self; window.close()"), "_parent");
    Does anyone have a clue what is the problem?
    Thank you,
    Vito

  • Flash et Moodle

    générer un fichier Scorm avec un document flash et récupérer des scores d'un test flash dans Moodle

    Ask in the Flash forum and provide a better explanation of what you are actualyl trying to do and the relevant technical information. Spitting bullet points is of no use to anyone.
    Mylenium

  • How to use Flash to create an interactive diagram

    Hi all.
    I am an extreme newbie. I would like to create an interactive diagram and somebody said I should use Flash to do it.
    The idea is to create an organisational chart (like the ones you can produce in MS Word 2010). Each position will have its own box or button. When a user clicks on that box or button, a Word document or internet link will be activated and take the user to this other resource.
    Is it possible to do this in Flash?
    The reason why I am choosing Flash is because I would like to make alot of these diagrams and they have to go into Moodle. Apparently Flash is the only program I should use to import the diagram into Moodle.
    Can anybody please help me with some advice on how to do this?
    Thanks
    Sharyn

    For the diagram end of things... start by creating the diagram in Flash.  Whatever you intend to use as clickable items, create them as movieclip symbols so that you will be able to assign instance names to them.  You assign instance names by selecting the object on the stage and entering a unique name in the Properties panel where it says <Instance Name>.  That name will be used in the code you will use to create the clicking/linking functionality.
    The the linking end of things, start simple... create a diagram that has just one item to click and get that one item working.  What you learn from that can be applied to the larger version.  The same as stated in the first paragraph applies.  The only additional info you need is creating the actual code.  To help with that you need to decide which version of Actionscript you will be using, which might depend on which version of Flash you are using.  AS3 is the most recent version of Actionscript, and it first came into being back with Flash CS3.
    The first thing you need to do to make a movieclip useful code-wise is to assign it a unique instance name.  So you drag a copy of it out to the stage from the library, and while it's still selected, you enter that unique instance name for it in the Properties panel... let's say you name it "btn1"
    In AS3, to make a movieclip work with code, you need to add an event listener and event handler function for it.  You might need to add a few (for different events, like rollover, rollout, clicking it, but for now we'll just say you want to be able to click it to get a web page to open.  In the timeline that holds that button, in a separate actions layer that you create, in a frame numbered the same as where that button exists, you would add the event listener:
    btn1.addEventListener(MouseEvent.CLICK, btn1Click);
    The name of the unique function for processing the clicking of that button is specified at the end of the event listener assignment, so now you just have to write that function out:
    function btn1Click(evt:MouseEvent):void {
       var url:String = "http://www.awebsite.com/awebpage.html";
       var req:URLRequest = new URLRequest(url);
       navigateToURL(req);

  • Trouble in passing variable to flash

    I want to pass the current login username from php to flash. So I have written the following code.
    PHP Code:
    <?php
        require_once('C:\xampp\htdocs\moodle\config.php');
        $r=$USER->username;
       echo "val=$r";
    ?>
    Actionscript code
    var myLoader:URLLoader = new URLLoader();
    myLoader.dataFormat = URLLoaderDataFormat.TEXT;
    var myRequest:URLRequest=new URLRequest("http://localhost/moodle/identity.php");
    myLoader.load(myRequest);
    myLoader.addEventListener(Event.COMPLETE,onCompleteHandler);
    var myValue: String;
    function onCompleteHandler(e:Event):void{
              var myvariable: URLVariables = new URLVariables(e.target.data);
              myValue = myvariable.val;
                   trace(myValue);
    There is no error message from both php and actionscript. But I can't see the variable myValue in actionscript. Then I type localhost/moodle/identity.php and I can retrieve the correct login username.But it cannot be passed to flash.
    why is that?

    Most probably there are spaces before val in PHP - trim spaces either in PHP or once you load them.
    To trim spaces in AS3 use:
    var data:String = String(e.target.data).replace(/\s/g, "");
    var myvariable:URLVariables = new URLVariables(data);

  • I have a button that opens a PDF that crashes Moodle and Scorm Cloud. How can I fix this?

    I'm using adobe Captivate 5.5
    I have a button that opens a PDF that crashes the course when in an LMS (I've tried moodle and scorm cloud). When I play the course in my browser, the file opens fine and the course continues. Does anyone know why opening this file doesn't work when I upload the SCORM package to an LMS?
    Thanks,
    Chris

    Hi aperio_chris,
    Thank you for contacting adobe support.
    Please use the following steps and let us know if that helps:
    1. In the publish setting>>externalize resources>>check all the check box which are for attachment, widget, animation etc.
    2. Check the flash player version change it to version 9 or 10 when publishing the output through Adobe Captivate.
    Thanks and Regards
    Loveesh

  • Freezing issues in IE8 with scorm 1.2 captivate 6.1 export in moodle 2.5

    Hi
    I am working for a large commercial company where we have IE8 and a moodle 2.5, i am exporting multible scorm 2.1 packages from captivate 6.1, the issue i am having is that the scorm content loads fine, then it gets too a screen that says loading, it then just sits there, we have waited hours and it never loads, the scorm package is flash based no HTML5 as this does not work with IE8, we have tried lots of different settings i have even removed the swf from the scorm package after export, replaced with an image, and updated the IMS manifest, this worked with no problems when re-zipped and uploaded, which makes me think its the swf file.
    We have all the right flash plugins and can play a uploaded SWF with no issues, so i believe it is to do with the swf in the scorm package and how it calls on the appropriate plugins to run.
    my question really is has anybody found themselves in the same situation, i cannot update IE8 to a newer version as this is a site wide company policy.
    i have been through lots of threads that sound similar to the issue i have had but none had resolved.
    hopefully
    somebody can help me.
    Kind Regards
    Craig Sumner

    NNot tried it on scorm cloud but when it's ran on a machine from a different moodle instance and IE 10 works fine, we ran the scorm debug page on the machine as we access the scorm content on IE8 & everything loads psnd runs fine on the scorm

  • How to publish flash 8 lesson for scorm 2004

    How can we publish a flash 8 file for scorm 2004? when i try
    to publish as .swf or html it does not give me and xml file for the
    reference ...?

    Not sure what you mean by "does not give me and xml file for
    the reference" but if you are asking about the imsmanifest.xml and
    associated .xsd and .dtd files, you need to generate these or use a
    packager like Reload Editor to package your lessons. Go to
    http://www.reload.ac.uk/editor.html
    For more information check out
    http://www.adlnet.gov/downloads/downloadpage.aspx?ID=127
    I'm struggling with Moodle and SCORM right now but make some
    headway.
    Good luck.

  • Launch Full Screen in Moodle (Scorm Compliant)

    Hi,
    Now that I have resolved my original issue with Captivate + Moodle & Scorm, on to the next question
    I have created a test CP4 module at 800 X 600
    When setting up the Scorm module in Moodle, I have had dramas getting the Stage Size set correctly.
    Entering either 100% & 100% (as suggested in another forum) or 800 X 600 does NOT result in a stage of that size.  Resulting in the user having to scroll to view the window even though there is sufficient space on the window.
    Also, content is shoved across due to a side navigation panel:
    I am hoping to either be able to hide the navigation panel (Moodle issue, have posted in Moodle forum) or launch the CP4 file in a full screen window
    So . . . to my Captivate question . . . how can I edit the launch file generated by CP4 to force the content to open in a full screen window (without breaking the SCORM connection?)
    Baby steps
    Thanks,
    Matt

    I had to do similar recently. The way I got this to work was to resize the container that teh Flash file is embedded into. In the case of the GeoLearning LMS that I use, I had to use this
    function whenLoaded()
    window.parent.parent.resizeTo(1024, 768);
    window.parent.scrollbars=0
    window.parent.parent.scrollbars=0
    //alert("Resize called");
    to resize the parent of the parent of the window that contains the Flash file. Call the function from Body OnLoad
    <body  bgcolor="#FFFFFF" onload="whenLoaded()
    I set the Flash file to display at 100% too
    var so = new SWFObject(strURLFile + strURLParams, "Captivate", "100%", "100%", "9", "#CCCCCC");
    HTH
    Steve

  • 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>

  • Captivate & Moodle Issue

    I am using Captivate 5.5 and trying to upload a file to Moodle.  When I upload the file (which seems like ti works fine), and try to run it on Moodle, I get the main application screen from Moodle with a message that says "No course information to show."  Has anyone had this issue and more importantly, can anyone make some recommendations on how to get it to work?
    On the save as screen in Captivate, I have tried different flash player versions, different naming conventions, changing to SCORM 2004...nothing seems to work.
    Thanks.

    Hi there
    Just stabbing in the dark here. What if you added a button on the last slide? Configure the button to report and assign it a value of 100 when clicked?
    Cheers... Rick
    Helpful and Handy Links
    Captivate Wish Form/Bug Reporting Form
    Adobe Certified Captivate Training
    SorcerStone Blog
    Captivate eBooks

  • Cativate 5.5 hosted on Godaddy running Moodle 1.9 - does it work?

    Has anybody got Captivate 5.5 working correctly with the godaddy moodle 1.9 installation?
    Details:
    I have done the Moodle 1.9 Godaddy installation.
    I can change themes, add users, and upload courses. But I can’t get captivate to work with it.
    I am not playing with SCORM or AICC yet.
    Captivate creates 3 files, the flash file (swf), a htm file that formats and plays the swf file, and a small js file.
    I load all three files to Moodle.
    I have the course point to the htm file.
    But when I test it I only get a gray screen.
    If I do a view source – I see it has loaded the htm file but – the htm file doesn’t load the swf file.
    1. It works on my PC
    2. It works on other Moodle 1.9 hosted systems.
    Any help greatly appreciated.

    If you want Captivate content to play and be tracked by Moodle you need to upload your Captivate modules as SCORM 1.2 zips.
    Check the Moodle forums at www.moodle.org
    There are a lot of people around the world using Captivate in Moodle.

  • Does coursecompass or mymathlab work on the iPad?

    Does coursecompass or mymathlab work on the iPad?

    pnh10929 wrote:
    Does coursecompass or mymathlab work on the iPad?
    They use Flash, so the answer would be no. See if they're creating an iPad App.

  • Exporting the result of output of adobe captivate to moodle LMS

    Please i am new to adobe captivate,
    I'm working on a project and we are using Moodle as LMS, i have developed some learning material for student using adobe captivate. The learning material has some quiz in it (tutor marked quiz).
    My major challenge is that i want to be able to put the scores from the quiz for each student into moodle as the student is taking the learnig material.
    I published the adobe captivate file to flash.
    Thanks

    For Moodle, I would suggest you use Report to LMS as Percent, not Score, and use Quiz Results Only.  Unless there is some compelling reason why you need to report Interactions and Score, I would just use Report Score.  The less information you throw at an LMS, the more likely it is to work for you in many cases.
    In your Manifest settings, set the Duration to a number of minutes tha corresponds to the duration of the course or module but make sure it is in the format shown (e.g. 00:30:00 for 30 minutes).  Some LMSs won't work properly without this setting. If you will be setting up a number of courses or course modules in the same Moodle server, you need to alter the default Identifiers that Captivate inserts so as to differentiate between all the various courses and course modules you may need to track.  If they all have the same identifiers, Moodle will think they're all the same course and your results will be faulty.
    When you add a course to Moodle you can specify if it's a SCORM course, which will mean that you can ONLY use a SCORM module as the content for that course.  But you can also insert a SCORM module as an activity in a normal Moodle course.  You just need to select that as the Activity type.
    If you will be working a lot with Moodle, I suggest you go to www.moodle.org and start reading their forum posts about setting up e-learning courses.

  • Do our users have to install Flash player to see our scorm content?

    I am currently creating a scorm content using Captivate 5.5 within Moodle.
    My question is do our users have to pre-install Flash player  to see our scorm module?
    If so, is there any way we can avoid it?
    One idea that I thought of is to install flash player on a moodle server.
    Is it possible to do so, or this is something that I do not need to worry about?
    Sami

    Hi Sami,
    I think, It's hard to find any user who might not have Flash Player already install on their browser.
    Google Chrome has it inbuilt and most of the browser they get installed as a plug-in.
    Not just for your course, every user would need Flash Player that for view several websites  (say YouTube )and failing that they wont be able to see Flash enabled content.
    I would suggest that do not worry about the Flash plugin as almost all users would have it already.
    With Captivate 6, you also have an option of using HTML 5 as published output not just flash!
    Thanks,
    Anjaneai

Maybe you are looking for