Management of multimedia objects
From Jpaliowiki EN
Contents |
Generally
Service enables advanced management multimedia objects.
Add binary object
Select a directory where you want to add binary object and click on the "+" button. After select the file and confirm it is automatically sent to the server.
Edit binary object
After selecting a binary object, we have the ability to edit the name, code, a MIME type and description in the dialog box on the right. The changes are not saved until you click Save. Unsaved data will be lost!
To change the contents of a binary object, click Change content.
To download a file from a binary object to disk, click the Export content.
Insert a binary object
Type image / x-icon
<link rel="shortcut icon" href="$media.url("_kod_")" type="image/x-icon" />Type image/...
<img src="$media.url("_kod_")" border="0"/>or
<img src="$media.url("_kod_")" width="200" height="200" border="0"/>Type text/css
<link rel="stylesheet" href="$media.url("_kod_")" type="text/css" media="screen" />Type text/javascript
<script src="$media.url("_kod_")" type="text/javascript"></script>Type application/x-shockwave-flash
<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab" width="300" height="200"> <param name="movie" value="$media.url("_kod_")"> <param name="quality" value="high"> <param name="wmode" value="opaque"> <embed src="$media.url("_kod_")" quality="high" wmode="opaque" width="300" height="200" type="application/x-shockwave-flash" pluginspace="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash"></embed> </object>
Other types
<a href="$media.url("_kod_")">_nazwa_</a>


