• ARCHIVES 
  • » CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

Pages: 123

CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted. * All functions should work great in IE now :cool: :thumbsup: * It works in my IE 7.0, but let me know if somethings wrong in other versions :paranoid: [b]-additional customization variables-[/b] [b]&overstretch[/b] - stretches the videos to fit the display area. not included in the code. [b]&image[/b] - adds a preview image to your video. also not included. images can be added to the tracks in your playlist like this: [quote]<image>URL_TO PREVIEW IMAGE</image>[/quote] [/quote] :| this tutorial will show you how to implement the playlist version in your friendster profile -screenshot- [img]http://h1.ripway.com/shakiro/playlists/flvp.JPG[/img] [b]Preview:[/b] [url=http://profiles.friendster.com/babababooya][sub]shakiro's lab[/sub][/url] [b]True Full Screen Feature :cool: :thumbsup: [/b] Videos always look better in true full screen. Just click on the fullscreen button, next to the volume in your player. [b]Use your own logo:[/b] notice the duck in the corner? You can also change the color for your player :D :thumbsup: [sup]*see CUSTOMIZATIONS below[/sup] [b]The Player:[/b] This code uses the famous [b]JW FLV Player[/b]. Many famous video host sites have based their video players on it. The code will also play your playlists at random and display the titles of the playlists you play as well as track titles, but if you only want one playlist then that's okay too. If you already know how to rip the urls of online videos, this is a great feature to use. [b]Requirement:[/b] To use the code [b]AS IS[/b] you need to sacrifice a mainbox. Mediabox is the default here, but if you are using CSS to hide a mainbox like blogs or whatever, then you should unhide it & use that one. Also, if you do not want to sacrifice any mainboxes, [b]you can use addbox[/b](an example for this is given) [b]Step 1:[/b] Download this [url=http://www.jeroenwijering.com/upload/mediaplayer-3-15.zip]zip file[/url] * extract [b]mediaplayer.swf[/b] * upload it. [b]Step 2:[/b] Compile a playlist, or just start off by using a copy of 1 of mine. [b]XML playlists:[/b] These are easy to make once you've seen how they look. Here are some examples of XML playlists: [b]Important[/b] - pls open these links in notepad to view how these examples were encoded [url]http://h1.ripway.com/shakiro/playlists/Music.xml[/url] [url]http://h1.ripway.com/shakiro/playlists/Claymore.xml[/url] [url]http://h1.ripway.com/shakiro/playlists/Clannad.xml[/url] [url]http://h1.ripway.com/shakiro/playlists/Naruto.xml[/url] or you can just copy this code & edit it in notepad, save as xml file: <">* follow the format for the tracks * then upload your xml playlist Also a great tool to use in finding src urls to video files is the [url=http://www.flashvideodownloader.org/]Flash Video Downloader[/url] add-on. This add-on is now available for FF, IE, & Opera. It helps in retrieving video links from sites like crunchy roll.com, mega video.com, tudou.com(China's #1 version of youtube), etc., but [b]IT WILL NOT[/b] work on youtube or google. Still don't know how to use it to get the src url? I don't want to use screenshots, so I'll just briefly explain: [b]a.[/b] Using the add-on, initiate a download of the video, but when it starts downloading quickly cancel the download. [b]b.[/b] A bar will appear at the bottom of your firefox window. [b]c.[/b] right-click the title of the video you canceled & click [b]copy src url[/b], but if you don't see the bar go to your downloads window and right-click the title & click on [b]properties[/b], then it should show you the link [b]d.[/b] now you have your video link [b]Need music videos?[/b] Use google to search mysp@cetv like this: [img]http://h1.ripway.com/shakiro/2008/mstv.JPG[/img] Then when you find the video, use the add-on I mentioned above to rip the link :cool: :thumbsup: [b]Step 3:[/b] Copy this code <">[b]THE TWEAKING:[/b] [b]now:[/b] find the 1 instance of [b]LOCATION_TO_MEDIAPLAYER.SWF[/b] and replace them with the direct link to your [b]mediaplayer.swf[/b] [b]Using with addBox[/b]: You will need to adjust the addipod function a little. This part depends on the kind of addBox function you have, but if you have a tracker, then this is how your function addipod should look: <">[b]also:[/b] if you plan on having only 1 playlist, you can remove the [b]CHANGE PLAYLIST[/b] link, which is used to shuffle playlists, not the tracks in your playlists. It looks like this: [quote]"<a href='javascript:void(0);' onclick='loadipod(); return false;'>CHANGE PLAYLIST</a> "+[/quote] it's near the bottom of the code. [b]Optional:[/b] Add more playlists. This is your playlist: [quote]mtv = new Array(); mtv[0]="http://h1.ripway.com/shakiro/playlists/Music.xml"; //your playlist tvled = new Array(); tvled[0]="My Favorite Music"; //title of your playlist[/quote] the [b]mtv[/b] array is a list of playlists. the [b]tvled[/b] array is the corresponding titles of those playlists. to add more simply follow the following format: [quote]mtv = new Array(); mtv[0]="url to playlist 1"; mtv[1]="url to playlist 2"; mtv[2]="url to playlist 3"; mtv[3]="url to playlist 4"; and so on... tvled = new Array(); tvled[0]="Title of playlist 1"; tvled[1]="Title of playlist 2"; tvled[2]="Title of playlist 3"; tvled[3]="Title of playlist 4"; and so on...[/quote] these playlists will load randomly during each view of your profile. [b]CUSTOMIZATION!!:[/b] you can go :arrow: [url=http://www.jeroenwijering.com/?item=Supported_Flashvars][b]here[/b][/url] for a complete list of variables that you can use to customize the player. They go in the [b]embed src[/b] right after the question mark :arrow: [b]?[/b] -examples-of-variables- [b]&logo=url_to_your_logo[/b] - I use this to place the duck logo in the corner. use png or gif images...not included. [b]&shuffle=false[/b] - plays the playlists tracks from start to finish. also not included. [b]&frontcolor=0x33ccff[/b] [b]&backcolor=0x000000[/b] [b]&lightcolor=0x777777[/b] - edit these to change the color of the controls. already included [b]&overstretch[/b] - stretches the videos to fit the display area [b]&image[/b] - adds a preview image to your video images can be added to the tracks in your playlist like this: [quote]<image>URL_TO PREVIEW IMAGE</image>[/quote] [b]Additional function:[/b] You can use this function to create links to other video playlists other than the one's found in your loadipod function. I can use this specifically to load xml playlists such as a compiled list to a series. Simply add it to your js. <">You will also need to replace the [b]LOCATION_TO_MEDIAPLAYER.SWF[/b] in this code [b]How to use it:[/b] :arrow: mediaplayer([b]fplyr,tittle[/b]); There are 2 variables you need to input for this: [b]fplyr:[/b] the url of your playlist file [b]tittle:[/b] the title of your playlist [b]Example:[/b] These are currently the 3 image links below my player. -screenshot- [img]http://h1.ripway.com/shakiro/playlists/imagelinks.JPG[/img] Anyway, here are the codes for my links. There are alot of backslashes here since I used javascript to insert the links into my profile: [quote]<a href='javascript:void(0);' onClick='mediaplayer(\"http://h1.ripway.com/shakiro/playlists/Claymore.xml\",\"Claymore Series\"); return false;'><img src='http://cdimg2.crunchyroll.com/i/thumbs3/04042007/4/b/5/f/4b5f999d223700_thumb.jpg' width='160px'/><br/>Claymore<br/>-This Series is Complete-</a> <a href='javascript:void(0);' onClick='mediaplayer(\"http://h1.ripway.com/shakiro/playlists/Clannad.xml\",\"Clannad Series\"); return false;'><img src='http://cdimg1.crunchyroll.com/i/spire3-tmb/03222008/3/2/4/5/324506fd489b90_thumb.jpg' width='160px'/><br/>Clannad<br/>-This Series is Complete-</a> <a href='javascript:void(0);' onClick='mediaplayer(\"http://h1.ripway.com/shakiro/playlists/Naruto.xml\",\"Naruto Shippuuden - recent episodes -\"); return false;'><img src='http://cdimg1.crunchyroll.com/i/spire3-tmb/11102007/2/2/3/9/2239e8858680b0_thumb.jpg' width='160px'/><br/>Naruto Shippuuden<br/>-recent episodes-</a>[/quote] [b]Important![/b] If you want to have your videos play from 1st to last, then add this customization variable to your function mediaplayer's embeds src's flashvars(right after the question mark) :arrow: [b]&shuffle=false[/b] [b]Credits:[/b] http://www.jeroenwijering.com/?item=JW_FLV_Player

Last edited by shakiro214 (2008-05-13 05:38:29)

blurrycloud
» FTalkAgent
FTalk Level: zero
2177
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

first to comment.. i saw this add-ons on your dummy account.. it really wocks bro.. i mean rocks... :arrow: the green button is having a breakfast right now with some executives... :lol:

Last edited by blurrycloud (2008-03-31 22:24:12)

lilprincess950
» FTalkManiac
FTalk Level: zero
771
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

Nice one...I agree,video looks better in full screen.:D Gonna try... [spoiler]When my JS works...lol[/spoiler]
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

epic win bro shak =D :thumbsup: hahahahha nice trick thanks for sharing it to us :D [spoiler]i can put hentai vids there? =D [/spoiler]

Last edited by Shirow Masamune (2008-03-31 22:30:06)

regiehiozn
» FTalkFreak
FTalk Level: zero
1819
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

another great code shak!! thanks for sharing..
eehjhay
» FTalkWhiz
FTalk Level: zero
2692
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

^ Put some at your own risk shirow. If you put obscene materials in your friendster profile, of course some of your viewers will report you to friendster.
Shirow Masamune
» FTalkAgent
FTalk Level: zero
2237
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

^ yah hahaha somebody will report me and thats the end of me oh well nvm that :P
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

[b]@Shirow[/b] =D you could try :lol: but I don't recommend it =| he wuz just kidding folks :lol:
Ephemeral
» FTalkElite
FTalk Level: zero
4669
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

Nice trick shak. I see it uses array for the list. :thumbsup:
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

[b]@ephe[/b] actually that parts for playlists & titles of playlists. the track lists are made using XML :eh:
angelalaine
» FTalkManiac
FTalk Level: zero
860
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

Cool awesome nice trick :thumbsup: =) Wanna try this one later on, not now [spoiler]Im full of layout request :wallbash: [/spoiler] Thanks for sharing [spoiler]shirow hentai???? lolz nvm nyahahaha[/spoiler]

Last edited by angelalaine (2008-04-01 00:11:08)

bryanezz
» FTalker
FTalk Level: zero
207
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

great trick and easy to use:thumbsup: ill try it later =D
cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

hehehe...cool one shak... :D :thumbsup: but if i use ie i can't have it work right? hhaaaayyzzz... :( well another plus!!! :D

Last edited by cklahrckiey (2008-04-01 01:08:29)

wyvern07zed
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

uhhmmm..... sir wer wil i paste those links u have.?? those three links at the bottom... still a noob here and stil lerning... thanks in advans sir... :) already got it sir.... thanks for the code... love it... by the way... the flash video downloader is not working... its corrupted... do you have any alternative sir.? one that does not restrict other sites... coz some flash downloaders have restrictions to sites that are only available to them... thanks again in advans...

Last edited by wyvern07zed (2008-04-01 03:34:12)

a7xboy
» Banned
FTalk Level: zero
27
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

wow nice trick man :thumbsup:
wyvern07zed
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

works great on my profile sir.... thanks a lot... i got a compilation of shippuuden and latests bleach... by the way sir... suppose i have plenty of playlists and i want it to marquee sideways to decrease space... can u help me with that sir... only the playlist with pictures are gonna marquee sideways... coz i used marquee tag based on my knowledge.. but i cant make it work... i really need help on this.. can anyone help... thanks in advans... =) this code rocks... :thumbsup: this is sir shaks code that i want to marquee sideways... [quote]<a href='javascript:void(0);' onClick='mediaplayer(\"http://h1.ripway.com/shakiro/playlists/Claymore.xml\",\"Claymore Series\"); return false;'><img src='http://cdimg2.crunchyroll.com/i/thumbs3/04042007/4/b/5/f/4b5f999d223700_thumb.jpg' width='160px'/><br/>Claymore<br/>-This Series is Complete-</a> <a href='javascript:void(0);' onClick='mediaplayer(\"http://h1.ripway.com/shakiro/playlists/Clannad.xml\",\"Clannad Series\"); return false;'><img src='http://cdimg1.crunchyroll.com/i/spire3-tmb/03222008/3/2/4/5/324506fd489b90_thumb.jpg' width='160px'/><br/>Clannad<br/>-This Series is Complete-</a> <a href='javascript:void(0);' onClick='mediaplayer(\"http://h1.ripway.com/shakiro/playlists/Naruto.xml\",\"Naruto Shippuuden - recent episodes -\"); return false;'><img src='http://cdimg1.crunchyroll.com/i/spire3-tmb/11102007/2/2/3/9/2239e8858680b0_thumb.jpg' width='160px'/><br/>Naruto Shippuuden<br/>-recent episodes-</a>[/quote]

Last edited by wyvern07zed (2008-04-01 09:31:39)

angeliruth
» n00b
FTalk Level: zero
7
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

nice but how to link that to my profile? I'm confuse w/ the codes pls help me here look my friendster profile http://profiles.friendster.com/48170278
shakiro214
» FTalkGeek
FTalk Level: zero
1188
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

[b]@cklahrckiey[/b] oh no :o yeah it does look different in IE. I'll fix it. I think I just need to put embed tags. [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted. * All functions should work great in IE now :cool: :thumbsup:[/quote] [b]@wyvern07zed[/b] update your codes bro w/ the embed fix for IE. then just add your logo & shuffle or whatever customizations you had. And replace the 1 instance of [b]LOCATION_TO_UR_MEDIAPLAYER.SWF[/b] in the [b]loadipod[/b] & [b]mediaplayer[/b] functions :cool: :thumbsup: I think there are other firefox addons, but the flash video downloader is the only 1 I know how to use, try searching for other addons we can use, then maybe we could recommend it here. As for the marquee, I'll try to work on something later if I have time. There are some things I need to do today =| Btw, I like your xml files. Can I copy any of them? ;) Your shippuuden is more complete than mine :lol: [b]@topic[/b] it would be nice if everyone shared their playlist files of movies, anime or tv series here too :D :thumbsup: also mention any broken links, if any =|

Last edited by shakiro214 (2008-04-01 15:13:59)

cklahrckiey
» FTalkFreak
FTalk Level: zero
1891
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

thanks man ill let you know if something happens hehehe :D
wyvern07zed
» n00b
FTalk Level: zero
63
0
1969-12-31

Re: CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

[b]@shakiro:[/b] thanks for the compliment sir... im hapi to share it to you... i only got the idea from you on the first place... hehehehe... il w8 for the marquee thing sir... coz im planning to put more anime compilation playlists... here's the link: [url]http://h1.ripway.com/wyvern07zed/wyvern07zed/playlists/naruto.xml[/url] [url]http://h1.ripway.com/wyvern07zed/wyvern07zed/playlists/bleach.xml[/url] il just update this post if i have new playlist... enjoy and keep sharing ur playlists guyz... better to give than to receive. =) has no preview yet coz i made this based on the 1st code of shak... hehehe... il just edit this post if its already updated... and oh yeah... can someone remind me if theres a new episode of shippuuden... all i know is it releases 1 episode per week... but i dont exactly know what day... hehehe... i want to be the 1st to be updated... hehehe... [quote]updated... naruto and bleach playlist with preview available...[/quote] [b]@topic:[/b] as sir said... share... hehehehe... i used flash resources downloader... search this on mozilla add-ons... download then install... just follow this: [img]http://i183.photobucket.com/albums/x266/dodi_doggy/FLVdload.jpg[/img] sori for the pic... i resized it coz its so big... anyway... theres a box for the URL , a button "get code" to generate and a button will appear below the URL box after generating... thats the button with the URL SRC of the video... just copy its location or target by ryt cliking... thats it... sori again for the pic... my 1st post that have an image... hehehehe.... noob here... :thumbsup:

Last edited by wyvern07zed (2008-04-01 22:56:52)

  • ARCHIVES 
  • » CONGRATULATIONS! Video embedding has now evolved :cool: :thumbsup: [quote][b]updates:[/b] * I've switched it from using object to embed. * The loadipod and additional function have been adjusted

Pages: 123

Board footer

© 2024 F Talk

Current time is 23:51

[ 10 queries - 0.030 second ]
Privacy Policy