Hi,
Just wanting to know if anyone is good with external flash flv (not just a swf) files and coding it into a php/xhtml file.
The position of it, is not exactly where I want it and it seems as though it's not listening to the css file at all.
Has anyone had experience with positioning external flash video?
Here's the flash code that's in the php file.
<div col="right_col">
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
<strong>You need to upgrade your Flash Player to version 8 or later.</strong>
</div>
<script type="text/javascript">
var so = new SWFObject("flvPlayer.swf?imagePath=480x270.jpg&videoPath=video.flv&autoStart=true", "sotester", "300", "250", "8", "#000000");
so.write("flashcontent");
</script>
Just wanting to know if anyone is good with external flash flv (not just a swf) files and coding it into a php/xhtml file.
The position of it, is not exactly where I want it and it seems as though it's not listening to the css file at all.
Has anyone had experience with positioning external flash video?
Here's the flash code that's in the php file.
<div col="right_col">
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">
<strong>You need to upgrade your Flash Player to version 8 or later.</strong>
</div>
<script type="text/javascript">
var so = new SWFObject("flvPlayer.swf?imagePath=480x270.jpg&videoPath=video.flv&autoStart=true", "sotester", "300", "250", "8", "#000000");
so.write("flashcontent");
</script>








