c# - video not found or access denied when playing .flv file -


मैंने अपना कोड .flv फ़ाइल का उपयोग किया है:

  & lt; script type = " पाठ / जावास्क्रिप्ट "& gt; Var खिलाड़ीफ्लवी = नया SWFObject (पथ + 'खिलाड़ी एसडब्ल्यूएफ', 'प्लेयर', '500', '350', '9'); PlayerFlv.addVariable ('अनुमतिप्राप्त स्क्रीन', 'सच'); PlayerFlv.addVariable ("अनुमतिप्राप्ति", "हमेशा"); PlayerFlv.addVariable ("सक्षम जावास्क्रिप्ट", "सच"); PlayerFlv.addVariable ("छवि", पथ + छवि); PlayerFlv.addVariable ("फ़ाइल", पथ + 'वीडियोफ़ाइल /' + वीडियो); playerFlv.write ( "playerview"); & Lt; / स्क्रिप्ट & gt; आईआईएस में अपने माइम प्रकार में .flv एक्सटेंशन को जोड़ने के लिए सुनिश्चित करें कि यह होनी चाहिए I / O    

: वीडियो / x-flv

Comments

Popular posts from this blog

mysql - BLOB/TEXT column 'value' used in key specification without a key length -

c# - Using Vici cool Storage with monodroid -

python - referencing a variable in another function? -