Main Menu
collapse

Simple Portal Archived Forum

This is an Archive Forum.

The content in this forum may be out-of-date or have been superseded by newer information, and links in forum pages to other sites may not work.
This forum contains archives for future reference.

Visit our thread at Simple Machines Forum for current support.

SMF 2.1 users: EhPortal is a ported version of Simple Portal specifically designed for the SMF 2.1 branch.
Please visit web-develop.ca to download EhPortal and for its support.

User Info

Welcome Guest.
Please log in.

Who's Online

  • Dot Guests: 782
  • Dot Hidden: 0
  • Dot Users: 0

There aren't any users online.

Recent Posts

Adding Forums Button to Nav bar by jirapon
[August 01, 2019, 09:07:12 AM]


Re: Board Icons by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 04:03:41 PM]


MOVED: Czech translation???? by ♦ Ninja ZX-10RR ♦
[July 30, 2019, 03:04:51 PM]


Board Icons by jirapon
[July 30, 2019, 07:28:44 AM]


Re: Thankyou Simpleportal, by ♦ Ninja ZX-10RR ♦
[July 29, 2019, 09:41:29 AM]


NEED HELP? If you're looking for support with Simple Portal, look no further than the Support Board!

Custom Aeva Media Block Help (SMF 1.1.11)

Started by Sentinel [AF], April 30, 2010, 12:10:05 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

Sentinel [AF]

Could anyone help me figure out what's wrong with this code please?

The player displays but it doesn't seem to want to load or play any of the music.


function show_aeva_media_block()
{
   global $sourcedir, $galurl;

   // Load the language file
   loadLanguage('Aeva');

   // Grab the file.
   if (file_exists($sourcedir . '/Aeva-Subs.php'))
      require_once($sourcedir . '/Aeva-Subs.php');
   // If it doesn't exist, tell them this and stop running.
   else
   {
      echo '<b>You don\'t have Aeva installed! Unable to continue!</b>';
      return;
   }
   
// Use aeva functions to show the media.
$items = aeva_listItems(aeva_getMediaItems(0, 4, 'RAND()'), false, '', 1);
// Now the code.
echo '<div class="smalltext" style="text-align: left; line-height: 1.4em; border: 0px #000000 solid; padding: 5px;"><br />';
echo '<object type="application/x-shockwave-flash" data="dewplayer-mini.swf?mp3=';

foreach($items as $item)
{
echo $galurl, 'sa=media;in=', $item['id_file'], '|';
}

echo ';&autostart=0&showtime=1&volume=75" width="160" height="20"><param name="wmode" value="transparent" /><param name="movie" value="dewplayer-mini.swf?mp3=';

foreach($items as $item)
{
echo $galurl, 'sa=media;in=', $item['id_file'], '|';
}

echo ';&autostart=0&showtime=1&volume=75" /></object>';

}

// Run the function.;
show_aeva_media_block();


Any help will be much appreciated thanks.
0ot


Sentinel [AF]

A'llo could anyone help me with this code please?

I still haven't been able to figure out what the problem is.

As mentioned before ...

Any help will be much appreciated.

Lee 'Sentinel' Clarke.
0ot