How to put the video into my personal website
I have a video which is converted into flv and swf formats. I did it with a software called Flash Video MX Pro. The software is great. I added many special effects with it. But how can I share my video with my friends. Someone told me that I could upload it to my personal website. Can anyone kindly enough to tell me how to put it into my personal website? And will the special effects influnce the quality? Thank you.
Dale Daniels
Moderator
Try this link, it may help...
http://answers.yahoo.com/question/index?qid=20071005131205AADdMWg
Dale Daniels
"Expert Online"
Smartphone and Pocket PC Magazine Blogs
Dale Daniels
"Expert Online"
Smartphone and Pocket PC Magazine Blogs
nina7683
gooood idea, i will try ...
Evan 33
[url=http://www.pinnaclesys.com/PublicSite/us/products/consumer+products/home+video/studio+family/]Video Editing[/url]
Hi Mr.nina7683
Yes! I agree with you and I am sure you will get what you want.
Good luck!
[url=http://www.pinnaclesys.com/PublicSite/us/products/consumer+products/home+video/studio+family/]Video Editing[/url]
Shirley1874
Hi, Don’t know your web design level, but I think you could:
First, Without any tool. Open your html page with notepad directly, then add relative code to it by your own. This requires you’re familiar with html code.
For second, With tool. Take Moyea Web Player as example
http://www.flash-video-mx.com/web-player-pro/download/
Step 1: Download Moyea Web Player Pro the link above, install and launch it
Step 2: Add flash videos into moyea web player Pro (Other videos could be converted to web videos by Video4Web
http://www.flash-video-mx.com/video4web-converter/download/)
Step 3: moyea web player Pro publics a swf file named mwplayer.swf and a html file named index.html
Step 4: Upload the flash videos and mwplayer.swf to the same folder.
Step 5: open index.html with notepad or dreamweaver, edit the embeded code as
<embed src="/foldername/mwplayer.swf"
width="500" height="450" align="middle" quality="high" name="player"
allowScriptAccess="sameDomain" allowFullScreen="true"
type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer/></embed>
Step 6: Copy and paste the edited embedded code to your web page. Then the flash videos will appear on your website.
Hope it can help you.