<script type="text/javascript">
var so1 = new SWFObject("http://yourwebsite.com/flvplayer.swf", "flvplayer", "638", "458", "7", null, true);
so1.addParam("allowFullScreen", "true");
so1.addParam("allowSciptAccess", "always");
so1.addVariable("autoplay", "true");
so1.addVariable("flv", "clip.flv"); // Here, you have to paste the full video path
so1.write("flashcontent2");
</script>
Yes, you can put flash into your entries. You might need to disable the WYSIWYG editor (temporarily) for this to be accessful, though.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
In your personal preferences, set "Use WYSIWYG editor" to: "no".
I found two codes. Which one is the best to use?
Sorry, I don'T use flash so I can't tell. You might need to look up flash-videoplayer specific sites or forums, if no one else here can help.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/
It might be something else, markup plugins like nl2br might make your javascript unusable, so you'd need to disable those markup plugins for postings that contain javascript. you can do that if you install the "extended properties for entries" plugin, and then for each entry with javascript you can disable plugins in the 'Extended options' section of the entry editor.
Regards,
Garvin
# Garvin Hicking (s9y Developer)
# Did I help you? Consider making me happy: http://wishes.garv.in/
# or use my PayPal account "paypal {at} supergarv (dot) de"
# My "other" hobby: http://flickr.garv.in/