welcome: please sign in

Upload page content

You can upload content for the page named below. If you change the page name, you can also upload content for another page. If the page name is empty, we derive the page name from the file name.

File to load page content from
Page name
Comment

location: AjudaComMacros / EmbedObject



EmbedObject

Esta macro é utilizada para Embeber um Objecto numa página de wiki. O tamanho do objecto pode ser ajustado opcionalmente. Outras palavras-chave dependem do tipo da aplicação.

Se o ficheiro de anexo não foi ainda enviado, a linha de anexo será exibida.

Sintaxe

<<EmbedObject(attachment[,width=width][,height=height])>>

mimetypes suportados

Parâmetros

attachment: nome de imagem de ficheiro

Parâmetros de Palavras-Chave

Um conjunto diferente de palavras-chave é utilizado a partir dos valores por omissão, dependendo da classe do mimetype

  width = ""
  height = ""
  play = false
  loop = false
  quality = high
  op = true
  repeat = false
  autostart = false
  menu = true
  hidden = false


Todos utilizam o width e o height

como complemento:
  'video' utiliza  repeat, autostart, menu, op
  'audio' utiliza   play, repeat, autostart, op, hidden
          a largura é 60 e a altura é 20 por omissão
  'application' utiliza play, menu, autostart

Exemplo

<<EmbedObject>>
<<EmbedObject(example.swf)>>
<<EmbedObject(example.pdf)>>
<<EmbedObject(example.svg)>>
<<EmbedObject(example.mp3)>>
<<EmbedObject(example.vss)>>

<<EmbedObject(example.swf,width=637,height=392)>>