|
|
 |
 |
 |
 |
Javascript / Client Side Development
|
 |
 |
 |
 |
 |
 |
 |
 |
another newbie question
Is there a good way to enable flash(.swf) files with javascript and not use the newbie document.write(); thx -------
On May 15, 8:59 pm, A2 <aaga@gmail.com> wrote: > Is there a good way to enable flash(.swf) files with javascript and > not use the newbie document.write();
Is document.write in some way only for newbies?
A2 a crit : > Is there a good way to enable flash(.swf) files with javascript and > not use the newbie document.write();
The best with Flash is to not have Flash plug-in installed. -- Stephane Moriaux et son (moins) vieux Mac dj dpass Stephane Moriaux and his (less) old Mac already out of date
no her is an example: <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="550" height="400"> <param name="movie" value="example.swf"> <param name="quality" value="high"> <param name="menu" value="false"> <param name="swStretchStyle" value="fill"><embed swStretchStyle="fill" src="example.swf" quality="high" pluginspage="http:// www.macromedia.com/go/getflashplayer" type="application/x-shockwave- flash" width="685" height="465"></embed></object> how would i enable the above code with javascript:::???
|
 |
 |
 |
 |
|