Tuesday, May 26, 2009

How to make a video not auto play on web page

Many people feel confused on how to make a video not auto play on a web page when the page starts to load. For sometimes the <param name="play" value="false"> has obviously been set in the HTML object tag, and have turned off the auto play parameter in Adobe Flash CS3, but the video still auto play. Sometimes even you have done a lot of settings, but still with no luck. And several hours has passed.
Now I know there is an easy solution to this problem, and this is the ultimate solution. Just a few clicks and you can easily make a video not auto play on a web page. Moreover, with this solution, you can also make your own flash video player for your website, and add advertisements and watermark to your videos, it really kills two birds with one stone.

Advertisement by Leawo Free Video Accelerator - Watch and download online videos in high speed without buffering:

Watch Hot Hollywood movies for free

1. Download Moyea web player, launch it in your PC. Moyea web player pro is a quick and easy solution for making a flash video player for your website, and it is free.

2. Input flash videos into Moyea Web Player. If your video is not FLV, you can use the four converters that recommended in Encoder tab to convert the video file to FLV or MP4, MOV, 3GP, 3G2 with H.264 codec that can be supported by Adobe Flash Player.

3. Go to “Template” menu>>Options>>Playback settings>>here check “Pause at first frame”, and this can make your flash video not auto play on your web page.


4. Customize the skin of the flash video player (optional).

5. Click "Publish" button to generate a web FLV player and other related files (Note: if you want to get a separate playlist file, please check "Out File")

6. Upload all the published files except the index.html file, to the same folder of your web server.

7. Embed the generated player in your webpage with the embed code below(Add JavaScript in blogger (blogspot) post):
<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: 1. mwplayer.swf is the actual flash video player. If it resides in another directory, then point to it with a relative path (e.g. video/mwplayer.swf) or an absolute path (e.g. http://www.yourdomain.com/video/mwplayer.swf ).

8. The FLV player will appear on your website and the FLV will not auto play when the page starts to load.

Stumble Upon Toolbar

Wednesday, May 13, 2009

Make Youtube video auto play (auto start) on your MySpace profile

In a previous article I talk about how to add a YouTube video to your MySpace profile. I have also noticed that lots of people ask for solution to make Youtube video auto play on MySpace.

Autostarting YouTube videos on MySpace is definitely possible. In essence it's very easy. All you need to do is to tweak your Youtube code a bit. The following procedure I put together will help you to auto play YouTube videos on MySpace.

Advertisement by Leawo Free Video Accelerator - Watch and download online videos in high speed without buffering:

Watch Hot Hollywood movies for free

This tutorial includes two parts:
Part 1: How to do this with YouTube code
Part 2: How to do this without YouTube code

Part 1: How to do this with YouTube code

Step 1. Go to Youtube and find the EMBED code for the video.
This embed code is in the “About This Video” section of the video and will be automatically be selected in the “Embed” textbox.

Step 2. Copy the embed code of the video on Youtube to NotePad
You can either use Ctrl+C on the keyboard or right click this box and select Copy to copy the code. Delete everything before <embed and everything after </embed>

Step 3. Add the &autoplay=1 suffix to the video URL as specified in the object and embed tags in the NotePad

<embed src="http://www.youtube.com/v/qrXmDiYHUY0&autoplay=1" type="application/x-shockwave-flash"
wmode="transparent" width="425" height="350">
</embed>

Step 4. Paste the code you just copied from Youtube in NotePad to your MySpace profile relative section


Step 5. Click Preview Profile and check how your profile looks.

Step 6. Click Save button to save the change.


Part 2: How to do this without YouTube code

Step 1. Download the Youtube video (tool needed: Leawo YouTube Download, it is free)
Download the Youtube video you want to add to your MySpace profile from the Internet to your PC with Leawo YouTube Download.

Step 2. Make the Youtube video auto play (tool needed: Moyea Web Player, it is free)
Launch Moyea Web Player in your PC, add the FLV file you have just downloaded on your computer to the program. Moyea Web Player Pro is a flash video player maker which is a quick solution to generate a custom flash video player for website and add videos to web page.

Find "Template" menu>>Options>>Playback settings, uncheck the "Pause at first frame" option, and this will make your Youtube video auto playe on web page. See the screenshot of this feature below:

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 of a host server, e.g.: http://www.free-webhosts.com/foldername/

Step 5. Embed the generated player onto your webpage with the code below, (you can get it on the generated index.html file): <<<Add JavaScript in blogger (blogspot) post
<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: 1. mwplayer.swf is the actual flash video player. If it resides in another directory, then point to it with a relative path (e.g. video/mwplayer.swf) or an absolute path (e.g. http://www.yourdomain.com/video/mwplayer.swf ).

Then the flash videos will appear on your website.

Good tool: Leawo Free YouTube Downloader - Download YouTube videos and other web videos with ease

Relative tutorial:
Add Youtube video to your MySpace profile
How to make video auto play on web page


Stumble Upon Toolbar

Add YouTube Video to your MySpace Profile

Last time I have written a tutorial about “How to add YouTube video to MySpace blog post”. However, I find that there are even more people asking How to add YouTube video to their MySpace profile page. These two questions are very similar and the steps of solution to them are very similar too. Now this step by step tutorial will show you how to do this.

Advertisement by Leawo Free Video Accelerator - Watch and download online videos in high speed without buffering:

Watch Hot Hollywood movies for free

Step 1. Go to YouTube and locate the video you want on your MySpace profile page.



Step 2. Get the embed code of the video
See the “About this Video” section? It will be on the right hand side of the video. (If you don’t see this, it means that whoever uploaded the video on YouTube opted to not allow folks to embed the video on other pages and you will have to find a different video)
The embed code in the “About This Video” section of the video will be automatically be selected in the “Embed” textbox. You can either use Ctrl+C on the keyboard or right click this box and select Copy to copy the code.


Step 3. Add the video to your MySpace profile page
Login into MySpace. Where you want the video to display on your MySpace profile depends on where you paste the code you copied from YouTube. Suppose that you want the video to display in the “About me” section. You can click “Edit Profile”, in the new page, you can paste the code you just copied from YouTube to the “About Me:” text area, and click “Save Changes” button at the bottom of the page to save the change. Go check out your MySpace profile. The video should be posted!


- Paste the code to MySpace


- Done!


Related tutorial
How to add flash video to blog How to add Youtube video to MySpace blog post

Stumble Upon Toolbar

Monday, May 11, 2009

How to add Youtube video to MySpace blog post

MySpace is an extreme popular social networking website with an interactive, user-submitted network of friends, personal profiles, blogs, groups, photos, music, and videos for teenagers and adults internationally.

In MySpace, We can write article about life or tech and add it to new blog post, we can also add videos to blog post. As we know, Youtube is the most popular video sharing video website on the Internet. So here comes the question: How can I add Youtube videos to my Myspace blog post?
And this question has been asked by many people all around the world every day. Now I give a step by step tutorial on this question, hope it can help you.

Step 1. Go to Youtube and find the EMBED code for the video.
This embed code is in the “About This Video” section of the video and will be automatically be selected in the “Embed” textbox.

Step 2. Copy the embed code of the video on Youtube.
You can either use Ctrl+C on the keyboard or right click this box and select Copy to copy the code.

Step 3. Add the Youtube video to MySpace Blog new post.
Login into MySpace>>”Manage Blog”>>”Post New Blog”>>in the new post page, click “HTML” button on the text editor bar, and paste the embed code you have just copied from Youtube to the new post>>click Preview & Post to make sure the video is there, then click the Post Blog Button.

Manage blog



Post new blog


Click HTML button on the editor bar


Preview Youtube video

Done!

Related tutorials:
How to add flash video to your blog
Add YouTube Video to your MySpace Profile

Stumble Upon Toolbar

Sunday, May 10, 2009

How to add flash videos to blog

On internet, there are always some people ask questions like "How can I add flash videos to my blog(blogger)?", "How can I add a flash video(FLV) to my blog?", "How can I embed flash videos into my myspace?" Here, I will give a step-by-step user guide to solve these problems.

Note: If the flash video is from Youtube, you might download it to your computer first.

Step-by-step User Guide:

Step 1. Download Moyea Web Player (it is free), install and launch it. Moyea web player is a flash video player maker offers quick and easy solution to make custom flash video player for website and add videos to web page.

Step 2. Add videos into Moyea Web Player (Moyea Web Player offers a free video converter to convert the unaccepted videos to flash video)

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 of a hosting, e.g.: http://www.free-webhosts.com/foldername/

Step 5. Embed the generated player onto your blog post with the embed code below (you can get it on the generated index.html file):<<<Add JavaScript in blogger (blogspot) post
<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>


Then the flash videos will appear on your blog.

Stumble Upon Toolbar

Thursday, May 7, 2009

How to upload DVD to YouTube

Our number-one favorite place to waste time on the web must come to YouTube. This site enjoys the world’s largest audience. May 9 out of 10 people will go to YouTube to have a glance even if they don’t intend to find something there. Upload videos there and send links to friends to share will be great fun. The registration is just filling up blanks with basic information. Next is to upload video onto it. YouTube accepts video in AVI, WMV, MOV, MPEG, 3GP and MP4 but DVD or VOB. Then how to upload your DVD to YouTube for sharing? You may do a close second thing for the first important target to convert DVD to MP4 or any format above. There are a lot of DVD to YouTube resolution MP4 converter products but I am talking about one for free. Moyea DVD4Web Converter is to convert DVD to MP4. The converter supports to convert DVD to MP4 without size limitation but YouTube allows video in just 10 minutes. DVD4Web Converter can trim the video into clips for you and you may upload separately one by one.

With this resulting MP4, FLV, or MOV file from DVD, you can make a flash video player with Moyea web player for any of your social websites easily.

This is how to convert DVD to MP4 with Moyea DVD4Web Converter with one-step:

Open the program and click “Load DVD” to load your DVD in. Unfold the Video_TS folder and select the title and chapter to convert. Select YouTube resolution (*.mp4) in “Style”, and set your output folder in “Output”. Click the big button to start the conversion, and done. If you want to merge the non-adjacent chapters, get the “Merge into one file” checked.

How to get a 10 minute video clip from the DVD movie?

Use the video trimming function offered by the program:

Click Customize>Trim, adjust the “Start Time”, “End Time” and then click the “Apply” immediately behind. Or, you can drag the handles on the slide for a rough position and then adjust the start and end time precisely in “Start Time”, “End Time”.



How can I get rid of the black margins on the movie?

Use the video cropping function offered by the program:

Drag the dot frame or select in the “Letter Box” for a section. Set the values for “Top”, and “Left”, etc. for preciseness. Click “OK” to confirm.


Source

Related article:

How to add flash video to website

Stumble Upon Toolbar