Hallo,
ich möchte eine Powerpoint-Präsentation auf einer URL veröffentlichen. Dazu haben ich mir das Tool iSpring installiert. Damit existiert nun ein Plugin innerhalb von Powerpoint mit dessen Hilfe ich meine Präsentation in eine Flash-Datei, welche im html-Code eingebettet ist, umwandeln kann. Alles wird automatisiert durch das Plugin erstellt, sowohl das Flashvideo als auch das passende html-Markup. Klappt soweit alles super, zwei Dinge stören mich allerdings.
1.) Dummerweise wird das Flashvideo viel zu klein nur in einem kleinen Bereich des Browsers angezeigt. Kann ich das irgendwie anpassen?
2.) Kann ich irgendwie einstellen, das nach der Eingabe der URL die Anzeige gleich im Vollbildmodus erfolgt, das also automatisiert das Betätigen von F11 im Quellcode integriert werden kann?
Ich bin leider keine Programmierer und habe deshalb recht wenig Ahnung von diesen Dingen. Wäre prima, wenn ihr mir das etwas detaillierter erklären könntet.
Vielen Dank für eure Hilfe.
Hier noch der Quellcode der von iSpring generiert wird:
<!-- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> -->
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<title>~$Präsentation.pptx</title>
</head>
<body topmargin="0" leftmargin="0" bgcolor="#ffffff">
<!-- saved from url=(0013)about:internet -->
<table cellpadding="0" cellspacing="0" width="100%" height="100%">
<tr>
<td align="center" valign="middle">
<table>
<tr>
<td>
<!-- Use the following <object> tag to embed the Flash presentation into HTML document -->
<object id="presentation" width="722" height="577" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="~$Präsentation.pptx.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
<embed src="~$Präsentation.pptx.swf" quality="high" bgcolor="#ffffff" width="722" height="577" name="presentation" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.adobe.com/go/getflashplayer" allowFullScreen="true" />
</object>
<!-- Use the following <object> tag to embed the Flash presentation into XHTML document -->
<!--
<object id="presentation" width="722" height="577" type="application/x-shockwave-flash" data="~$Präsentation.pptx.swf">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="~$Präsentation.pptx.swf" />
<param name="quality" value="high" />
<param name="bgcolor" value="#ffffff" />
<param name="allowFullScreen" value="true" />
</object>
-->
</td>
</tr>
<tr>
<td>
<a style="font-family: verdana; font-size: 11px; color: #0000CC" href="http://www.ispringsolutions.com/go/ispring-presentations" title="iSpring - PowerPoint to Flash converter">Created with iSpring</a>
</td>
</tr>
</table>
</td>
</tr>
</table>
<script type="text/javascript" src="fixprompt.js"/>
</body>
</html>