Forbidden Palace / Forbidden City Wonder Movie.
Call to Power II wonder movie converted to be used with Civ4:
(Width: 720 / Height: 486)
More info see picture
To see the wonder movie for the national wonder use this python code:
Spoiler :Code:def onBuildingBuilt(self, argsList): 'Building Completed' pCity, iBuildingType = argsList ######################## ### FORBIDDEN PALACE ### ######################## if ( iBuildingType==gc.getInfoTypeForString("BUILDING_GREAT_PALACE") ): popupInfo = CyPopupInfo() popupInfo.setButtonPopupType(ButtonPopupTypes.BUTTONPOPUP_PYTHON_SCREEN) popupInfo.setData1(iBuildingType) popupInfo.setData2(pCity.getID()) popupInfo.setData3(0) popupInfo.setText(u"showWonderMovie") popupInfo.addPopup(pCity.getOwner())

Forbidden Palace / Forbidden City Wonder Movie 2016-10-05
Forbidden Palace / Forbidden City Wonder Movie