Hi to all of ya !! So how to dump a video :
MySpaceDailymotionYouTubeYouTubeOr a
Slide.comOf course here you have the french links, but you can chose your language
~~~~~~~
First of all you have to go into your profil/preferences
And =>
allow the HTML : You chose
"YES"In edit mode (here is a print screen)
First of all do your layout:
Your url links, your colors, your alignment and etc
Then has the fineness clicks on has ( the one of the Print Sreen )
Here is some examples of videos with:
Dailymotion - Code:
-
<embed type="application/x-shockwave-flash" src="http://www.dailymotion.com/swf/la suite du lien de la video" media="application/x-shockwave-flash" allowfullscreen="true" height="315" width="405"></embed>
MySpace - Code:
-
<embed enablejavascript="false" allowscriptaccess="never" allownetworking="internal" src="http://lads.myspace.com/videos/vplayer.swf" type="application/x-shockwave-flash" height="346" width="430"><br>Get this video and more at <a href="http://vids.myspace.com/index.cfm?fuseaction=vids.individual&videoid=706783662&n=2">MySpace.com</a>
Notice that for
Slide.com the whole code can pass
- Code:
-
<div><embed src="http://widget-XX.slide.com/widgets/slideticker.swf" type="application/x-shockwave-flash" quality="high" scale="noscale" salign="l" wmode="transparent" flashvars="XX=un&il=1&channel=000000000&site=widget-XX.slide.com" name="flashticker" align="middle"></embed><div><a href="http://www.slide.com/pivot?ad=0&tt=14&sk=0&cy=un&th=23&id=288230376158589992&map=1" target="_blank"><img src="http://widget-28.slide.com/p1/288230376158589992/un_t014_v000_a000_f00/images/xslide1.gif" border="0" ismap="ismap"></a> <a target="_blank"><img src="http://widget-XX.slide.com/p2/288230376158589992/un_t014_v000_a000_f00/images/xslide2.gif" border="0" ismap="ismap"></a></div></div>
Now please note that for some videos having these codes :
- Code:
-
<object>
<param>
The entire code will not pass when you'll enter it.Here an exempe with a
YouTube video.
- Code:
-
<object>
<param>
<param>
<param>
</object>
The result will give you this instead of having the video you wanted : - Quote :
<object>
<param>
<param>
<param>
</object>
You will then have to modify yourself the code this way : - Code:
-
<embed type="application/x-shockwave-flash" src="http://www.youtube.com/v/gYAxtnTbdqc" media="application/x-shockwave-flash" allowfullscreen="true" height="315" width="405"></embed>
It will be the same thing for
Dailymotion~~~~~~~
Do be very careful when you edit your post !!Before you clic on the edit button of a message that have some HTML codes, clic on the “A” (top right) before in the quick answering window to desactivate the WYSIWIG mode. Then you will notice that by operating this way, the HTML code wont vanish.
Enjoy your staying !!