618543
10
Zoom out
Zoom in
Previous page
1/694
Next page
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>
3
10


Need help? Post your question in this forum.

Forumrules


Report abuse

Libble takes abuse of its services very seriously. We're committed to dealing with such abuse according to the laws in your country of residence. When you submit a report, we'll investigate it and take the appropriate action. We'll get back to you only if we require additional details or have more information to share.

Product:

For example, Anti-Semitic content, racist content, or material that could result in a violent physical act.

For example, a credit card number, a personal identification number, or an unlisted home address. Note that email addresses and full names are not considered private information.

Forumrules

To achieve meaningful questions, we apply the following rules:

Register

Register getting emails for Adobe Dreamweaver CS6 at:


You will receive an email to register for one or both of the options.


Get your user manual by e-mail

Enter your email address to receive the manual of Adobe Dreamweaver CS6 in the language / languages: English as an attachment in your email.

The manual is 6,14 mb in size.

 

You will receive the manual in your email within minutes. If you have not received an email, then probably have entered the wrong email address or your mailbox is too full. In addition, it may be that your ISP may have a maximum size for emails to receive.

The manual is sent by email. Check your email

If you have not received an email with the manual within fifteen minutes, it may be that you have a entered a wrong email address or that your ISP has set a maximum size to receive email that is smaller than the size of the manual.

The email address you have provided is not correct.

Please check the email address and correct it.

Your question is posted on this page

Would you like to receive an email when new answers and questions are posted? Please enter your email address.



Info