← WordPress

[Dúvida] Embed Flash no Wordpress (no design, e não nos posts)...

Lida 2162 vezes

Offline

Pedro Magalhães 
Membro
Mensagens 397 Gostos 0
Troféus totais: 23
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 4 Level 3 Level 2 Level 1 100 Posts

Olá a todos!

Estou com esta dúvida, não estou a conseguir ter sucesso a renderizar o flash no wordpress fora dos posts/páginas/sidebar. Ou seja, quero colocar um .swf no layout... por exemplo um banner, e não está a renderizar o swf. O right-click sobre o flash aparece, o tamanho do .swf também, só que não mostra nada.

Já alguém resolveu este problema? Andei a pesquisar no google mas tudo o que me dá é para plugins e soluções para dentro dos posts/sidebars...

Obrigado pela ajuda..
Offline

bfms 
Equipa
Mensagens 1769 Gostos 40
Feedback +1

Troféus totais: 35
Trófeus: (Ver todos)
Search Level 6 Apple User Super Combination Combination Topic Starter 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Qual o código que estás a utilizar para colocar o ficheiro?
Offline

Pedro Magalhães 
Membro
Mensagens 397 Gostos 0
Troféus totais: 23
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 4 Level 3 Level 2 Level 1 100 Posts

Este por exemplo:

Código: [Seleccione]

<head>
<script type="text/javascript" src="swfobject.js"></script>
</head>

<body>
<div align="center">
<div id="flashcontent">
<script type="text/javascript">
var so = new SWFObject("banner.swf", "mymovie", "590", "400", "8");
so.addParam("menu", "false");
so.write("flashcontent");
</script>
</div>
</div>
</body>
</html>

Offline

bfms 
Equipa
Mensagens 1769 Gostos 40
Feedback +1

Troféus totais: 35
Trófeus: (Ver todos)
Search Level 6 Apple User Super Combination Combination Topic Starter 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

E onde está o ficheiro
<script type="text/javascript" src="swfobject.js"></script>

e o próprio banner?

(URL completo)
Offline

Pedro Magalhães 
Membro
Mensagens 397 Gostos 0
Troféus totais: 23
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 4 Level 3 Level 2 Level 1 100 Posts

Assim também não funcionou...  :-(

Código: [Seleccione]
<OBJECT
CLASSID="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"
WIDTH="100%"
HEIGHT="100%"
CODEBASE="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab">

<PARAM NAME="MOVIE" VALUE="http://www.xpto.com/wp-content/themes/xpto/banner.swf">
<PARAM NAME="PLAY" VALUE="true">
<PARAM NAME="LOOP" VALUE="false">
<PARAM NAME="QUALITY" VALUE="high">
<PARAM NAME="SCALE" VALUE="NOBORDER">
<PARAM NAME="MENU" value="false">
<PARAM NAME="SCALE" VALUE="showall">

<EMBED
SRC="http://www.xpto.com/wp-content/themes/xpto/banner.swf"
WIDTH="100%"
HEIGHT="100%"
PLAY="true"
LOOP="false"
QUALITY="high"
SCALE="showall"
MENU="false"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=Shockwaveflash">

</EMBED>
</OBJECT>
Offline

Pedro Magalhães 
Membro
Mensagens 397 Gostos 0
Troféus totais: 23
Trófeus: (Ver todos)
Super Combination Combination Topic Starter 10 Poll Votes Poll Voter Level 4 Level 3 Level 2 Level 1 100 Posts

Já consegui. Era um problema na compilação do .Swf no Flash.   :-P

Offline

bfms 
Equipa
Mensagens 1769 Gostos 40
Feedback +1

Troféus totais: 35
Trófeus: (Ver todos)
Search Level 6 Apple User Super Combination Combination Topic Starter 50 Poll Votes 10 Poll Votes Poll Voter Poll Starter

Ok, ainda bem então ;)