Reply to topic
Josh
Forum Regular

Joined: 01 Apr 2004
Posts: 1029
Location: Felton, Delaware
Reply with quote
Looks good to me...
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
looks ok in firefox but wont run on ie

first thing i would do is add a preloader since its over bout 64k in size

second i wouldnt use the tradition method of <embed> as thats a depriciated tag and will throw errors for activex

u need to add the movie to validate with your xhtml page see my way on this thread http://forums.hostmysite.com/viewtopic.php?t=497
that should help a ton

the other thing is what r u using for flash version detection? cause it doesnt work in ie but did in ff
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
heres that code

nice and simple and awhole lot better!

<!-- insert flash swf to be compliant -->
<object type="application/x-shockwave-flash"
data="movie.swf" width="500" height="500">
<param name="movie" value="movie.swf" />
</object>
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
flash rules btw~
neon


Joined: 03 Dec 2004
Posts: 24
Reply with quote
Funny you should ask ... I pulled the detection script for you past post. No good?

I used your complian code to insert the swf in my main page, but it gave me warning messages & I changed it back. Odd that MX2004 would be giving old code! I'll try it again.

Code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="800" height="600">
    <param name="movie" value="/MPDhome2.swf" />
    <param name="quality" value="high" />
    <embed src="/MPDhome2.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="600"></embed>
  </object>
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
what kinda error?

should be this

<!-- insert flash swf to be compliant -->
<object type="application/x-shockwave-flash"
data="/MPDhome2.swf" width="800" height="600">
<param name="movie" value="/MPDhome2.swf" />
</object>
neon


Joined: 03 Dec 2004
Posts: 24
Reply with quote
Oops ... operator error, imagine that! Does it look better?

I'll go back and try to better optimize my back grounds. The slides are loading dynamically, each slide about 30K.
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
look at http://www.jamwerx.com/fff/flash.htm

but i think its missing the other swfs

my ie says theres isnt flash installed but there is lol
stupid ie

are u publishing it at flash 6 or flash 7?

if u wanna send it to me i will take a look and add a preloader if u want
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
yeah thats better just remember to completely leave out the embed tag
neon


Joined: 03 Dec 2004
Posts: 24
Reply with quote
Thanks! I appreciate it!
loftboy
Forum Regular

Joined: 24 Jun 2004
Posts: 1129
Location: Colorado
Reply with quote
sure Smile
neon


Joined: 03 Dec 2004
Posts: 24
Reply with quote
Follow up question: Here is the default code dwMX2004 creates for a basic html web page I've been using. Does it meet the "validation" specs OK?

Code:
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<title>Untitled Document</title>
</head>

<body>
</body>
</html>
bobclingan
Forum Regular

Joined: 16 Sep 2004
Posts: 271
Location: Abingdon, MD
Reply with quote
This is one (of many) ways to validate your HTML code...

http://validator.w3.org/
Josh
Forum Regular

Joined: 01 Apr 2004
Posts: 1029
Location: Felton, Delaware
Reply with quote
Neon... hint hint... your doctype determines what standards you're going to comply to. Search google for "W3C Doctype"
neon


Joined: 03 Dec 2004
Posts: 24
Reply with quote
Thanks ...
Looks like I'm set for "XHTML Transitional DTD".
Graphic alpha channel
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
All times are GMT  
Page 2 of 3  

  
  
 Reply to topic