| | #1 (permalink) |
| Sock Violater Site Owner | Update - Crazed Media @ Supported Flash Video Sites --------------------------------- Google (http://video.google.com/) Youtube (http://www.youtube.com/) vSocial (http://www.vsocial.com/) iFilm (http://www.ifilm.com/) MetaCafe (http://www.metacafe.com/) DailyMotion (http://www.dailymotion.com/video/) CurrentTV (http://www.current.tv/studio/) Vimeo (http://www.vimeo.com/) Sharkle (http://www.sharkle.com/video/) FreeVideoBlog (http://video.freevideoblog.com/) MyVideoDe (http://www.myvideo.de/) @ Features --------------------------------- You're allowed to ... 1. Custom the tag name; 2. Custom the title of the player; 3. Decide which usergroup could see the download link; 4. Use Flash Single Mp3 Player to play the mp3 file; 5. Custom the width & height of the media; 6. Decide whether to make the media autostart by default; 7. Decide whether to collapse the player box by default; 8. Play the Google Videos via proxy; 9. Auto-detect the attachment type; 10. Use AnyMedia player to play attachments; 11. Custom the default value of loop; 12. Choose which extension could be supported; Rule: [ MEDIA ]url_of_the_file[ /MEDIA ] Examples: [ MEDIA ]http://server/file.mp3[ /MEDIA ] Shown as a mp3 player (Use the flash mp3 player by default). Tag with options: Rule: [ MEDIA="width, height, autostart, loop, extension" ]url_of_the_file[ /MEDIA ] [ MEDIA="width, height, autostart, loop" ]url_of_the_file[ /MEDIA ] [ MEDIA="width, height, autostart" ]url_of_the_file[ /MEDIA ] [ MEDIA="width, height" ]url_of_the_file[ /MEDIA ] Examples: [ MEDIA="300,380,yes,2,rm" ]http://server/file.mp3[ /MEDIA ] It will use the real player to play the file.mp3, the object is 300px width, 380px height, it will autostart and will repeat for twice. [ MEDIA=250,150,0,3 ]http://server/file.flv[ /MEDIA ] It will use the flash player to play the file.flv, the object is 250px width, 150px height, it'll NOT autostart but will repeat for 3 times. [ MEDIA=400,480,false ]http://server/file.swf[ /MEDIA ] It will use the flash player to play the file.swf, the object is 400px width, 480px height, and it'll NOT autostart. [ MEDIA=421,211 ]http://server/file.pdf[ /MEDIA ] It will post the pdf object on the page, the object is 421px width, 211px height. Other Rules: 1. WIDTH and HEIGHT are both required if you want to add options; 2. Available values for the AUTOSTART option: 1 , yes & true. 3. Separate the options with commas. Remember to remove the spaces between the brackets to use the code.
__________________ Beware the otter, for it is wise and terrible in the same way that bricks really hurt when they are thrown at you. Albert Einstein: Two things are infinite: the universe and human stupidity; and I'm not sure about the universe. |
| | |