![]() |
|
Josh
Forum Regular
|
Looks good to me...
|
||||||||||||
|
|
|||||||||||||
|
loftboy
Forum Regular
|
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
|
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
|
flash rules btw~
|
||||||||||||
|
|
|||||||||||||
|
neon
|
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.
|
||||||||||||||
|
|
|||||||||||||||
|
loftboy
Forum Regular
|
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
|
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
|
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
|
yeah thats better just remember to completely leave out the embed tag
|
||||||||||||
|
|
|||||||||||||
|
neon
|
Thanks! I appreciate it!
|
||||||||||||
|
|
|||||||||||||
|
loftboy
Forum Regular
|
sure
|
||||||||||||
|
|
|||||||||||||
|
neon
|
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?
|
||||||||||||||
|
|
|||||||||||||||
|
bobclingan
Forum Regular
|
|||||||||||||
|
|
|||||||||||||
|
Josh
Forum Regular
|
Neon... hint hint... your doctype determines what standards you're going to comply to. Search google for "W3C Doctype"
|
||||||||||||
|
|
|||||||||||||
|
neon
|
Thanks ...
Looks like I'm set for "XHTML Transitional DTD". |
||||||||||||
|
|
|||||||||||||
| Graphic alpha channel |
|
||
|


