Search the archives!
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Javascript] flash v dhtml
- From: javascript@xxxxxxxxxx (BEKIM BACAJ)
- Subject: [Javascript] flash v dhtml
- Date: Sat, 30 Jun 2001 03:24:01 +0200
------=_NextPart_001_0000_01C10114.1BCEDCC0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable A good place to start with is newly integrated msdn where I can not find = them anymore there used to be a lot of very good examples. But I've found the old link it is still there, not all of the examples ar= e going to work. But its the best place to start for now. You will find t= hat DirectX is more complex than you've thought, It has sections like dir= ect animation, direct show, direct transform, etc. http://www.microsoft.com/directx/dxm/ =20 ----- Original Message ----- From: rhh Sent: Saturday, June 30, 2001 2:13 AM To: javascript@xxxxxxxxxx Subject: Re: [Javascript] flash v dhtml =20 Dramatic! Do you know some site to learn more about directX? Ric As far as I'm concerned, when using dial up connections I always skip Fla= sh pages. They are usually very heavy 100 kb <... Comparing to DHTML I personally think that they are almost equal, except some vector graphic font manipulations, nice alpha filtering, but both ar= e two dimensional. !you can use vectors in DHTML also. I prefer DirectX more than both, but still don't know much about it. Same problem, user has to download the Flash engines before he can previe= w the content if he haven't done it before. DirecX comes with windows operating system, it is also incorporated in the browser, so it gives you less trouble. Here, for instance: try the power of the DirectX (less than 1.3 kb of cod= e, and yet 3D manipulation), absolutely different experience. <HTML> <body bgcolor=3Dnavy> <script language=3D"Jscript" for=3D"Seq" event=3D"oninit"> Seq.item("ActionSet1").At(0.000, "RotateAll()",730, .0050); Seq.item("ActionSet1").Play(); </script> <script language=3D"JScript"> function RotateAll() { sgMSDHTML.Rotate(1.2, -1.2, -1.2); sgMSDHTML.scale(1.005,1.005,1.005); } </script> <object id=3D"Seq" classid=3D"CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96" align=3D"baseline" border=3D"0" width=3D"0" height=3D"0"> </object> <object id=3D"sgMSDHTML" classid=3D"CLSID:369303C2-D7AC-11d0-89D5-00A0C90833E6" align=3D"baseline" border=3D"0" width=3D"14" height=3D"14" style=3D"Position:Absolute; HEIGHT:400px; WIDTH:700px; Top:15%; border:in= set 3 blue; Left:2%;background-color:black"> <param name=3D"Line0001" value=3D"SetLineColor(255,255,255)"> <param name=3D"Line0003" value=3D"SetFillSTYLE(1)"> <param name=3D"Line0004" value=3D"SetLineSTYLE(0)"> <param name=3D"Line0002" value=3D"SetFillColor(0,200,255)"> <param name=3D"Line0005" value=3D"SetFont('haettenschweiler',140,850)"> <param name=3D"Line0006" value=3D"Text('Trojani', -120, 0, 0)"> <param name=3D"Line0007" value=3D"Text('2000', -45, 115, 0)"> </object> </body> </html> ----- Original Message ----- From: Andrew Dunn Sent: Friday, June 29, 2001 8:13 AM To: javascript@xxxxxxxxxx Subject: [Javascript] flash v dhtml Hi, What do people think about using flash instead of dhtml? What are the cons and pros of using both? I don't know how to use flash and I was wondering what sort of things are capable with it? One thing that would b= e attractive I guess is that you do not have to worry about cross-browser issues. Andrew _______________________________________________ Javascript mailing list Javascript@xxxxxxxxxx http://www.LaTech.edu/mailman/listinfo/javascriptGet more from the Web. FREE MSN Explorer download : http://explorer.msn.com _______________________________________________ Javascript mailing list Javascript@xxxxxxxxxx http://www.LaTech.edu/mailman/listinfo/javascriptGet more from the Web. = FREE MSN Explorer download : http://explorer.msn.com ------=_NextPart_001_0000_01C10114.1BCEDCC0 Content-Type: text/html; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable <HTML><BODY STYLE=3D"font:10pt verdana; border:none;"><DIV>A good place t= o start with is newly integrated msdn where I can not find them anymore t= here used to be a lot of very good examples.</DIV> <DIV>But I've found th= e old link it is still there, not all of the examples are going to work. = But its the best place to start for now. You will find that DirectX is mo= re complex than you've thought, It has sections like direct animation, di= rect show, direct transform, etc.</DIV> <DIV><A href=3D"http://www.micros= oft.com/directx/dxm/">http://www.microsoft.com/directx/dxm/</A></DIV> <DI= V> </DIV> <DIV> </DIV> <BLOCKQUOTE style=3D"PADDING-RIGHT: 0px;= PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: #000000 2px solid; MAR= GIN-RIGHT: 0px"> <DIV style=3D"FONT: 10pt Arial">----- Original Message -= ----</DIV> <DIV style=3D"BACKGROUND: #e4e4e4; FONT: 10pt Arial; COLOR: bl= ack"><B>From:</B> rhh</DIV> <DIV style=3D"FONT: 10pt Arial"><B>Sent:</B> = Saturday, June 30, 2001 2:13 AM</DIV> <DIV style=3D"FONT: 10pt Arial"><B>= To:</B> javascript@xxxxxxxxxx</DIV> <DIV style=3D"FONT: 10pt Arial"><B>Su= bject:</B> Re: [Javascript] flash v dhtml</DIV> <DIV> </DIV>Dramatic= ! Do you know some site to learn more about directX?<BR>Ric<BR><BR>As far= as I'm concerned, when using dial up connections I always skip Flash<BR>= pages. They are usually very heavy 100 kb <...<BR>Comparing to DHTML I= personally think that they are almost equal, except<BR>some vector graph= ic font manipulations, nice alpha filtering, but both are<BR>two dimensio= nal. !you can use vectors in DHTML also.<BR>I prefer DirectX more than bo= th, but still don't know much about it.<BR>Same problem, user has to down= load the Flash engines before he can preview<BR>the content if he haven't= done it before. DirecX comes with windows<BR>operating system, it is als= o incorporated in the browser, so it gives you<BR>less trouble.<BR><BR>He= re, for instance: try the power of the DirectX (less than 1.3 kb of code,= <BR>and yet 3D manipulation), absolutely different experience.<BR><BR><= ;HTML><BR><body bgcolor=3Dnavy><BR><script language=3D"Jscrip= t" for=3D"Seq" event=3D"oninit"><BR> Seq.item("Actio= nSet1").At(0.000, "RotateAll()",730, .0050);<BR> Seq.it= em("ActionSet1").Play();<BR></script><BR><script language=3D"JSc= ript"><BR>function RotateAll() {<BR>sgMSDHTML.Rotate(1.2, -1.2, -1.2);= <BR>sgMSDHTML.scale(1.005,1.005,1.005);<BR>}<BR></script><BR><ob= ject id=3D"Seq"<BR>classid=3D"CLSID:B0A6BAE2-AAF0-11d0-A152-00A0C908DB96"= <BR>align=3D"baseline" border=3D"0" width=3D"0" height=3D"0"><BR></= object><BR><object<BR>id=3D"sgMSDHTML"<BR>classid=3D"CLSID:369303C2= -D7AC-11d0-89D5-00A0C90833E6"<BR>align=3D"baseline" border=3D"0" width=3D= "14" height=3D"14"<BR>style=3D"Position:Absolute; HEIGHT:400px; WIDTH:700= px; Top:15%; border:inset<BR>3 blue;<BR>Left:2%;background-color:black"&g= t;<BR><param name=3D"Line0001" value=3D"SetLineColor(255,255,255)">= <BR><param name=3D"Line0003" value=3D"SetFillSTYLE(1)"><BR><para= m name=3D"Line0004" value=3D"SetLineSTYLE(0)"><BR><param name=3D"Li= ne0002" value=3D"SetFillColor(0,200,255)"><BR><param name=3D"Line00= 05" value=3D"SetFont('haettenschweiler',140,850)"><BR><param name=3D= "Line0006" value=3D"Text('Trojani', -120, 0, 0)"><BR><param name=3D= "Line0007" value=3D"Text('2000', -45, 115, 0)"><BR></object><BR>= </body><BR></html><BR><BR>----- Original Message -----<BR>Fro= m: Andrew Dunn<BR>Sent: Friday, June 29, 2001 8:13 AM<BR>To: javascript@L= aTech.edu<BR>Subject: [Javascript] flash v dhtml<BR><BR>Hi,<BR> &nbs= p; What do people think about using flash instead of dhtml? What are the<= BR>cons and pros of using both? I don't know how to use flash and I was<B= R>wondering what sort of things are capable with it? One thing that would= be<BR>attractive I guess is that you do not have to worry about cross-br= owser<BR>issues.<BR><BR>Andrew<BR><BR><BR>_______________________________= ________________<BR>Javascript mailing list<BR>Javascript@xxxxxxxxxx<BR>h= ttp://www.LaTech.edu/mailman/listinfo/javascriptGet more from the Web.<BR= >FREE MSN Explorer download : http://explorer.msn.com<BR><BR><BR><BR>____= ___________________________________________<BR>Javascript mailing list<BR= >Javascript@xxxxxxxxxx<BR>http://www.LaTech.edu/mailman/listinfo/javascri= pt<BR></BLOCKQUOTE></BODY></HTML><br clear=3Dall><hr>Get more from the We= b. FREE MSN Explorer download : <a href=3D'http://explorer.msn.com'>http= ://explorer.msn.com</a><br></p> ------=_NextPart_001_0000_01C10114.1BCEDCC0--
- Prev by Date: [Javascript] flash v dhtml
- Next by Date: [Javascript] indexing page sections
- Previous by thread: [Javascript] flash v dhtml
- Next by thread: Former Re: [Javascript] flash v dhtml
- Index(es):