11
TooBaked
Re: Theme headerlogo and nav
  • 2004/2/18 0:25

  • TooBaked

  • Just popping in

  • Posts: 37

  • Since: 2003/2/9 5


Quote:

sunsnapper wrote:
Though, I would suggest have an image to to display to users without Flash, so they don't get the ugly plug-in box in Netscape/Mozilla/Firebird (and tiled bg stripes).


I have an exact copy of the flash banner in .JPEG format could you offer some idea on how to implement this option so both parties can view? I could use flash or non flash selection on Main entery page correct? but how do I implement both styles without have 2 whole themes is there a simple script to do this in the theme itself?
Quote:

sunsnapper wrote:
You might also consider using more space between columns, just to make things "less cluttered" and easier to read. But, it looks like you are getting your design into XOOPS without trouble.


Yeah each day I work on this it gets easier and easier. Studio MX 2004 with flash Pro MX helps too : )~
My main task at hand right now is Text background and borders. then Im really going to have to go back and touch it up. I have a partner working on some of the images if you look in the forum and search for a member they are quite nice.




12
sunsnapper
Re: Theme headerlogo and nav

I'm not big into Flash or Shockwave (I try to avoid it). So others may have better advice.

However, I did come across this at this test web page, and I like how it works:
http://w5.cs.uni-sb.de/~butz/teaching/hbks-SS00/plugintest.html

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
 
codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0,0"
 
ID=test WIDTH=110 HEIGHT=80 align=right>
 <
PARAM NAME=movie VALUE="plugtest/test.swf"
 <
PARAM NAME=quality VALUE=high>
 <
PARAM NAME=bgcolor VALUE=#FFFFFF>
 
<SCRIPT LANGUAGE=JavaScript>
<!--
var 
plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin 0;
if ( 
plugin && parseInt(plugin.description.substring(plugin.description.indexOf(".")-1)) >= ) {
    
// Check for Flash version 4 or greater in Netscape
    
document.write('<EMBED src="plugtest/test.swf" quality=high bgcolor=#FFFFFF ');
    
document.write(' swLiveConnect=FALSE WIDTH=110 HEIGHT=80 align=right');
    
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">');
} else if (!(
navigator.appName && navigator.appName.indexOf("Netscape")>=&& navigator.appVersion.indexOf("2.")>=0)){
    
// Netscape 2 will display the IMG tag below so don't write an extra one
    
document.write('<IMG SRC="plugtest/test.gif" WIDTH=110 HEIGHT=80 BORDER=0 align=right>');
}
//-->
</SCRIPT>
<
NOEMBED><IMG SRC="plugtest/test.gif" WIDTH=110 HEIGHT=80 BORDER=0 align=right></NOEMBED>
<
NOSCRIPT><IMG SRC="plugtest/test.gif" WIDTH=110 HEIGHT=80 BORDER=0 align=right></NOSCRIPT>
</
OBJECT>


This I thought was clever... using CSS, the put an image as the background, then if the Flash loads it plays over the top of the background. I don't know that it really buys you much over the script above, which is straightforward, but...
http://www.koolmoves.com/csslayer/csstut.html

Finally, I checked out a Webmonkey article, and they point to a flash detector script that (I think) is capable of serving the specific type of flash movie supported by each version of the player... if you need that level of support. Also, it drops to images when Flash is not available. This is a little heavier scripting...

(you can dig around for all sorts of flash stuff here)
http://www.moock.org/webdesign/flash/detection/moockfpi/

WebMonkey Flash Tutorial:
http://hotwired.lycos.com/webmonkey/multimedia/shockwave_flash/tutorials/tutorial8.html

I suspect the first bit of code there will quickly serve you in the short term while you explore alternatives.

Login

Who's Online

128 user(s) are online (88 user(s) are browsing Support Forums)


Members: 0


Guests: 128


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: May 31
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits