Website Review Forum | Free Website Reviews
March 11, 2010, 03:14:37 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News: Welcome to Website Review Forum, where you can submit and review websites.  Website Review Forum is a friendly community dedicated to free website reviews and webmaster discussion.
 
   Home   Help Search Members Login Register  
Pages: [1] 2 3 ... 10
 1 
 on: March 10, 2010, 03:48:39 AM 
Started by FlashTech - Last post by FlashTech
On internet, there are more and more people ask questions like "How can I add flash videos to my website?", "How can I embed a flash video(FLV) into my web page?", "How to insert an abobe flash video into frontpage?" Here, I will give a step-by-step user guide to solve these problems.

Before start, it is recommended to convert your video to FLV. Because FLV can be played on most of web browsers and 99% of all Internet users have installed Adobe Flash Player on their web browsers. You can use the FLV encoders here – http://www.playerdiy.com/downloads/converter/

Step-by-step User Guide:

Step 1. Download Moyea Web Player, install and launch it



Step 2. Add videos into Moyea Web Player



Step 3. Moyea Web Player publishes some files like a swf file named mwplayer.swf and a html file named index.html



Step 4. Upload all the published files to the same folder with your web pages files on your host server.

Step 5. open index.html with notepad or dreamweaver, edit the embeded code to
Code:
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.write("flashcontent");
</script>

Step 6. Copy and paste the edited embedded code to your web page. Then the flash video player with videos will appear on your website.

 2 
 on: March 09, 2010, 10:36:34 AM 
Started by Website Review - Last post by Website Review
Thank you for choosing to join Website Review Forum marcusgraham.

You are welcome to introduce yourself and start joining in our discussions!

By joining in some of our discussions and starting new topics you will help Website Review Forum become a better community!

I am looking forward to your posts and let us know if you have any problems.

Enjoy your stay here marcusgraham

 3 
 on: March 09, 2010, 07:10:51 AM 
Started by Website Review - Last post by Website Review
Thank you for choosing to join Website Review Forum charlicordova.

You are welcome to introduce yourself and start joining in our discussions!

By joining in some of our discussions and starting new topics you will help Website Review Forum become a better community!

I am looking forward to your posts and let us know if you have any problems.

Enjoy your stay here charlicordova

 4 
 on: March 09, 2010, 06:49:37 AM 
Started by FlashTech - Last post by FlashTech
Whatever your reason for wanting to add falsh videos to your WordPress blog or website-maybe you just want to share videos with your friends or want to show some business websites to your potential customers-it's very easy with WordPress and a couple of other tools.

Tool One: Of course a WordPress account, go to http://www.wordpress.com and spend 5 minutes to register.

Tool Two: A flash video downloader. If you don’t have any existing flash videos at hand, no worries, you may use this flash video downloader to download flash videos from internet.
 
Tool Three: Moyea Web Player (http://www.playerdiy.com/). Moyea Web Player is a WYSIWYG(what you see is what you get) program for customizing flash video player for website. It is very easy to use, with it, every single aspect of flash video player can be configured and previewed right away on graphical interfaces with a few mouse-clicks, no any coding needed. And the customized flash video player supports playing flash videos, streaming videos, live videos and SMIL presentations. It is mainly developed for web-designers and video hobbyists to build video sharing sites or add flash videos onto their websites or blogs for playing.

The step-by-step tutorial below teaches exactly how to upload your favorite videos to WordPress blog, let's have a look:

Step 1: First upload the flash videos  that you want to play on your blog or website to a sever (e.g.: upload to blip.tv), and then get the link addresses.

Step 2: Open Moyea Web player from Tool Three and click "Add URL" to input those flash videos' link addresses which from Step 1.

Step 3: Select a video to edit and all the following features will show in the playlist.

a. Adjust the video order
b. Capture pictures during video playing
c. Rename video
d. Type the address where the video will lead to after playing
e. Type the address where the video will lead to when clicking

Step 4: Click "Template" to preview the webplayer you have created so far. If you don't like the default player skin, choose another one from the left panel.



Step 5: Click "Option" tab, then "User define area", choose "none" to remove Embed and URL information on the screen.


Step 6: On "Publish" interface, choose a publish path, and then publish the customized player.

Step 7: Upload all the published files except the index.html file, to the same folder of a web server (you can easily search a free hosting on google). And then copy and paste the below embed code into your blog
Code:
<script type="text/javascript" src="swfobject.js"></script>
<div id="flashcontent">Player will show here</div>
<script type="text/javascript">
var so = new SWFObject('mwplayer.swf','player','500','450','9');
so.addParam('wmode','opaque');
so.addParam('quality','high');
so.addParam('allowfullscreen','true');
so.addParam('allowscriptaccess','always');
so.write("flashcontent");
</script>

Note: mwplayer.swf is the actual flash video player, and the swfobject.js is an adobe flash object file, you point to them with links.

Then the player with the videos will show on your WordPress blog. Enjoy!

 5 
 on: March 08, 2010, 12:37:21 PM 
Started by realistic - Last post by realistic
Do you follow your newspaper horoscope predictions or have you had a personalised reading of your birth chart?

May be you believe in other paranormal phenomena like ghosts, UFOs or EVP?

 6 
 on: March 08, 2010, 12:33:50 PM 
Started by realistic - Last post by realistic
What do you think of the Possible Effects of Global Warming and Climate Change?

 7 
 on: March 08, 2010, 07:23:20 AM 
Started by Website Review - Last post by Website Review
Thank you for choosing to join Website Review Forum modisettejames.

You are welcome to introduce yourself and start joining in our discussions!

By joining in some of our discussions and starting new topics you will help Website Review Forum become a better community!

I am looking forward to your posts and let us know if you have any problems.

Enjoy your stay here modisettejames

 8 
 on: March 08, 2010, 04:58:06 AM 
Started by FlashTech - Last post by FlashTech
Tracking events of flash video player on website

Introduction:
Google Analytics Plugin allows you to track events within the flash video player, which created with Moyea Web Player. With it, the tracking results of the player events like play, pause, stop, complete, can be easily viewed in Google analytics account, and you can easily know how the users operate the player, which video is more popular.

Where this Google Analytics Plugin appears:
After install this plugin, it will appears on the following interface of Moyea Web Player.


Tutorial about how to use this Google Analytics Plugin:

It's very easy to make this Google Analytics Plugin work in the generated flash video player, no any js code involved, Please track out the following two examples.

About Moyea Web Player:
It is an easy-to-use FLV player creator, with which, customizing skinning streaming FLV player and FLV player (flash video player) for website only needs a few mouse-clicks. And the created player can be easily edited via flashvars code.
Its official website is:
http://www.playerdiy.com/

Example 1:

If want to make this Google analytics plugin to check the events of an unexisted flash video player, when customize the flash video player, only 2 extra steps are needed:

Step 1: Register a Google analytics account, add a website profile and get the Google analytics tracking ID (UA-xxxxxx-x) of the website.

Step 2: Fill the "Analytics Tracking ID" forum with the tracking ID and submit.


Note: The "Virtual Directory Name" on the setting page is helpful for viewing information of the player events in Google analytics account, it can be anything you want it to.

Example 2:
If want to track the events of an existed flash video player, you need to put a folder named "plus" (contains a plugin file googlytics.swf) and a file addonslist.xml in the same folder with the player files.

The "plus" folder with a googlytics.swf file and the addonslist.xml file can be easily generated with Moyea Web Player.

However, if you don't want to generate the "plus" folder and addonslist.xml file with Moyea Web Player, then you could build them by yourself.

The code of the addonslist.xml file as below:

Code:
<?xml version="1.0"?>
<addonslist><addonsitem href="plus/googlytics.swf?u=UA-xxxxxx-x&amp;vd=mwplayer-play-video"/></addonslist>

The googlytics.swf file is the plugin, if Moyea web Player was installed in your C: disc, then you can get it from C:\Documents and Settings\Administrator\My Documents\Moyea\WebPlayer\addons\free

Note: Please replace UA-xxxxxx-x with your Google analytics tracking ID.

 9 
 on: March 05, 2010, 04:10:37 AM 
Started by FlashTech - Last post by FlashTech
Convert common video format AVI to FLV for playback on those most famous video-sharing websites and to enjoy the benefits brought by Internet, a bigger stage than iPod or other portable devices because of its easy access, rich-and-live content and great influence.

Moyea Video4Web Converter is exactly built for all kinds of video to flash video conversions. It's capable of converting AVI to FLV, converting other popular video formats like WMV, ASF, WMA, RMVB, RM, RA, MPEG, MOV, QT, ect to flash video formats in FLV, H.264 coded MP4, MOV, 3GP/3G2 and Youtube Resolution.MP4, which can be uploaded to mobile phones and many other video-sharing websites like Youtube, Google Video, MySpace Video etc for sharing with friens and families. Besides, this converter can aslo convert video to audio in variety of formats like AAC, M4A and MP3.

The following step-by-step tutorialreveals how AVI to FLV conversion is accomplished with just few mouse-clicks.

Step 1: Launch Moyea Video4Web Converter and input AVI file(s).


Step 2: Choose AVI to FLV conversion from "Style" pop-up menu.


Step 3: Click "Convert" to start the conversion process.


When the AVI to FLV conversion is finished, upload it to Youtube and have fun! And If you would like to add the output FLV and flash videos to website, please download Moyea Web Player which enable you to DIY a Flash video player to play videos on your websites.

 10 
 on: March 04, 2010, 12:54:00 PM 
Started by realistic - Last post by realistic
Hi every one

For me i watch star world at my spare time, what is your favorite TV Channel ?

Pages: [1] 2 3 ... 10
Website Review Forum - Free Website Reviews
Privacy Policy
Powered by SMF 1.1.11 | SMF © 2006-2009, Simple Machines LLC