• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
WebView problems.
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

WebView problems.


  • Subject: WebView problems.
  • From: "Eugen Belyakov" <email@hidden>
  • Date: Sat, 23 Jun 2007 10:33:44 +0300

I tried to add WebView to NSView, which I got from the java application
using jawt, to play flash content.


w_view = [[WebView alloc] initWithFrame:rect]; [view addSubview:w_view];

   NSString* path = @"/L2a.swf";
   NSData *flash = [NSData dataWithContentsOfFile:path];
   [[w_view frame] loadData:flash
                   MIMEType:@"application/x-shockwave-flash"
           textEncodingName:@"utf-8"
                    baseURL:nil];
_______________________________________________

Cocoa-dev mailing list (email@hidden)

Please do not post admin requests or moderator comments to the list.
Contact the moderators at cocoa-dev-admins(at)lists.apple.com

Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden


  • Prev by Date: Re: Super-sized NSDrawer
  • Next by Date: WebView problem.
  • Previous by thread: where to call selectItemAtIndex: on NSOutlineView
  • Next by thread: WebView problem.
  • Index(es):
    • Date
    • Thread