A Flash Developer Resource Site

Results 1 to 8 of 8

Thread: First Big Site!

  1. #1
    Member
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    54

    First Big Site!

    Hi guys, how are you?

    This is the biggest site I've ever made and I just wanted to know what you guys think of it. So far, there's rotating banner ads, business directory, chatting and personals.

    www.ezoi.net

    pronounced as (eezo-ee)

    Thanks!

  2. #2
    Senior Member flashPlaya's Avatar
    Join Date
    Sep 2001
    Location
    >>WESTSIDE<<
    Posts
    235
    Looks very pro, needs some flash in that header though.

    Rp
    ////FLASHPLAYER//

    MY SITE>>

  3. #3
    Member
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    54
    thanks. I was actually talking to my partner about that. I was telling him it would be cool to make the butterfly "fly" or something..

    Do you have any suggestions for animation?

  4. #4
    >| Insert Random Quote Here|< Flash Kev's Avatar
    Join Date
    Aug 2003
    Location
    Location : Location
    Posts
    146
    maybe the butterfly gently flaps wings, and possibly the text floats, blurs/fouces.

  5. #5
    Senior Member flashPlaya's Avatar
    Join Date
    Sep 2001
    Location
    >>WESTSIDE<<
    Posts
    235
    That's what i am talking about! Make super lowkey. Something that is not to distracting
    ////FLASHPLAYER//

    MY SITE>>

  6. #6
    Member
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    54
    ok, cool. Thanks guys. Umm.. i have a question though. I have tried in the past to place a flash movie in an html site but it didn't work too well. Users who didn't have flash or didn't have the right flash version were suppose to see a static image instead but never really worked 100%.

    Do you guys know how I can make it so that it's 100% functional? I have a lot of users who come to this site so I don't want it screwing up.

    Thanks a lot!

  7. #7
    Member
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    54
    ok, I just found the script I had previously used. Do you guys see anything wrong with it?

    Code:
    <SCRIPT LANGUAGE=JavaScript1.1>
    <!--
    var MM_contentVersion = 6;
    var plugin = (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"]) ? navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin : 0;
    if ( plugin ) {
    		var words = navigator.plugins["Shockwave Flash"].description.split(" ");
    	    for (var i = 0; i < words.length; ++i)
    	    {
    		if (isNaN(parseInt(words[i])))
    		continue;
    		var MM_PluginVersion = words[i]; 
    	    }
    	var MM_FlashCanPlay = MM_PluginVersion >= MM_contentVersion;
    }
    else if (navigator.userAgent && navigator.userAgent.indexOf("MSIE")>=0 
       && (navigator.appVersion.indexOf("Win") != -1)) {
    	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n'); //FS hide this from IE4.5 Mac by splitting the tag
    	document.write('on error resume next \n');
    	document.write('MM_FlashCanPlay = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & MM_contentVersion)))\n');
    	document.write('</SCR' + 'IPT\> \n');
    }
    if ( MM_FlashCanPlay ) {
    		document.write('<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"');
    	document.write('  codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" ');
    	document.write(' ID="flashtron" WIDTH="448" HEIGHT="275" ALIGN="">');
    	document.write(' <PARAM NAME=movie VALUE="home/images/flashtron.swf"> <PARAM NAME=menu VALUE=false> <PARAM NAME=quality VALUE=high> <PARAM NAME=bgcolor VALUE=#FFFFFF>  '); 
    	document.write(' <EMBED src="home/images/flashtron.swf" menu=false quality=high bgcolor=#FFFFFF  ');
    	document.write(' swLiveConnect=FALSE WIDTH="448" HEIGHT="275" NAME="flashtron" ALIGN=""');
    	document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer">');
    	document.write(' </EMBED>');
    	document.write(' </OBJECT>');
    } else{
    	document.write('<IMG SRC="home/images/flashtron.gif" WIDTH="448" HEIGHT="275" usemap="#flashtron" BORDER=0>');
    }
    //-->
    </SCRIPT><NOSCRIPT><IMG SRC="home/images/flashtron.gif" WIDTH="448" HEIGHT="275" usemap="#flashtron" BORDER=0></NOSCRIPT>

  8. #8
    Member
    Join Date
    Nov 2000
    Location
    Montreal, Canada
    Posts
    54

    On Another Note

    I've been having some problems with my chat applet. I personally haven't had problems but some of my users say that it kicks them out. I don't know if its m actual applet (which I doubt), the IRC server or maybe just the users.

    Do you guys think you can check it out IF you have time?

    Thanks!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center