Topic: Embedding Flash and W3C Validation. (Page 1 of 1) |
|
|---|---|
|
Maniac (V) Inmate From: The Pool Of Life |
posted 01-19-2009 12:09
Is it possible? |
|
Paranoid (IV) Mad Scientist From: Omicron Persei 8 |
posted 01-19-2009 16:53
|
|
Paranoid (IV) Inmate From: Florida |
posted 01-19-2009 18:03
http://reisio.com/examples/flash/ |
|
Paranoid (IV) Inmate From: Norway |
posted 01-19-2009 19:40
|
|
Maniac (V) Inmate From: The Pool Of Life |
posted 01-19-2009 19:41
Thanks for the code reisio I do get fewer errors with that. |
|
Paranoid (IV) Inmate From: Norway |
posted 01-19-2009 21:23
|
|
Paranoid (IV) Inmate From: London |
posted 01-30-2009 09:56
I'm using this method to embed an m4v (MPEG used for Apple iPhone, plays in Quicktime also) file one of my websites. code: <object
data="video/DP_Port_01_Armani.m4v"
width="640"
height="360">
<param
name="movie"
value="video/DP_Port_01_Armani.m4v" />
</object>
|