You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I found something...
My new html:
[source src="assets \ FLV.flv" type="video/x-flv"/>
//output: "http://no-ip.info/html/cocktail-test/assets\arquipelago2.flv"
My html:
[div]
[video width="640" height="480">
[source src="assets / FLV.flv" type="video/x-flv"/>
[/video]
[/div]
Look what we have in NativeVideo.hx @ set_src:
trace(value)//output: http://no-ip.info/html/cocktail-test//assetsFLV.flv
obviously...won't work =/
The text was updated successfully, but these errors were encountered: