I have been playing around with Google Maps lately and have come across a few scripts I had from a few months back… This is a bit of fun!

Google Maps Animated Directions - Fun!

[Click Here to try out Google Maps animated directions]

What this does is you input a start location and an end destination in the input boxes, press the start button and watch the journey animated with a small van icon.

It will display your current speed, mph, road names & routes as it plods along call it “sat nav” on the cheap… :)

I have a preset journey leaving from Patrick’s St, Cork, Ireland going to The Square, Blarney, Cork, Ireland but you can change the start and finish locations to your own liking.

What’s also interesting about this map is it will take you across channels e.g. I put Rosslare as start and Swansea as finish and it took me across the proper channel route and then continued on the roads in the UK!

I’d imagine it will take you to anywhere that Google Maps can find….. [Click Here to try it out]

Popularity: 57% [?]



If you enjoyed this post, make sure you subscribe to my full RSS feed!
You can also click here to subscribe by email.

It’s less than 48 hours since I posted my last article “Free YouTube Video Downloader & Path To FLV Finder Tool” and today I noticed that the download tool has stopped working! At first I thought  it was a code glitch, but no I checked everything out and it was clean? then I tried uploading the same scripts to a second server and yes it worked, I even tried the same scripts on a third server and it worked…. and one last shot was to try the scripts on a different domain but same server “Bump!” no joy…. :(

Could it be that YouTube/Google tracked the script page because of the Adsense banner? (maybe)…  and the fact that a heap of trackback links from crap blog scrapers featured the article….. What to do now… Should I remove the scripts and links to it…. I’m not sure?

Popularity: 70% [?]



If you enjoyed this post, make sure you subscribe to my full RSS feed!
You can also click here to subscribe by email.

Click here for the “YouTube Video Downloader & Path To FLV Finder Tool”

youtube-video-downloader-path-to-flv-finder-tool

Click here for the “YouTube Video Downloader & Path To FLV Finder Tool”

This is a follow up article on my previous post “How to get the direct url path to .flv video files on YouTube for Free” it’s a collection of php scripts mashed together from around the web. It will enable a user to fetch the actual .flv path url to a YouTube video.

If anyone is interested in the code leave a comment request and I will contact you.

Hope this helps you!

ps: I decided to run Google Adsense on the tool page as a lot of time is spent on building and sourcing the code…

Popularity: 65% [?]



If you enjoyed this post, make sure you subscribe to my full RSS feed!
You can also click here to subscribe by email.

I had a reason this week to try and find the actual direct path to an.flv on YouTube, I was trying out the excellent JW Media Player by Jeroen Wijering it supports playback of flv files among a host of other formats heres a quick excerpt from his website

“JW Media Player supports playback of a single media file of any format the Flash Player can handle (MP3, FLV, SWF, JPG, PNG and GIF). It also supports RSS, XSPF and ATOM playlist (with mixed mediatypes and advertisement possibilities), a wide range of flashvars (settings) for tweaking both behavior and appearance and an extensive, documented javascript/actionscript API.”

The Problem?

While coding the xml playlist file for the player I tried adding a YouTube video but couldn’t find the actual path to the .flv file on YouTube’s servers. YouTube dont allow downloading of the video files and they have the path to the files pretty well hidden. So with a little tinkering around I came up with this trick…

The Solution!

I used this website www.keepvid.com to decode the url from YouTube. First go to YouTube and load a video, copy the url in the address bar it should show something like this:

http://ie.youtube.com/watch?v=TvedUxLtZKQ

Now go to the www.keepvid.com website and paste the url into the box provided, select Youtube from the drop down options and then click the Download button.
You can download the file direct but in this case I only need the path to the flv file so just under the url input box there will appear a Download box like the image below.

Right click on the >>Download Link << and select “Copy Link Location” (Firefox) or “Copy Shortcut” (Internet Explorer)

KeepVid

Now paste the result into notepad or directly to your xml file it will show like this:

http://chi-v48.chi.youtube.com/get_video?video_id=TvedUxLtZKQ

One thing left to do, add .flv to the end of the url so it ends up like this:

http://chi-v48.chi.youtube.com/get_video?video_id=TvedUxLtZKQ.flv

That’s it, the final url path to your YouTube video.

I know that this tip breaches the YouTube terms and conditions as using a third party player to stream the flv is therefore stealing their bandwidth and not allowing them to run any advertising on the video page, but hey! rules are sometimes broken and this tip is for purely experimental purposes! ;)

Time Saver Tip…

KeepVid provide a handy link to drag to your links toolbar it’s a great time saver if you intend on getting paths to video files or just to download videos files direct for free. I have it here for you, simply drag the button below to your Links Toolbar and when you are viewing a video on any website just hit the link on you toolbar and it redirects you to their website with the video ready for download or just to get the path.

Keep It!

Hope this helps you…..

Popularity: 75% [?]



If you enjoyed this post, make sure you subscribe to my full RSS feed!
You can also click here to subscribe by email.

How to download and save Bebo video files - the easy way.

I was asked by my friend Shane Supple if it was possible to download a video that was uploaded to Bebo.com.

It is not as straight forward as you may think, having tinkering around with source code etc. I discovered that when you upload a video to Bebo you are actually storing your file on www.videoegg.com so I took the embed source code that Bebo provide which reveals the first part of this tip.

Go to a  page that displays a bebo video, you will know it is a bebo video because their logo is embedded as a watermark over the video then scroll down till you see the “Embed” part of the page.

Example:

download or save Bebo video files - the easy way

 

Copy the embed code and paste it into Notepad, it will show something like this:

<embed width=”425″ height=”350″ src=”http://static.videoegg.com/videoegg/loader.swf” FlashVars=”bgColor=FFFFFF
&file=http://download.videoegg.com/gid329/cid1124/E7/7N/1175278125C1Zp0f2MW8
zokcDy8sWC
&autoPlay=false
&forcePlay=false&logo=&allowFullscreen=true” quality=”high” allowScriptAccess=”always” bgcolor=”#FFFFFF” scale=”noscale”wmode=”window” name=”VE_Player” align=”middle” type=”application/x-shockwave-flash” pluginspage=”http://www.macromedia.com/go/getflashplayer” /><br><a href=”http://bebo.com/watchtv”>Watch More Videos</a> Uploaded by <a href=”http://bebo.com/watchuser/436885205″>www.bebo.com/De-baw</a>

All you are interested here is the part:

http://download.videoegg.com/gid329/cid1124/E7/7N/1175278125C1Zp0f2MW8
zokcDy8sWC

To download and save that file you need to put _high.flv to the end of the URL string in order to download that file in .flv format.

So the new URL would be:
http://download.videoegg.com/gid329/cid1124/E7/7N/1175278125C1Zp0f2MW8
zokcDy8sWC_high.flv

Type or copy/paste this URL into a browser window and you will be prompted to download the .flv file

Try it here: http://download.videoegg.com/gid329/cid1124/E7/7N/1175278125C1Zp0f2MW8
zokcDy8sWC_high.flv

How to play an .flv file

You need to download a FLV Player to play back the .flv file. There are many free flv players available on the internet I use Wimpy FLV Player. No installation needed as its a stand alone player and it also supports drag and drop. It is available for both Mac and Windows.

Download it here: http://www.wimpyplayer.com/products/wimpy_standalone_flv_player.html

There is probably lots of software and tricks to download video from Bebo but I think this is the quickest way around it. Hope this helps you…

Popularity: 100% [?]



If you enjoyed this post, make sure you subscribe to my full RSS feed!
You can also click here to subscribe by email.


© 2007 kmcgraphics.com | iKon Wordpress Theme by TextNData | Powered by Wordpress