Dovrebbe andare
codice:<% Set rs = connCW.Execute ("SELECT * FROM video") While Not Rs.EOF response.write("<media:content url=""" & rs("file") & """ type=""video/x-flv""/>") 'se hai gli apici nel campo allora usa: response.write("<media:content url=" & rs("file") & " type=""video/x-flv""/>") Rs.Movenext WEnd Rs.Close Set Rs = nothing %>

Rispondi quotando