http://localhost Posted July 3, 2008 Report Share Posted July 3, 2008 Sveiki, uztaisu piemēram flash, gribu ievietot to html lapā, man ir fails 123.swf, kā pareizi ievietot lai ietu? Link to comment Share on other sites More sharing options...
andrisp Posted July 3, 2008 Report Share Posted July 3, 2008 http://www.google.com/search?hl=en&q=h...d+flash+in+html Link to comment Share on other sites More sharing options...
mefisto Posted July 3, 2008 Report Share Posted July 3, 2008 http://alistapart.com/articles/flashembedcagematch http://alistapart.com/articles/byebyeembed Link to comment Share on other sites More sharing options...
Evi Posted July 3, 2008 Report Share Posted July 3, 2008 (edited) es daru taa: ieksh .js window.onload = function() {if (document.getElementById('flash')){ var flmv = document.getElementById('flash'); flmv.innerHTML= '<object type="application/x-shockwave-flash" data="flash.swf" width="300" height="200">'+ '<param name="movie" value="flash.swf" />'+ '<param name="quality" value="high" />'+ '<param name="wmode" value="transparent"></object>'; } } ieksh .html <div id="flash"><!-- Flash movie --></div> Edited July 3, 2008 by Evi Link to comment Share on other sites More sharing options...
marcis Posted July 3, 2008 Report Share Posted July 3, 2008 <!--[if !IE]> --> <object type="application/x-shockwave-flash" data="/images/logo.swf" width="287" height="67"> <!-- <![endif]--> <!--[if IE]> <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" width="287" height="67" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"> <param name="movie" value="/images/logo.swf" /> <!--><!--dgx--> <param name="menu" value="false" /> <param name="quality" value="heigh" /> </object> <!-- <![endif]--> Strādājoš un valids. Vienīgi pēctam ar javascript pāri, lai IE lietotājam nebūtu jāaktivizē ActiveX Link to comment Share on other sites More sharing options...
Evi Posted July 3, 2008 Report Share Posted July 3, 2008 (edited) Lai nebuutu jaaktivizee Activex, ir jaaliek flash obj ieksh .js faila ! Edited July 3, 2008 by Evi Link to comment Share on other sites More sharing options...
dmitriy Posted July 3, 2008 Report Share Posted July 3, 2008 marcis, value="high" ;) Link to comment Share on other sites More sharing options...
nemec Posted July 4, 2008 Report Share Posted July 4, 2008 <embed width="100" height="200" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" src="here.swf" play="true" loop="true" menu="true"></embed> Link to comment Share on other sites More sharing options...
mefisto Posted July 4, 2008 Report Share Posted July 4, 2008 nemec, tu stulbs vai izliecies ? Link to comment Share on other sites More sharing options...
http://localhost Posted July 7, 2008 Author Report Share Posted July 7, 2008 Obligāti tie width height jāraksta? gribu ievietot vienkārši html lapā flash navigāciju. Evi - es nesapratu kur jārksta flash. Tu devi man <div id="flash"><!-- Flash movie --></div> <div id="Mape/flashfails.swf"> ? Link to comment Share on other sites More sharing options...
Kavacky Posted July 7, 2008 Report Share Posted July 7, 2008 Nu pamēģini nerakstīt... Link to comment Share on other sites More sharing options...
Recommended Posts