WebView problems.
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