The Most Active and Friendliest
Affiliate Marketing Community Online!

“Adavice”/  “1Win

Displaying videos on static website without knowing programming.

Lambert85

New Member
affiliate
Hello,
I am not a programmer and I want to embed flash video player and videos in my static website can anyone give me suggestions or simple method to follow? I would be thankful to you. Await your reply.
 
Hello,
I am not a programmer and I want to embed flash video player and videos in my static website can anyone give me suggestions or simple method to follow? I would be thankful to you. Await your reply.


<object
type="application/x-shockwave-flash"
data="example.swf"
width="300" height="175" hspace="10" vspace="10" align="right">
<param name="movie" value="example.swf" />
</object>

to make it compliant with html 4.01 transitional this would be the html I think:

<object
type="application/x-shockwave-flash"
data="example.swf"
width="300" height="175" hspace="10" vspace="10" align="right">
<param name="movie" value="example.swf">
</object>
 
banners
Back