Jump to ContentJump to Navigation/Login
` ` ` ` ` `

[Register]

Occasional ATutor release updates


No Members Logged In

(3 guests in past 15 min.)
Locations of visitors to this page

Support Forums

ATutor Support

Embed a flash movie(authoring)


You must be signed-in to post.

AuthorSubject
  Page: 1
salaguvel
Subject: Embed a flash movie(authoring)Quote this post in your reply
Hi

How to embed a flash movie into a course.
Posted: 2003-10-29 08:18:13
greg

Avatar for greg
Subject: Like any other HTMLQuote this post in your reply
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.
Posted: 2003-10-29 10:07:59
vegard

Avatar for vegard
Subject: Re: Like any other HTMLQuote this post in your reply
or embed a flash player, there's a howto here:

www.atutor.no/2008/07/adding-flowplayer-embedded-flv-player-atutor
Posted: 2008-08-11 05:03:38
Lucky
Subject: Enbed a flash movie to your course.Quote this post in your reply
DemoCreator is a wonderful screen recorder for LMS. It is easy to embed the flash movie to your course.
www.sameshow.com/demo-creator.html
Posted: 2008-09-09 03:44:28
Lucky
Subject: Re: Enbed a flash movie to your course.Quote this post in your reply
There are some Flash authoring tools easy to creat Flash-based course.
www.sameshow.com/#107
And they also generate the Html page with Flash movie for web sharing.
Posted: 2009-04-07 22:37:36
Lucky
Subject: Re: Enbed a flash movie to your course.Quote this post in your reply
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>
Posted: 2009-07-30 07:41:56
Lucky
Subject: Re: Enbed a flash movie to your course.Quote this post in your reply
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>
Posted: 2009-07-30 07:43:51
stephenz
Subject: Re: Enbed a flash movie to your course.Quote this post in your reply
We can use SWFObject to embed flash to web page, which works on all web browsers - code.google.com/p/swfobject/
And you can also use pre-designed flash video player for your flash video, this is the tutorial -
www.playerdiy.com/support/tutorial/customize-flash-video-player.html
Posted: 2009-08-06 02:28:39
 Page: 1

You must be signed-in to post.