vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Addon: Custom Midi/Mp3 for each Arcade Page in Johns V3 Arcade Mod. (https://vborg.vbsupport.ru/showthread.php?t=61616)

BlackxRam 02-15-2004 10:00 PM

Addon: Custom Midi/Mp3 for each Arcade Page in Johns V3 Arcade Mod.
 
This is a simple template modification with will play a different Midi file on each page in John's V3arcade.

I made this because some flash games come without music on them and i know sometimes playing a game in this arcade with no background sound can be really annoying. So I made this so i can have a MIDI/MP3 playing in the background that sounds like it goes with the Flash Game.

People will always be able to turn it off incase they dont want to listen to the music.

So Here is the little modification:

Step 1:

First you want to look for the Midis or Mp3's you wish to play during certain games. Find the games you want to have Midi files to play and name them exactly the name of the Flash Game Name. If your game was "asteroids", name the file "asteroids" .mid or .mp3 or whatever.

Upload these files into a folder called media in your images/arcade folder in your forums directory.

Step 2: Easy Code Addition

In the arcade_play template find this line. There are 2 instances of it.

Code:

<td class="thead" colspan="2"><span class="smallfont">$thisGame[title]</span>
After that place this code:

Code:

<br><object
  id="mediaPlayer"
  classid="CLSID:22D6F312-B0F6-11D0-94AB-0080C74C7E95"
  codebase="http://activex.microsoft.com/activex/controls/mplayer/en/nsmp2inf.cab#Version=5,1,52,701"
  standby="Loading Microsoft Windows Media Player components..."
  type="application/x-oleobject"
  height=70>
  <param name="fileName" value="$stylevar[imgdir_arcade]/media/$thisGame[title].mid">
  <param name="animationatStart" value="1">
  <param name="transparentatStart" value="1">
  <param name="autoStart" value="1">
  <param name="autoSize" value="0">
  <param name="showControls" value="1">
  <param name="loop" value="0">
  <param name="ShowDisplay" value="0">
  <param name="ShowStatusBar" value="1">
<embed type="application/x-mplayer2"
      pluginspage="http://www.microsoft.com/Windows/Downloads/Contents/Products/MediaPlayer/"
      filename="$stylevar[imgdir_arcade]/media/$thisGame[title].mid"
      src="$stylevar[imgdir_arcade]/media/$thisGame[title].mid"
      name=NSPlay
      showcontrols=1
      showdisplay=0
      showstatusbar=1
      height=70>
</embed>
</object>

The first instance covers the Challenge page and the second instance covers the normal page.

The above code is set for midi files. You can easily change it or customize it to mp3 or whatever file you wish to use as long as the PATHS remain in tact.


Have fun with it.

Adam Kauth

dbroomjr 02-17-2004 01:18 PM

One word - SWEET

gmarik 02-17-2004 01:58 PM

nice, so I choose the music?

BlackxRam 02-18-2004 01:19 AM

Yup. Find Midis You want to Have PLay. A friend of mine decided to use low quality MP3's that he can stream across his pages. As long as the file name of themusic is the same as the Game Title your fine.

BlackxRam 02-18-2004 01:21 AM

If you want to see it in ACTION goto http://forums.mogusland.com

Check out Chopper, Pingu and Curveball. Those are the ones im using it for now.

Hialls 02-18-2004 03:18 PM

Very very cool! One modification i have made, allowing there to be an option in usercp "Play music while playing games" As some members complained about loading times. As i have been playing high quality songs

Rampag33 02-18-2004 05:13 PM

Great, perfect with games without music and take a while to finish

msimplay 03-31-2004 06:49 PM

how do i loop the music ?

lasto 03-31-2004 07:45 PM

Quote:

Originally Posted by BlackxRam
If you want to see it in ACTION goto http://forums.mogusland.com

Check out Chopper, Pingu and Curveball. Those are the ones im using it for now.

You need to register in order to play in the Arcade. Click here to register.

Hades666 04-02-2004 06:15 PM

Could U please help us here:
https://vborg.vbsupport.ru/showthread.php?t=63356
....thanx!!


All times are GMT. The time now is 01:48 PM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.03079 seconds
  • Memory Usage 1,738KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (2)bbcode_code_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (1)pagenav_pagelink
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete