Click to See Complete Forum and Search --> : flash gallery


PeOfEo
05-04-2004, 11:06 PM
I scripted this for www.clubsandwich.us that is a club I am in, my friend is running the server.
http://quasi-ke.servebeer.com/flashgallery.aspx
we are going to put a lot more in there, but those are just the first few files, and it is on my box as you can see. He doesnt have it setup yet. My club handle is barron bologna :p. The main page is valid xhtml, but I do not know how to make the flash page valid xhtml and still have it display... I can't seem to get around using the embed tag. Anyone know how?

Daniel T
05-04-2004, 11:33 PM
http://www.alistapart.com/articles/flashsatay/ <-- I'm afraid that's as easy as it gets, my friend :(

PeOfEo
05-04-2004, 11:44 PM
pyro beat yah to it on msger, validate my pages :p

Daniel T
05-04-2004, 11:46 PM
Originally posted by PeOfEo
pyro beat yah to it on msger
GRRR!!!! THAT GUY'S JUST TOO DAMN FAST!!! :p
-Dan

PeOfEo
05-05-2004, 12:19 AM
http://www.clubsandwich.us/flashgallery.aspx yay, My friend could not get it running forever, finally I said, give me remote desktop access, I am tired of this crap. So I logged in via that, and changed a whole bunch of permissions and bingo, it runs now.

Daniel T
05-05-2004, 12:26 AM
Hmmm... it validates, eh? I see you're using XHTML 1.1 rather than strict. Do you know of an easier way to get it to validate in strict, other than embedding code into the flash movie? I ask because I'm learning flash right now, but it isn't usable on my site unless I can get it to validate with strict, and I can't figure out the ALA thing.
-Dan

PeOfEo
05-05-2004, 01:27 AM
why would you use 1.0 strict rather then 1.1. Do you mean 4.01? I don't use flash, we just wanted a cartoon section on our club's site. Club sandwich, the only club with a foo dnamed after it.

Daniel T
05-05-2004, 01:37 AM
Originally posted by PeOfEo
why would you use 1.0 strict rather then 1.1. Do you mean 4.01
4.01 is HTML Transitional
1.1 is XHTML Transitional
1.0 is XHTML Strict, which I prefer

The Cheat
05-05-2004, 01:54 AM
no no no no.... NO.

xhtml 1.0 strict IS xhtml 1.1
there is also xhtml 1.0 transitional
there is both html 4.01 strict and html 4.01 transitional.

Daniel T
05-05-2004, 02:00 AM
Ahhh, okay, gotcha! BTW, Peo, do you always design with tables? I thought you would be a web-standards kind of guy :rolleyes:
-Dan

PeOfEo
05-05-2004, 02:17 AM
Originally posted by DanieLTomaS
Ahhh, okay, gotcha! BTW, Peo, do you always design with tables? I thought you would be a web-standards kind of guy :rolleyes:
-Dan :rolleyes: right back at cha. http://quasi-ke.servebeer.com/flashgallery.aspx
is tabular data and it is valid
http://validator.w3.org/check?verbose=1&uri=http%3A//www.quasi-ke.servebeer.com/flashgallery.aspx
http://www.contentquality.com/mynewtester/cynthia.exe?rptmode=-1&runcr=1&url1=http%3A//www.quasi-ke.servebeer.com/flashgallery.aspx
http://jigsaw.w3.org/css-validator/validator?profile=css2&warning=2&uri=http%3A//www.quasi-ke.servebeer.com/flashgallery.aspx

Look on the display page.
http://quasi-ke.servebeer.com/display.aspx?file=epilepsy.swf
if you want css

I am a web standards guy, view my site in lynx. I am tempted to make a 1.1 site with valid css that is standards compliant that uses tables for layout to make a point, you can be accessable and have tables. I have been trying to make this point for how long now? Tables can actually be a very good solution
http://quasi-ke.servebeer.com/hybrid2.html
the reason I say this is you do not have to hack them or worrie about bad box models. If tables are done right they will be styled with css and there will be no nesting in site.

http://quasi-ke.servebeer.com/layout/ css based layout I have been working on for my clan's site, but I have stopped because I do not have enough free time. Yes I do prefer to make layouts in css. But I could really go either way.

Robert Wellock
05-05-2004, 08:27 AM
You could always write a DTD and include <embed /> like I did last year for my QuickTime Movies because I didn't want to use JavaScript and was serving XHTML as an application of XML.

I don't think Flash has as much issues cross-browser wise when you use <object> though.