Pokémon TCG: Sword and Shield—Brilliant Stars

Worlds '05 Countdown Timer (Updated)

Status
Not open for further replies.

GreatFox

New Member
EDIT: Modified the Flash file. You no longer need PHP. The timer loads the PHP file from The Labs instead. So you will always get the correct West Coast Time

I just created 2 Countdown timers for The Labs and Team LA that count down to the Start of Worlds '05 and since I haven't seen any other countdown timers anywhere i thought i would share them with you.

You can check them out at each sites home page:
http://www.pokemonlabs.com
http://teamla.pokemonlabs.com

They were built with Flash and use PHP to get the correct time of the server instead of the user's computer. And since my server is in Santa Monica, CA, I know it is coorect down to the milisecond.

If you want you can download them and add them to you own site

Requirements:
None really.
Web server to host the file if you want to place it on you own web site.

Download the following (left click and save as):
200x123 Version
or
407x80 version

Instructions:
Uploaded it to your site

paste the folowing code to your site:

200x123 version
Code:
<!-- FLASH MOVIE - START -->
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'
width='200' height='123' id='worldsTimer' align='left'>
<param name='movie' value='LOCATION OF FILE/timer.swf'>
<param name='quality' value='high'>

<param name='bgcolor' value='#FFFFFF'>
<embed 
src='LOCATION OF FILE/timer.swf'
quality='high' bgcolor='#FFFFFF'
width='200' height='123'
name='worldsTimer' align='left'
type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/go/getflashplayer'>
</embed>
</object>
<!-- FLASH MOVIE - END -->

407x80 version
Code:
<!-- FLASH MOVIE - START -->
<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000'
codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0'
width='407' height='80' id='worldsTimer' align='left'>
<param name='movie' value='LOCATION OF FILE/la_timer.swf'>
<param name='quality' value='high'>
<param name='bgcolor' value='#FFFFFF'>
<embed 
src='LOCATION OF FILE/la_timer.swf'
quality='high' bgcolor='#FFFFFF'
width='407' height='80'
name='worldsTimer' align='left'
type='application/x-shockwave-flash'
pluginspage='http://www.macromedia.com/go/getflashplayer'>
</embed>
</object>
<!-- FLASH MOVIE - END -->

Replace "LOCATION OF FILE" with the location of the file on your sever.

ENJOY! :thumb: :biggrin:
 
Last edited:
I don't get it working.

It starts going wrong with left click save as, not possible, I'm directed to pokelabs.
when I use right click I can only save it as target.
I placed that file on my computer and uploaded it.
Then I pasted that code , replaced location, uploaded page and it's not working.
Even worse my computer indicates that the whole page is not being showed, it stops uploading.

I give up, it's to difficult for me.
I will keep my site textbased only, no images.
 
Last edited:
Status
Not open for further replies.
Back
Top