Milan Marić (actor, born 1981)

Milan Marić (Serbian Cyrillic: Милан Марић; born 26 September 1981) is a Serbian actor, best known for his role in The Wounds.[1][2]

Milan Marić
Милан Марић
Born (1981-09-26) 26 September 1981
Belgrade, SR Serbia, SFR Yugoslavia
NationalitySerbian
OccupationActor
Years active1998–present

Biography

Milan Marić was born in 1981 in Belgrade.

In 1998 he had his cinematic debut in the film The Wounds, in the lead role of Shvaba.

His next work was in 2004, in the drama film Breathe Deeply, where he played a supporting part. It was about the main heroine Sasha whose ambitions are thwarted by a car crash. A year later, the actor appeared in the comedy We are not Angels-2, where he again starred in an episodic role, of a businessman. In the comedy film, a character named Nicola (Nicola Coyo), the father of a 15-year-old daughter, a ladies' man, who undertakes to protect his daughter from importunate admirers, was told about the comedy.

Soon Milan appeared in a television project, crime drama Storks will Return about three adventurers who are forced to settle in a village to hide from persecution. Later there was a continuation of the film entitled Storks in the Fog, where Milan Marić also played.

In 2009, the drama Forbidden Love with Milan was released on Serbian cinema screens, followed two years later by the premiere of the comedy The Parade, which was about the formation of the LGBT movement in Serbia.

In 2010 he appeared in the reality show Veliki brat, a Serbian version of the Big Brother.

The 2013 film Mamaroš was particularly significant in the actor's career. The film about the life of "mama's boy" Pera Ilić (Bogdan Diklich), a Belgorod cinema projectionist, was shown at the Moscow International Film Festival.

Selected filmography

Film

TV

  • Veliki brat (2010)
gollark: <@337621533369303042> Was it you who wanted this?
gollark: Takes ages to load words, I'm afraid.
gollark: ```pythonimport thesaurusimport randomimport concurrent.futures as futureswords_to_synonyms = {}synonyms_to_words = {}def add_to_key(d, k, v): d[k] = d.get(k, set()).union(set(v))def add_synonyms(syns, word): for syn in syns: add_to_key(synonyms_to_words, syn, [word]) add_to_key(words_to_synonyms, word, syns)def concat(list_of_lists): return sum(list_of_lists, [])def fetch_word(word): results = concat(thesaurus.Word(word).synonyms("all")) return resultsdef add_words(words): with futures.ThreadPoolExecutor(max_workers=50) as executor: word_futures = {executor.submit(fetch_word, word): word for word in words} for future in futures.as_completed(word_futures): word = word_futures[future] try: data = future.result() except Exception as exc: print(f"Error fetching {word}: {exc}") else: add_synonyms(data, word)def getattr_hook(obj, key): results = list(synonyms_to_words.get(key, set()).union(words_to_synonyms.get(key, set()))) if len(results) > 0: return obj.__getattribute__(random.choice(results)) else: raise AttributeError(f"Attribute {key} not found.")def wrap(obj): add_words(dir(obj)) obj.__getattr__ = lambda key: getattr_hook(obj, key)wrap(__builtins__)__builtins__.engrave("Hi!")```
gollark: Ah yes. Global Interpreter Lock. Right. This may be hard.
gollark: On the plus side, you should be able to use `zilch` in place of `None` now.

References

This article is issued from Wikipedia. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.