Webulator: Build your own website without any special software or know-how!

Recent articles

  • Quick Links

    The [QuickLinks:] tag allows you to insert a titled box containing a list of links into an article.
  • Adding content to and removing content from the left and right columns

    The [AddContent:] and [ClearContent:] tags can be used to add content to and remove content from the left and right columns of your web pages.
  • Embedded Summaries

    The [Summary:] tag allows you to insert the title and summary from another article into a page.
  • Copying articles

    Logged in users with moderator permissions are able to copy articles in the content management system
  • Accordion

    An accordion or concertina style interface can be created using the [Accordion:] tag.
  • Slideshows of all the images in another article

    The [ArticleImagesSlideShow:] tag allows you to generate an slideshow of all the images (except for the summary image) contained in another article.
  • Example page containing images for a slideshow

    The images on this page are used in article
  • Tab Menus

    The [TabMenu:] tag allows you to insert a tab style menu into a page to allow navigation within a subsection of the site.
  • iCalendar Files

    Calendar events are traditionally shared using iCalendar (.ics) files. These are often attached to event invitation emails and are widely used across calendaring applications.
  • Redirecting to other pages

    Webulator allows a page to automatically redirect to another page using [Redirect:] command
RSS Feed of this page

Embedding MP3 files

MP3 files can be uploaded in the same way as all other files. Normally they will just be displayed as a file icon which allows the file to be downloaded, however it is possible to cause the MP3 file to be played in an embedded flash mp3 player instead.

The MP3 file can be embedded in the page by entering [Handler] into the text field on the file upload form.

The [Handler] text causes the Webulator software to invoke its 'Handler' routines for the MP3 file and causes a small embedded flash MP3 player to appear which gives the user start and pause buttons, a progress bar and a volume control as shown below.

MP3 File

Extra parameters can be added after the [handler] text: width: width in pixels of the player (default is 300) Because of the way the MP3 player software works, the value controls all players on a page. If you specify the width more than once, the last one on the page will have precedence. loop: whether or not to loop the audio (i.e. start playing it again once it has finished). Permitted values are true or false, default is false. play: whether or not to play the audio automatically when the page opens. Permitted values are true or false, default is false. Use with caution as this can be irritating! initialvolume: A value for the volume control on the player. 0 is silent, 100 is full volume, default is 100. showfile: In addition to showing the MP3 player, the file can also be displayed as a file icon for download along with the text supplied with the showfile argument. In the example below we have used [Handler]loop=true;initialvolume=50;showfile=Download the MP3 file

MP3 File

Download the MP3 fileDownload the MP3 file (261k bytes)

Those who do not have a flash and javascript enabled browser will see a link to the MP3 file, which will allow them to download it and play it elsewhere.

Embedding MP3 files

MP3 files can be uploaded in the same way as all other files. Normally they will just be displayed as a file icon which allows the file to be downloaded, however it is possible to cause the MP3 file to be played in an embedded flash mp3 player instead.