Loading...
 
Features / Usability

Features / Usability


Re: Re: Re: Re: Re: Re: Re: Embedding videos from all hosts in my tiki forum?

posts: 3665 United States

Yes, you can easily add that video from MySpace to your TikiWiki wiki page:
{FLASH(movie=>"http://lads.myspace.com/videos/vplayer.swf?m=33284480&v=2&type=video",width=>430,height=>346,quality=>high)/}


To to this, you need to example the code that MySpace gives you:

Copy to clipboard
< a href="http://myspacetv.com/index.cfm?fuseaction=vids.individual&videoid=33284480">FIAT 126-PORSCHE< /a>< br>< embed src="http://lads.myspace.com/videos/vplayer.swf" flashvars="m=33284480&v=2&type=video" type="application/x-shockwave-flash" width="430" height="346">< /embed>


Specifically, look at the EMBED tag and note these two items:

  • src="http://lads.myspace.com/videos/vplayer.swf"
  • flashvars="m=33284480&v=2&type=video"


Using Tiki's PluginFlash, you simply include these values:

Copy to clipboard
{FLASH(movie=>"http://lads.myspace.com/videos/vplayer.swf?m=33284480&v=2&type=video",width=>430,height=>346,quality=>high)/}


See my blog post for additional information on using the FLASH plugin.

HTH,

-Rick
Need more help? Try TikiWiki for Dummies Smarties or read my Tiki Blog.

There are no comments at this time.