[pmwiki-users] HTML

Prasad Burra burrashiva at gmail.com
Thu Aug 9 11:56:00 CDT 2007


I think, instead of iframe, embed should work better...? may be iframe
may also work..
or you may use this way:  which I have successfully did for google and youtube..
(:html:)
<script language="JavaScript">
function youtube(id_)
{
document.write("<embed src=\"http://www.youtube.com/v/"+id_+"\"
type=\"application/x-shockwave-flash\" wmode=\"transparent\"
width=\"425\" height=\"350\" readonly=true></embed>");
}
function googleVideo(id_)
{
document.write("<embed
src=\"http://video.google.com/googleplayer.swf?docid="+id_+"\"
type=\"application/x-shockwave-flash\" wmode=\"transparent\"
width=\"425\" height=\"350\" readonly=true></embed>");
}
youtube("FKdXV2ROwAI");
youtube("fNyq4A08mTo");
youtube("KnLCJEGHlNU");
youtube("UHTUvwH02s8");
youtube("2VGF_W6OxE0");
googleVideo("-6627281619826899668");
googleVideo("-6785089134483913626");
</script>
(:htmlend:)

----
(:commentbox:)
*************************************************************************************************
if this helps:...???
thanks
prasad.







On 8/9/07, jdd <jdd at dodin.org> wrote:
> James Grizzard wrote:
> > I would like to embed a brightcove video player on my site
>
> may be something like:
>
> http://www.pmwiki.org/wiki/Profiles/RecipeForHackers
>
> (not yet finalized, because I'm busy making videos :-)
>
> jdd
>
>
>
> _______________________________________________
> pmwiki-users mailing list
> pmwiki-users at pmichaud.com
> http://www.pmichaud.com/mailman/listinfo/pmwiki-users
>



More information about the pmwiki-users mailing list