Branding on the Inside: Advertising on Social Networks
Source: http://www.articlesbase.com/multimedia-articles/branding-on-the-inside-advertising-on-social-networks-542594.html
multimedia, multimedia projector, multimedia design, interactive multimedia, multimedia card, multimedia computer
Do you like taking home videos yourself? Have you ever thought of publishing your videos in your personal home page to personalize your space, or share them with your friends in your blog and internet space? Do you have problems of uploading the video in a specific format?
This tutorial is to show you the way to make your videos acceptable to your home page, and gives you a path to make your page unique.
What format should we have?
For playing on websites, you have many choices, such as FLV, SWF, and HTML, or WMV, AVI (as YouTube accepts).
WMV and AVI files are much larger in size, so here we are using FLV, SWF, and HTML.
How to generate these files?
There are many converters which can convert home videos into those formats. Here we introduce you Flash Video MX Pro.
It can generate Flash movie (SWF) as the FLV player embedded in an HTML page for easier sharing and promotion.
How to convert and edit your video?
Install and launch Flash Video MX Pro.
Step1 Open Files
In this interface, you can follow the instruction as follows:
1. Import video. This program supports videos in any possible format, such as DVD, MPEG, AVI, MPG, WMV, RM, RMVB, MOV, ASF, MP4, 3GP, etc.
Click on to input videos.
2. Edit. You can either fill in the exact time in the time box and click, or drag the control bar to set the start time and end time. And things are similar with cropping the border of the video.
3. Effect. You can set brightness, contrast, and volume of the video. Deinterlace to avoid the artifact, degradation of DVD video. And flip, if the video is upside down. To quit all your settings here, you can click "reset.
4. Watermark. If you want to add image or text as watermark to your video, you can set in this section. Press, and select the right material. Then you can drag the bar to set the start time and end time for showing the watermark.
5. Snapshot. In this section, you can capture a picture as the first frame of the output SWF file.
6. In CuePoint section, you can add subtitle to the video.
Click "Next to the next section.
Step 2 Export
In this section, you can edit the output folder, output format, and video & audio settings.
If you would like to combine this video with one or two others, you can add them by "Video prelude and "Video curtain. You can also change the proportion of the video, but you?d better keep the original size for a better quality.
Step 3 Player settings.
Here you can add many personalized effects to your flash. Such as control bar, preloader and some special effects.
Press "Next to continue.
Step 4 Review the parameters.
This is the second part from the last. You can review some relative parameters here. If you find something wrong, you can press "Back, to reset.
Step 5 Convert
After the settings above, you can start to convert. The output folder will pop up as soon as the conversion is finished.
How to embed SWF file into an HTML page?
You can code the page like the following:
-->
Well, have you noticed the mflvplayer.swf in blue?
The width="400" height="300" in black indicates the width and the height of your video.
The playerOpts=targetClip*demo.flv*s in bold indicates the name of the FLV file to be played while demo.flv is your video. You might be curious about targetClip, the asterisk separator and the "s" in the end.
In fact, playerOpts is not that simple. PlayerOpts consists of several segments, each of which is separated by "||", and each segment contains a property of the control bar. One segment is divided into 3 parts by the asterisk (*). The first part is the property name, the second part is the property value and the third part is the data type of the property. For instance, targetClip*demo.flv*s is a segment, targetClip is the property name, demo.flv is the property value and the "s" is the character string type of this property. This segment is to specify the path from which the control bar can play the video. There are also other properties. You can set multiple properties at a time, using "||" to separate different segments, code like the following:
playerOpts=targetClip*demo.flv*s||panelColor*255,0,0*c
In this way, when you are setting the targetClip property, you are also setting the panel color property. The panel color is the control bar color, the data type is color "c", and 255,0,0 is the RGB color. Please notice that the property name and data type are case sensitive.
Each one of these programs has a different focus. Some are designed to make character animation easy, some are specialized in text special effects, while some are for you to create 3D objects in the Flash format, and so on.
The tutorial below is on how Flash Video MX Pro is working on Flash creating!
Well, it has a focus too. You don?t have to design a Flash from the very beginning, but with the ready video materials on your computer, if they are in the formats among: AVI, WMV, QT, MOV, DVD, MPEG, MP4, 3GP, 3G2, etc.
The program download URL: http://reg.moyea.com/download/?s=2314a28a55cb55df5a0fe96c4f44a9f1&n=video-to-flash.com
OK, let?s get down to creating Flash with it.
Step1 Open the program and import your video in, and do the video editing by Edit, Effect, Watermark, Snapshot, and CuePoint or just keep the default. Click "Next" to continue.
Step 2 Set the output folder in "Export to?"
In "Export", check the boxes "Generate Flash (SWF)", and either
a. Embed the video in SWF and play in timeline".
b. Embed the video in SWF and play in timeline (no player script).
Set the other items or just keep the default. Click "Next" to continue.
Step 3 Select a Flash Player skin in "Classic, Opaque, Translucent, and Transparent".
Step 4 Custom a Player style by "Profile"; or just keep the default.
Step 5 Choose a video effect in "Special effects" or just keep the default.
Step 6 Select a preloader skin in "Preloader" or just keep the default. Click "Next" to continue.
Step 7 Click "Start" to start the conversion. A moment later, you can find your Flash is present to you.