another newbie question

A

A2

Is there a good way to enable flash(.swf) files with javascript and
not use the newbie document.write();

thx
-------
 
A

ASM

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.
 
A

A2

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:::???
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,770
Messages
2,569,583
Members
45,075
Latest member
MakersCBDBloodSupport

Latest Threads

Top