Jump to content


Photo

week day flash changer...


  • Please log in to reply
4 replies to this topic

#1 sara2002

sara2002

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 17 November 2004 - 12:54 PM

i have site ,,,,http://www.sara2002.tk
i want to display daily one flash ( monday to sunday)...
pls helpme in javascript

#2 Nascaron

Nascaron

    Young Padawan

  • Members
  • Pip
  • 32 posts

Posted 17 November 2004 - 01:23 PM

I am sorry, I don't understand your question..could you be more specific? By the way, that website is down, it seems.

#3 sara2002

sara2002

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 18 November 2004 - 12:52 PM

these only shows the jpge files....daily one images.(script below)
i want to modify these to show each flash files (swf)daily...pls any body can help me..and modify...pls.....



************
<!-- ONE STEP TO INSTALL WEEK DAY IMAGE:

1. Copy the coding into the BODY of your HTML document -->

<!-- STEP ONE: Paste this code into the BODY of your HTML document -->

<BODY>

<script LANGUAGE="JavaScript">

<!-- This script and many more are available free online at -->
<!-- The JavaScript Source!! http://javascript.internet.com -->

<!-- Begin
today = new Date();
day = today.getDay();
arday = new Array("sunday.jpg", "monday.jpg", "tuesday.jpg",
"wednesday.jpg", "thursday.jpg", "friday.jpg", "saturday.jpg");

document.write("<img src='" + arday[day] + "'>");
// End -->
</script>

<p><center>
<font face="arial, helvetica" size="-2">Free JavaScripts provided<br>
by <a href="http://javascriptsou...source.com">The JavaScript Source</a></font>
</center><p>

<!-- Script Size: 0.63 KB -->

#4 Nascaron

Nascaron

    Young Padawan

  • Members
  • Pip
  • 32 posts

Posted 18 November 2004 - 02:15 PM

Try:

<BODY>
<OBJECT classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0' WIDTH=300 HEIGHT=300>
<script LANGUAGE="JavaScript">
today = new Date();
day = today.getDay();
arday = new Array("sunday.swf", "monday.swf", "tuesday.swf",
"wednesday.swf", "thursday.swf", "friday.swf", "saturday.swf");
document.write("<PARAM NAME=movie VALUE='" + arday[day] + "'> <PARAM NAME=quality VALUE=best> <PARAM NAME=wmode VALUE=transparent> <PARAM NAME=bgcolor VALUE=#FFFFFF> <EMBED src='" + arday[day] + "' TYPE='application/x-shockwave-flash' PLUGINSPAGE='http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash' quality=best bgcolor=#FFFFFF WIDTH=300 HEIGHT=300></EMBED>");
// End -->
</script>

(Change the width & height to your movies their width and height and the background color of the movies to yours..etc)

#5 sara2002

sara2002

    Young Padawan

  • Members
  • Pip
  • 3 posts

Posted 21 November 2004 - 11:09 PM

the code what u have given for flash daily changer is not working.....
pls help me......




0 user(s) are reading this topic

0 members, 0 guests, 0 anonymous users