|  | @@ 149-152 (lines=4) @@ | 
                                                            
                                    | 146 |  | 		if ( empty( $this->video ) || is_wp_error( $this->video ) ) | 
                                                            
                                    | 147 |  | 			return ''; | 
                                                            
                                    | 148 |  |  | 
                                                            
                                    | 149 |  | 		if ( isset( $this->options['freedom'] ) && $this->options['freedom'] === true ) | 
                                                            
                                    | 150 |  | 			$content = $this->html5_static(); | 
                                                            
                                    | 151 |  | 		else | 
                                                            
                                    | 152 |  | 			$content = $this->flash_embed(); | 
                                                            
                                    | 153 |  |  | 
                                                            
                                    | 154 |  | 		return $this->html_wrapper( $content ); | 
                                                            
                                    | 155 |  | 	} | 
                                                                                
                                |  | @@ 174-176 (lines=3) @@ | 
                                                            
                                    | 171 |  | 				$content = $this->flash_object(); | 
                                                            
                                    | 172 |  | 			else | 
                                                            
                                    | 173 |  | 				$content = $this->html5_dynamic(); | 
                                                            
                                    | 174 |  | 		} elseif ( isset( $this->options['freedom'] ) && $this->options['freedom'] === true ) { | 
                                                            
                                    | 175 |  | 			$content = $this->html5_static(); | 
                                                            
                                    | 176 |  | 		} else { | 
                                                            
                                    | 177 |  | 			$content = $this->html5_dynamic(); | 
                                                            
                                    | 178 |  | 		} | 
                                                            
                                    | 179 |  | 		return $this->html_wrapper( $content ); |