Mohamed Radwan unearths to Contemporary Yuse Rom

The artist Mohamed Radwan published in a assorted assembly of the News Room web set on the sidelines of his honor on the closing ceremony of the Buria Film Competition about the destiny of the film of the wife of a person, which will not be any longer primary.

The destiny of the film of a person’s wife will not be any longer primary

Where Muhammad Radwan mentioned in extraordinary statements to News Room: “I enact no longer be taught about it …

Yasmine Abdel Aziz’s return to the cinema

In a related context, The film of the wife of a person will not be any longer primary, which represents the return of Yasmine Abdel Aziz to the cinema after the absence of 7 years, and it represents the foremost ingenious cooperation between Yasmine and Akram Hosni, and the film is taking jam in a social comic framework, and the remainder of his heroes are being contracted in the new length, and it’s written by Sharif Al -Laithi, directed by Moataz Al -Touni, and the production of Synergy to producer Tamer Morsi.

Mohamed Radwan in the Captain sequence

He used to be shown to Mohamed Radwan in the closing Ramadan drama season, the Captain sequence, which he nonetheless with Akram Hosni, who is of the typical of social comedies, sometime of which Akram supplied the personality of Hossam Ezz El -Din, a pilot captain, faces many crises, particularly after he precipitated the demise of one in all his flights, and Mohamed Radwan performed the personality of Dr. Shaker Al -Tawil, a professor of theater act Akram Hosni.

Captain sequence heroes

The sequence Captain is consisting of 15 episodes, starring the artist Akram Hosni, the artist Aya Samaha, the artist Sawsan Badr, the artist Ahmed Abdel Wahab, the artist Rahma Ahmed, the artist Ahmed Al -Rafii, the artist Mohamed Radwan, the artist Sami Maghawry, the artist Omar Sharqi, the artist Moamen Nour, the artist Mimi Jamal, the artist Wiam Magdy, and the sequence from the account of Ayman Al -Shayeb, written by Amr Al -Dali, and directed by Moataz Al -Touni.

Mohamed Radwan in the sequence Hasba Omari

Radwan additionally competed in the closing Ramadan season, in the sequence of Hasbah Omari, which he nonetheless with Rogina and Amr Abdel Jalil, and its events took jam in a social framework that deals with the appropriate of hardship and care, which indicates the appropriate of girls individuals to kind a share of her husband’s money that would merely attain half of of his wealth, whether or no longer in the tournament of divorce or demise, in alternate for her work and her participation in the formation of that wealth.

The heroes of the sequence Hasba Omri

The sequence Hasba Omari, consisting of 15 episodes, starring Rogina, Amr Abdel Jalil, Nadine, Mahmoud Al -Bazawi, Mohamed Radwan, Ali Al -Tayeb, Nour Ehab, and Islam Ibrahim, with a desire of company of honor, alongside with Ilham Shaheen and Rania Farid Shawky, and the sequence written by Mahmoud Ezzat and directed by May Mamdouh.

feature replaceOembeds() {
var allEmbeds = doc.getElementsByTagName(“OEMBED”);

while (allEmbeds.length != 0) {
replaceOembedWithHtml(allEmbeds(0), extractLinkFromOembed(allEmbeds(0)));
allEmbeds = doc.getElementsByTagName(“OEMBED”);
}

runYoutubeLazyLoad();

}

feature replaceOembedWithHtml(component, sourceData) {
if (sourceData.source.toLowerCase() === “youtube”) {
var html=”

” +

‘ +

‘ +

‘ +
‘ +

‘ +

‘;

replaceElementWithHtml(component, html);
} else if (sourceData.source.toLowerCase() === “instagram”) {
var html=”

‘;

replaceElementWithHtml(component, html);
} else if (sourceData.source.toLowerCase() === “twitter”) {
var html=”

‘;
replaceElementWithHtml(component, html);
} else if (sourceData.source.toLowerCase() === “fb”) {

loadfbApi();

var html=”


replaceElementWithHtml(component, html);
} else {
replaceElementWithHtml(component, “”);
}

}

feature extractLinkFromOembed(component) {
return getUrlSource(component.getAttribute(“url”));
}

feature getUrlSource(url) {
var ytRegex = /http(?:s?)://(?:www.)?youtu(?:be.com/explore?v=|.be/)((w-_)*)(&(amp;)?‌​(w?‌​=)*)?/;
var instaRegex = /(https?://www.)?instagram.com(/p/(w+)/?)/;
var twitterRegex = /twitter.com/.*/self-discipline(?:es)?/((^/?)+)/;
var fbRegex = /^https?://www.fb.com.*/(video(s)?|explore|account|posts)(.php?|/).+$/;

if (ytRegex.check(url)) {
return {
source: “Youtube”,
url: url,
identification: ytRegex.exec(url)(1)
};
}

if (instaRegex.check(url)) {
return {
source: “Instagram”,
url: url,
identification: instaRegex.exec(url)(3)
};
}

if (twitterRegex.check(url)) {
return {
source: “Twitter”,
url: url,
identification: twitterRegex.exec(url)(1)
};
}

if (fbRegex.check(url)) {
return {
source: “Facebook”,
url: url,
identification: fbRegex.exec(url)(1)
};

}

return {
source: “Unknown”,
url: url,
identification: “”
};
}

feature replaceElementWithHtml(component, html) {
var str = html;
var Obj = component; //any component to be entirely replaced
if (Obj.outerHTML) { //if outerHTML is supported
Obj.outerHTML = str; ///it’s straightforward replacement of complete component with contents of str var
} else { //if outerHTML will not be any longer supported, there would possibly perchance be a outlandish but crossbrowsered trick
var tmpObj = doc.createElement(“div”);
tmpObj.innerHTML = ‘‘;
ObjParent = Obj.parentNode; //Okey, component win to be parented
ObjParent.replaceChild(tmpObj, Obj); //here we inserting our short-term data in desire to our goal, so we can win it then and replace it into whatever we deserve to interchange to
ObjParent.innerHTML = ObjParent.innerHTML.replace(‘

‘, str);
}
}
feature loadfbApi() {
var js = doc.createElement(‘script’);
js.src=”
doc.body.appendChild(js);
}
feature runYoutubeLazyLoad() {
/// youtube lazyload
var youtube = doc.querySelectorAll(“.youtube”);

for (var i = 0; i < youtube.length; i++) { var source = "https://img.youtube.com/vi/" + youtube(i).dataset.embed + "http://192.168.2.55/0.jpg"; var image = new Image(); image.src = "https://newsroom.info/subject issues/nr/sources/images/no.jpg"; image.classList.add('lazyload'); image.setAttribute("data-src", source); image.setAttribute("alt", "youtube"); image.addEventListener("load", feature () { youtube(i).appendChild(image); }(i)); youtube(i).addEventListener("click", feature () { var iframe = doc.createElement("iframe"); iframe.setAttribute("frameborder", "0"); iframe.setAttribute("allowfullscreen", ""); iframe.setAttribute("src", "https://www.youtube.com/embed/" + this.dataset .embed + "?rel=0&showinfo=0&autoplay=1"); this.innerHTML = ""; this.appendChild(iframe); }); }; } (Tagstotranslate) Mohamed Radwan (T) The wife of a person’s wife will not be any longer primary (T) Honoring Mohamed Radwan (T) The Captain (T) sequence, Hasba Omari

Provide link