Mailing List
Home
Forum Home
Flash Pro
Subjects
Subject: RE: Firework Effect
Web Service Results
Flash Interface with 10mb xml file
AW: [Flashcoders] Switch/Case vs If/else
AW: [Flashcoders] Switch/Case vs If/else
Flash MX 2004 Sucks
Reading and displaying RSS feeds in Flash MX
Flash and QuickTime VR
Textfield prototype question
XML to Object help
Order of events per frame
MX2004 Dataset itemClassName
memory management removeMovieClip /
Event Dispatcher between classes
Help: MX 2004 How to script a print button to print the entire sli
ScrollPane component doesn 't auto update
setInterval bug identified and fixed
setInterval bug identified and fixed
Listener Object 's best practice
 
Can not display site...

Can not display site...

2004-04-20       - By RuneImp

 Back
tempusdesign2002 wrote:

>What can I do to warranty a site to display properly on almost every computer
or any
>browser?
>
>Is there a problem with my site?
>
>I wish any of you could take a look and tell me if it works...
>
>http://www.geocities.com/tempusdesign2002/
>
>
>Of course, its still under construction...
>
>Thanks a lot.
>

Make all your HTML 3.2 compliant. Include OBJECT, EMBED and alternative
code for your Flash movies. But strictly compliant. All attribute values
should be enclosed in double-quotes. Make the initial Flash movie of the
site only need Flash 4 and check the Flash version ala my Flash Version
Detector (Flash 4) at http://flashstuff.net/management/ . JavaScript and
other methods are generally to problematic. Besides that's what the
alternative code is for.

<OBJECT...>
   <PARAM... >
   <PARAM... >
   <EMBED... >
       <NOEMBED><H3>This site requires the Flash Player. Please
download here.</H3></NOEMBED>
   </EMBED>
</OBJECT>

Now, what I've just said will make your site as accessible to the
absolute widest possible browser/OS combos. Probably cover 95% of all
visitors no matter what kind of site your working on. But, I don't
recommend it. XHTML and the Flash Satay method of Flash movie embedding
such as I use at http://flashstuff.net/ is what I recommend. Like so:

<object id="FlashMenu" type="application/x-shockwave-flash"
data="/add/menu.swf" width="125" height="750">
   <param name="movie" value="/add/menu.swf" />
   <param ... />
   <param ... />
   <h3>This site requires the Flash Player. Please get it <a
href="http://www.macromedia.com/go/getflashplayer">here</a></h3>
</object>

This method will likely work with 90% or more of your site visitors no
matter what kind of site your doing. It is standards compliant and thus
more maintainable and future proof. If it's an artists or game site then
99.9% of your visitors should be fine. For those few that aren't the
alternate code will take care of them. Though you could also expand the
alternate code to include a statement such as:

If your not using Internet Explorer 6+, Netscape 7+, Mozilla or Opera 7+
and are having trouble viewing this site then we recommend upgrading to
latest version of one of those free browsers.

You could also add the Flash version detection as mentioned before.
Always a good idea...  :)


-=- RuneImp
ImpTech - Web Design & Hosting
http://imptech.net
rune@(protected)


-- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- ---- --
Server geeks, take heart! If you're sick of wading through
animation & graphics instruction for relevant info., then
Nate Weiss' Macromedia Flash MX Professional 2004 for Server
Geeks is for you. Leave designing to designers and dig into
core concepts to create rich user interfaces, online
advertising, and more.  See www.peachpit.com for more info.
Yahoo! Groups Links

<*> To visit your group on the web, go to:
    http://groups.yahoo.com/group/FLASHmacromedia/

<*> To unsubscribe from this group, send an email to:
    FLASHmacromedia-unsubscribe@(protected)

<*> Your use of Yahoo! Groups is subject to:
    http://docs.yahoo.com/info/terms/