Notice: Use of undefined constant ‘file - assumed '‘file' in /home/jpalio/vhosts/jpaliowikien.torn.com.pl/LocalSettings.php on line 154

Notice: Use of undefined constant bi’ - assumed 'bi’' in /home/jpalio/vhosts/jpaliowikien.torn.com.pl/LocalSettings.php on line 154
Management of multimedia objects - Jpaliowiki EN

Management of multimedia objects

From Jpaliowiki EN

Jump to: navigation, search

Contents

Generally

Service enables advanced management multimedia objects.

Image:General_binary.jpg


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.

Image:Add_binary.jpg


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>
Personal tools