618542
7
Zoom out
Zoom in
Vorherige Seite
1/787
Nächste Seite
To the top
To the top
The local root folder is inside the user folder (/Users/<user>/). Point the site local root folder outside the Users folder.
HTML labels in Property Inspector
HTML keywords are no longer localized in the Property Inspector. They appear in English only.
Known limitations
Edge Animate Compositions
Previewing Edge Animate compositions in the Live View slows down Dreamweaver considerably. Adobe suggests that you use browser preview
for Edge Animate Compositions.
Only OAM files can be inserted into Dreamweaver. OAM files with double-byte, high-ASCII, or special characters in the filename cannot be
inserted.
HTML5 Video/Audio does not play in Live View
Preview HTML5 audio/video in a browser.
HTML5 videos do not play as intended on website
If your video plays well on your local computer but doesn’t play on a live web server, it’s probably because the remote web server isn’t configured
properly for your video format.
For HTML5 video support on your websites, ensure that you correctly configure MIME (Multi-purpose Internet Mail Extensions) types on your
webserver .
For choosing the correct MIME type, check the format of your videos (MP4, OGV, WEBM). Adobe recommends that you have all the formats or at
least MP4 and WEBM for maximum browser compatibility. You set MIME types for each format separately.
For video encoding, you can try HTML5 Video Player. The player can convert your videos into different HTML5 video formats in a batch mode.
If you plan to host your websites on different web server types such as Windows server with IIS, or Linux server with Apache, configure HTML5
MIME types in accordance with the server type.
Set HTML5 video MIME type on Apache
AddType video/ogg.ogv
AddType video/mp4.mp4
AddType video/webm.webm
Add the following code to your httpd.conf file or to a .htaccess file in the directory containing your video file.
The first line is for videos in an Ogg container. The second line is for videos in an MPEG-4 container. The third is for WebM.
Set HTML5 video MIME type on IIS
To set up HTML5 video MIME types on IIS servers, open IIS Manager on the Windows server. Navigate to the MIME Types settings.
There are some differences between the IIS versions. Consult your server’s documentation or your hosting company on how to set the HTML5
video MIME type for specific file types on Windows servers.
If you use IIS Express and don’t have a full instance of IIS running, use the Web.config file. This method works on any IIS7 web server, and is
ignored on all non-IIS7 web servers. So, it is safe regardless of the type of application or content.
Add the following code to your configuration file:
<configuration>
<system.webserver>
<staticContent>
<mimeMap FileExtension=":mp4" mimeType="video/mp4" />
<mimeMap FileExtension=".ogv" mimeType="video/ogg" />
<mimeMap FileExtension=".webmv" mimeType="video/webmv" />
</staticContent>
</system.webServer>
</configuration>
7

Brauchen Sie Hilfe? Stellen Sie Ihre Frage.

Forenregeln

Missbrauch melden von Frage und/oder Antwort

Libble nimmt den Missbrauch seiner Dienste sehr ernst. Wir setzen uns dafür ein, derartige Missbrauchsfälle gemäß den Gesetzen Ihres Heimatlandes zu behandeln. Wenn Sie eine Meldung übermitteln, überprüfen wir Ihre Informationen und ergreifen entsprechende Maßnahmen. Wir melden uns nur dann wieder bei Ihnen, wenn wir weitere Einzelheiten wissen müssen oder weitere Informationen für Sie haben.

Art des Missbrauchs:

Zum Beispiel antisemitische Inhalte, rassistische Inhalte oder Material, das zu einer Gewalttat führen könnte.

Beispielsweise eine Kreditkartennummer, persönliche Identifikationsnummer oder unveröffentlichte Privatadresse. Beachten Sie, dass E-Mail-Adressen und der vollständige Name nicht als private Informationen angesehen werden.

Forenregeln

Um zu sinnvolle Fragen zu kommen halten Sie sich bitte an folgende Spielregeln:

Neu registrieren

Registrieren auf E - Mails für Adobe Dreamweaver CC - 2013 wenn:


Sie erhalten eine E-Mail, um sich für eine oder beide Optionen anzumelden.


Andere Handbücher von Adobe Dreamweaver CC - 2013

Adobe Dreamweaver CC - 2013 Bedienungsanleitung - Deutsch - 750 seiten

Adobe Dreamweaver CC - 2013 Bedienungsanleitung - Englisch - 732 seiten


Das Handbuch wird per E-Mail gesendet. Überprüfen Sie ihre E-Mail.

Wenn Sie innerhalb von 15 Minuten keine E-Mail mit dem Handbuch erhalten haben, kann es sein, dass Sie eine falsche E-Mail-Adresse eingegeben haben oder dass Ihr ISP eine maximale Größe eingestellt hat, um E-Mails zu erhalten, die kleiner als die Größe des Handbuchs sind.

Ihre Frage wurde zu diesem Forum hinzugefügt

Möchten Sie eine E-Mail erhalten, wenn neue Antworten und Fragen veröffentlicht werden? Geben Sie bitte Ihre Email-Adresse ein.



Info