Author Topic: I would like to know how to add 'random video' somewhere else.  (Read 924 times)

0 Members and 1 Guest are viewing this topic.

Offline neogrant

  • phpd Basic Member
  • **
  • Posts: 57
  • Karma: 0
    • View Profile
here is the html page http://www.gamestreams.net/gamevideos/index.php?cat=18 i would like it on, i'm going to add a rotation background image script everytime the page is refreshed, but i also want a rotation of videos from a certain category: http://www.gamestreams.net/gamevideos/index.php?cat=18

http://www.gamestreams.net/gamevideos/relax/index.php

Offline FireDart

  • Project Leader
  • Pro Member
  • *****
  • Posts: 406
  • Karma: 4
    • View Profile
    • FireDart
Re: I would like to know how to add 'random video' somewhere else.
« Reply #1 on: July 21, 2009, 04:08:03 PM »
Can't crack this egg but... for the randomly changing background image I can help, look at this:
http://forums.digitalpoint.com/showthread.php?t=130244


Also for the "FireFox is preferred" img why not but it in a If IE:
Code: [Select]
<!--[if IE]>
<img src="http://www.gamestreams.net/HP-Firefox-icon.gif" border="0" width="261" height="48">
<![endif]-->

This means only IE users will see it since IE has the problem loading PHP Director. For me PHP Director Renders the same in FireFox, Opera, Safari, and Google Chrome.
For me there 's no point in seeing it when I am use FireFox ;)
« Last Edit: July 21, 2009, 04:16:38 PM by FireDart »