ATutor

Learning Management Tools







Pages:1 2 3 4 5 6 7 8 9 10 11 12 13 14 15


Embed a flash movieauthoring


  • 2003-10-29 08:18:13

    Embed a flash movieauthoring

    Hi

    How to embed a flash movie into a course.

  • 2003-10-29 10:07:59

    Like any other HTML

    Upload your flash files into your course directory, copy the HTML that Flash generates into a content page, then adjust the path in that HTML to point to the files in your content directory.

    See the example in the Play Here Course, linked from the atutor demos page.

  • 2008-08-11 05:03:38

    Re: Like any other HTML

    or embed a flash player, there's a howto here:

    http://www.atutor.no/2008/07/adding-flowplayer-embedded-flv-player-atutor

  • 2008-09-09 03:44:28

    Enbed a flash movie to your course.

    DemoCreator is a wonderful screen recorder for LMS. It is easy to embed the flash movie to your course.
    http://www.sameshow.com/demo-creator.html

  • 2009-04-07 22:37:36

    Re: Enbed a flash movie to your course.

    There are some Flash authoring tools easy to creat Flash-based course.
    http://www.sameshow.com/#107
    And they also generate the Html page with Flash movie for web sharing.

  • 2009-07-30 07:41:56

    Re: Enbed a flash movie to your course.

    Here is some sample code to embed a flash movie to a webpage:
    <embed
    src="http://www.sameshow.com/samples/outlook-tutorial/outlook-tutorial.swf" width="620"
    height="500" align="middle" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>

  • 2009-07-30 07:43:51

    Re: Enbed a flash movie to your course.

    Here is some sample code to embed a flash movie to a webpage:
    <embed
    src="http://www.sameshow.com/samples/outlook-tutorial/outlook-tutorial.swf" width="620"
    height="500" align="middle" quality="high"
    pluginspage="http://www.macromedia.com/go/getflashplayer"
    type="application/x-shockwave-flash"></embed>

  • 2009-08-06 02:28:39

    Re: Enbed a flash movie to your course.

    We can use SWFObject to embed flash to web page, which works on all web browsers - http://code.google.com/p/swfobject/
    And you can also use pre-designed flash video player for your flash video, this is the tutorial -
    http://www.playerdiy.com/support/tutorial/customize-flash-video-player.html