Make sure that your database has the full path and that you
are tetsing in
the browser. You won't be able to see anything in DW
--
Paul Whitham
Certified Dreamweaver MX2004 Professional
Adobe Community Expert - Dreamweaver
Valleybiz Internet Design
www.valleybiz.net
"fool" <webforumsuser@macromedia.com> wrote in message
news:eec8i6$9f3$1@forums.macromedia.com...
> Thanks - I inserted the media player which came with
Dreamweaver 8 and
> the
> following code was generated:
>
> <object
classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
> codebase="
http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
> rsion=8,0,0,0" width="130" height="98"
id="FLVPlayer">
> <param name="movie" value="FLVPlayer_Progressive.swf"
/>
> <param name="salign" value="lt" />
> <param name="quality" value="high" />
> <param name="scale" value="noscale" />
> <param name="FlashVars"
>
value="&MM_ComponentVersion=1&skinName=Corona_Skin_1&streamName=videos/naomi3&au
> toPlay=false&autoRewind=false" />
> <embed src="FLVPlayer_Progressive.swf"
>
flashvars="&MM_ComponentVersion=1&skinName=Corona_Skin_1&streamName=videos/naomi
> 3&autoPlay=false&autoRewind=false"
quality="high" scale="noscale"
> width="130"
> height="98" name="FLVPlayer" salign="LT"
> type="application/x-shockwave-flash"
> pluginspage="
http://www.macromedia.com/go/getflashplayer"
/>
> </object>
>
> I attempted to replace 'videos/naomi3' (the file is at
video/naomi.flv)
> with
> <?php echo $row_d['video']; ?>(this is the field
of the sql table in which
> the
> location to the flv file is located, but nothing
happened (no video
> appeared).
>
> The mysql table is set up properly as I can view image
files which are
> linked
> to by paths in the MySQL table so the problem can't be
that.
>
> Thanks
>