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

Recent articles

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

    The [QuickLinks:] tag allows you to insert a titled box containing a list of links into an article.
  • 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 a the browser's native audio 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 the browser's native audio player to appear which gives the user start and pause buttons, a progress bar and a volume control as shown below.

Extra parameters can be added after the [handler] text: 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! loop: whether or not to loop back to the beginning of the file once it has finished playing. Permitted values are true or false, default is false. 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

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

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 a the browser's native audio player instead.