Skip navigation.
 
mlRe: Embended YouTube video
FROM : Sherm Pendley
DATE : Tue Jul 04 18:26:16 2006

On Jul 4, 2006, at 11:06 AM, Neto wrote:

> Sorry for the newbie question...I know nothing about the WebKit.


Here's a good place to start:

   <file:///Developer/ADC%20Reference%20Library/documentation/Cocoa/
Conceptual/DisplayWebContent/index.html>

The same document is on the web:

   <http://developer.apple.com/documentation/Cocoa/Conceptual/
DisplayWebContent/index.html
>

> For their videos YouTube provides the link or the tag, for example:
>
>  <object width="425" height="350"><param name="movie" value="http://
> www.youtube.com/v/-HkzeOFaZlo"></param><embed src="http://
> www.youtube.com/v/-HkzeOFaZlo" type="application/x-shockwave-flash" 
> width="425" height="350"></embed></object>
>
> Is there a way to use this tag in the WebKit?


You load it into a WebView the same way you would any other HTML. See 
the above guide for details.

sherm--

Cocoa programming in Perl: http://camelbones.sourceforge.net
Hire me! My resume: http://www.dot-app.org

Related mailsAuthorDate
mlEmbended YouTube video Neto Jul 4, 17:06
mlRe: Embended YouTube video Sherm Pendley Jul 4, 18:26
mlRe: Embended YouTube video Neto Jul 5, 00:34
mlRe: Embended YouTube video Sherm Pendley Jul 5, 01:47