Author Topic: Internet Video and Flash Embedding on zCh HowTo  (Read 1708 times)

Offline sinic

  • Certified Organic
  • Member
  • **
  • Posts: 7,530
  • Renown: +0/-0
  • Slack.
    • View Profile
Internet Video and Flash Embedding on zCh HowTo
« on: May 11, 2006, 06:04:52 PM »
All right.  So zch offers something people might not be used to... the option to embed flash into your posts.  This provides an alternative to linking offsite for flash videos which causes multiple other windows to be opened (which are unnecessary) and also opens the possibility of picking up something nasty (depending where the link goes to).

A lot of sites offer options for embedding video.  They generally contain the html code for doing it.  What I want to post here is a simple translation for putting it into posts here.  We'll start with YouTube.

So you find a flash video you like such as
Urban Ninja Small | Large
.

Next to the video there's a box called "Embed" with the text:

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/D2kJZOfq7zk"></param><embed src="http://www.youtube.com/v/D2kJZOfq7zk" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

That looks a bit imposing, but the bits you need are these:

<object width="425" height="350"><param name="movie" value="http://www.youtube.com/v/D2kJZOfq7zk"></param><embed src="http://www.youtube.com/v/D2kJZOfq7zk" type="application/x-shockwave-flash" width="425" height="350"></embed></object>

You can take those bits and put them in like this: [ flash=425,350 ]http://www.youtube.com/v/D2kJZOfq7zk[ /flash ] and get:

<a href="http://www.youtube.com/v/D2kJZOfq7zk" target="_blank" class="new_win">http://www.youtube.com/v/D2kJZOfq7zk</a>

This works with any flash site.  You just need to put the bit after the "embed src" in between the [ flash ] tags and use the [ flash = width,height ] format.  You can get width and height from the embed link.  It's really not much harder than that.  The "preview" option can be used to make sure it works.

If you have any questions or any other flash embeds you want to post, but aren't sure how please post them here and I or someone else will be happy to help.
« Last Edit: October 21, 2006, 07:34:59 AM by sinic »
"All it takes for evil to triumph is for good men to do nothing." – Edmund Burke

http://sinicfug.mybrute.com/

Offline etphonehome

  • Member
  • **
  • Posts: 959
  • Renown: +0/-0
    • View Profile
Re: Flash Embedding on zCh HowTo
« Reply #1 on: May 11, 2006, 08:27:16 PM »
<a href="http://www.eyezmaze.com/tontie/v0/tontie.swf" target="_blank" class="new_win">http://www.eyezmaze.com/tontie/v0/tontie.swf</a>

Just testing...
My 2¢.

Offline sinic

  • Certified Organic
  • Member
  • **
  • Posts: 7,530
  • Renown: +0/-0
  • Slack.
    • View Profile
Re: Flash Embedding on zCh HowTo
« Reply #2 on: May 18, 2006, 05:36:56 PM »
All right, everyone... I've got a new one for you.  As most of you may know Photobucket now offers video hosting.  When you put up a video it gives you a pre-written embedding link in the "TAG" section.  A common one will look like this.

<embed width="352" height="308" type="application/x-shockwave-flash" src="http://vid4.photobucket.com/player.swf?file=http://vid4.photobucket.com/albums/y142/the_sinic/CheeriosandAww.flv"></embed>

Now the useful bits are as follows:

<embed width="352" height="308" type="application/x-shockwave-flash" src="http://vid4.photobucket.com/player.swf?file=http://vid4.photobucket.com/albums/y142/the_sinic/CheeriosandAww.flv"></embed>

Take that info and whip it into:

[ flash=352,308 ] http://vid4.photobucket.com/player.swf?file=http://vid4.photobucket.com/albums/y142/the_sinic/CheeriosandAww.flv [ /flash ]

and you get

<a href="http://vid4.photobucket.com/player.swf?file=http://vid4.photobucket.com/albums/y142/the_sinic/CheeriosandAww.flv" target="_blank" class="new_win">http://vid4.photobucket.com/player.swf?file=http://vid4.photobucket.com/albums/y142/the_sinic/CheeriosandAww.flv</a>

Throwing the [ center ] tag around it puts it in the center of the post for those who want to format it that way.
"All it takes for evil to triumph is for good men to do nothing." – Edmund Burke

http://sinicfug.mybrute.com/

Offline TeroWasHere

  • Member
  • **
  • Posts: 2,374
  • Renown: +0/-0
  • Not your monkey.
    • View Profile
    • Leopold & Loeb
Re: Flash Embedding on zCh HowTo
« Reply #3 on: June 12, 2006, 03:43:24 AM »
Oh shit I want to learn how to do that ninja dude's flips.

Offline sinic

  • Certified Organic
  • Member
  • **
  • Posts: 7,530
  • Renown: +0/-0
  • Slack.
    • View Profile
Re: Flash Embedding on zCh HowTo
« Reply #4 on: October 08, 2006, 11:29:51 AM »
Embedding Google video:

The embed link from the page gives you this:

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="
http://video.google.com/googleplayer.swf?docId=-266401846574257420&hl=en Small | Large
"> </embed>
       
The useful bits are:

<embed style="width:400px; height:326px;" id="VideoPlayback" type="application/x-shockwave-flash" src="
http://video.google.com/googleplayer.swf?docId=-266401846574257420&hl=en Small | Large
"> </embed>

Which you put in like so (with spaces removed):

[ flash=400,326 ]
http://video.google.com/googleplayer.swf?docId=-266401846574257420&hl=en Small | Large
[ /flash ]

To get:

<a href="http://video.google.com/googleplayer.swf?docId=-266401846574257420&amp;hl=en" target="_blank" class="new_win">http://video.google.com/googleplayer.swf?docId=-266401846574257420&amp;hl=en</a>     
"All it takes for evil to triumph is for good men to do nothing." – Edmund Burke

http://sinicfug.mybrute.com/

Offline fixer

  • Sea kitten
  • Member
  • **
  • Posts: 3,219
  • Renown: +0/-0
  • Has a thing for Russians on ice skates.
    • View Profile
    • Fixer's Fibre Insanity
Internet Video and Flash Embedding on zCh HowTo
« Reply #5 on: April 16, 2009, 01:49:05 PM »
Help! This is from the National Geographic website. Their embedding information has the video specified seperate from the address so if I break this:

<embed src="http://video.nationalgeographic.com/video/player/flash/syndicatedVideoPlayer.swf" flashVars="vid=octopus_giant_kills_shark" name="flashObj" width="400" height="334" seamlesstabbing="false" allowfullscreen="true" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed>

down to this:

[ flash=400,334 ] http://video.nationalgeographic.com/video/player/flash/syndicatedVideoPlayer.swf [ /flash ]

I seem to get a random video.

Anybody have a suggestion? Or do we not support this particular format?
"In the course of this life I have had a great many encounters with a great many people who have been concerned with matters of consequence. I have lived a great deal among grown-ups. I have seen them intimately, close at hand. And that hasn't much improved my opinion of them." ~Antoine de Saint-Exupéry, Le Petit Prince
Visit me: Fixer's Fibre Insanity

Offline Count PuPPula

  • Member
  • **
  • Posts: 4,855
  • Renown: +0/-0
    • View Profile
Internet Video and Flash Embedding on zCh HowTo
« Reply #6 on: April 16, 2009, 01:58:37 PM »
hm... The problem is that the swf is their general video player, and the code after is telling it what to play. I'm not sure how to embed it properly, but that would be wh the video is random.
Vaaaaammmpyyyyyyyyyyyyyyyyyyyyyyyre

Offline fixer

  • Sea kitten
  • Member
  • **
  • Posts: 3,219
  • Renown: +0/-0
  • Has a thing for Russians on ice skates.
    • View Profile
    • Fixer's Fibre Insanity
Internet Video and Flash Embedding on zCh HowTo
« Reply #7 on: April 16, 2009, 02:04:34 PM »
I was afraid of that. Linkies to the rescue, I guess!
"In the course of this life I have had a great many encounters with a great many people who have been concerned with matters of consequence. I have lived a great deal among grown-ups. I have seen them intimately, close at hand. And that hasn't much improved my opinion of them." ~Antoine de Saint-Exupéry, Le Petit Prince
Visit me: Fixer's Fibre Insanity