ForumCommunity

Wiki - Video, music and games in Flash

    Basic
    • The file must be on the web (read the wiki about hosting)
    • The file must not be copyrighted
    • The format can not be .mp3 or .wav
    How to put video and music
    HTML
    <embed src="http://file_address" autostart="True" controls="True" loop="True">

    It allows the user, through an interface similar to that of Windows Media Player, to interrupt and restart playing the file.

    The following code works, however, only on Internet Explorer and with audio files:
    HTML
    <bgsound src="http://audio_file_address" loop="True">


    How to insert Flash files
    To insert a Flash file, use the following codes:
    CODICE
    [FLASH=600,400]http://flash_file_address[/FLASH]

    Use the above code to insert flash files in the threads or in your signature, or enter the code below if you want to insert this kind of file on he top of a section or in the home of the forum:
    HTML
    <embed src="http://flash_file_address" quality="high" width="600" height="100" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">

    Finally you have only to insert all in Manage HTML code of your forum by choosing the box in which to insert the code depending on where you want the codes work, remembering that by placing the code
    on top of the forum and at the bottom of the forum, the code will be displayed on every page of the forum. In the other boxes, the code will work on individual sections (in which you insert the code).
    In the messages it is possible to insert up to a multimediamedia file, in order to limit the weight of the pages.
    • Youtube videos
      Youtube offers anembed code, which can be used by removing the words allowscriptaccess="always", or by replacing the word always with never.
      After making this change, simply copy and paste it where you want it to be displayed (message or Manage HTML code).