Showing posts with label Blogger Embedding. Show all posts
Showing posts with label Blogger Embedding. Show all posts

Saturday, June 15, 2013

How To Add A Free Forum To Your Blogger/BlogSpot Blog

1. Create a new stand alone page on your blog. To do so, navigate to “Edit Posts >> Edit Pages” and hit the tab that says “New Page”. Now, type a title for your page, say “Forum” and publish the page. You may leave the content part empty. Now, look out for the address bar. Just save the URL to a temporary text document, say Doc 1, which should probably look similar to the URL shown below. http://YOURDOMAINNAME.blogspot.com/p/forum.html 2.Next, you need to navigate to the following link – Nabble. Sign up and follow the simple procedures...

Saturday, February 2, 2013

JWPlayer Playlist

Introduction to playlists A playlist is a sequential list of video, audio or image files. The JW Player supports various scenarios to load, show and interact with such playlists. An entry in the playlist is not just a URL to the media file, but an object that can have multiple properties, such as file, image, title, description, provider and duration. The more properties...

Saturday, March 10, 2012

How embed swf games to a website?

Make sure you have installed Adobe Flash Player on your web browser. And you must find a web server to host your .swf file. Then you can embed the .swf file to your website with HTML code like the code below:  <object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="432" height="330" title="game"> <param name="movie" value="/flash/game.swf" /> <param name="quality" value="high" /> <embed src="/flash/game.swf"...

Saturday, March 3, 2012

JW Player-Blogger Embedding

Its very simple. You should put a space beteween embed & src. It has to look like this: <embed src="http://www.jeroenwijering.com/embed/player.swf"width="720"height="324"allowscriptaccess="always"allowfullscreen="true"flashvars="height=324&width=720&file=http://x264.servebeer.com/550.mp4&searchbar=false&smoothing=false"/> And NOT like that: <embedsrc="http://www.jeroenwijering.com/embed/player.swf"width="720"height="324"allowscriptaccess="always"allowfullscreen="true"flashvars="height=324&width=720&file=http://x264.servebeer.com/550.mp4&searchbar=false&smoothing=false"/> Deactivate...