Changeset 533824
- Timestamp:
- 04/20/2012 03:04:15 AM (14 years ago)
- File:
-
- 1 edited
-
hana-flv-player/trunk/hana-flv-player.php (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
hana-flv-player/trunk/hana-flv-player.php
r532664 r533824 501 501 } 502 502 503 $output.="<hana-ampersand>< video id='$media_id' width='".$flv_attr['width']."' height='".$flv_attr['height']."' $splashImage src='".$flv_attr['video']."'504 $preload $autoplay controls='controls'>$description</video></ hana-ampersand>";503 $output.="<hana-ampersand><div style='padding:0;margin:0; border:0;'><video id='$media_id' width='".$flv_attr['width']."' height='".$flv_attr['height']."' $splashImage src='".$flv_attr['video']."' 504 $preload $autoplay controls='controls'>$description</video></div></hana-ampersand>"; 505 505 506 506
Note: See TracChangeset
for help on using the changeset viewer.