Forums
This topic is locked
mySQL return to FLV movie
Posted 30 Nov 2009 05:01:14
1
has voted
30 Nov 2009 05:01:14 Chris Trace posted:
Hi there,I am trying to display a *.flv movie which has its filepath drawn from a php MySQL dataset
The recordset works ok and is tested with just a text output of the filename but i cant get the flv player code right.
<param name="FlashVars" value="&MM_ComponentVersion=1&skinName=Corona_Skin_2&streamName=../videos/artistvideos/<?php echo $row_selectedcharactervideo['videofile']; ?>;autoRewind=true" />
or do i need to set this as a $videofile then insert that somehow
Any help is appreciated
Cheers