Yeah, you can look at these for some examples of how this will work, and you can surely just change it up for your needs.
http://www.pmwiki.org/wiki/Cookbook/Flash#youtube On 8/9/07, Prasad Burra <[EMAIL PROTECTED]> wrote: > 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 <[EMAIL PROTECTED]> 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 > > [email protected] > > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > > > > _______________________________________________ > pmwiki-users mailing list > [email protected] > http://www.pmichaud.com/mailman/listinfo/pmwiki-users > -- Jon Haupt Fine & Performing Arts Librarian Iowa State University 152 Parks Library Ames, IA 50011 515-294-0904 [EMAIL PROTECTED] _______________________________________________ pmwiki-users mailing list [email protected] http://www.pmichaud.com/mailman/listinfo/pmwiki-users
