|
@@ -43,9 +43,9 @@
|
|
|
// NSString *realString = [[urlString urlEncodeString] stringByAddingPercentEncodingWithAllowedCharacters:[NSCharacterSet URLQueryAllowedCharacterSet]];
|
|
|
NSURL *url = [NSURL URLWithString:string1];
|
|
|
|
|
|
- self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
|
|
|
- self.player.shouldAutoPlay = YES;
|
|
|
- [self.player play];
|
|
|
+// self.player = [[MKRAVPlayer alloc]initWithContentURL:url];
|
|
|
+// self.player.shouldAutoPlay = YES;
|
|
|
+// [self.player play];
|
|
|
// self.tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStylePlain];
|
|
|
// self.tableView.delegate = self;
|
|
|
// self.tableView.dataSource = self;
|