1
e-daniel
Integrated Flash on my new Template
  • 2010/9/29 23:20

  • e-daniel

  • Just popping in

  • Posts: 2

  • Since: 2010/9/29


Hello

I work in Flash and I opt for xoops is really superb.
In my template, file: theme.html

I would like to add a header high into Flash.
I test different coding .. nothing happens
my animation is white (it works perfectly in local)
it works perfectly if I go to the url link online.

below the different codes, I do not know quite what to do: /


---

<object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" id=index width=900 height=150 codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=6,0,0,0"> <param name="movie" value="*********">
<param name="quality" value="high">

<param name="play" value="true">
<param name="loop" value="true">
<param name="bgcolor" value="#FFFFFF">
<SCRIPT LANGUAGE=JavaScript>
<!--
var ShockMode = 0;
if (navigator.mimeTypes && navigator.mimeTypes["application/x-shockwave-flash"] && navigator.mimeTypes["application/x-shockwave-flash"].enabledPlugin) {
if (navigator.plugins && navigator.plugins["Shockwave Flash"])
ShockMode = 1;
} if (ShockMode ) {
document.write('<embed src="********f"');
document.write(' width=900 height=150 bgcolor="#FFFFFF" quality="high" loop="true"');
document.write(' TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/shockwave/download/">');
document.write('</EMBED>');
} else if (!(navigator.appName && navigator.appName.indexOf("Netscape")>=0 && navigator.appVersion.indexOf("2.")>=0)) { document.write('<IMG SRC="nonflash.gif" width=900 height=150>');
}
//-->
</SCRIPT><NOEMBED><IMG SRC="****" width=900 height=150 BORDER=0></NOEMBED><NOSCRIPT><IMG SRC="nonflash.gif" width=900 height=150 BORDER=0></NOSCRIPT></OBJECT>

---
</script>
<noscript>
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="468" height="60" id="banner rotator" align="middle">
<param name="allowScriptAccess" value="sameDomain" />
<param name="allowFullScreen" value="false" />
<param name="movie" value="*******" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /> <embed src="**********" quality="high" bgcolor="#ffffff" width="468" height="60" name="banner rotator" align="middle" allowScriptAccess="sameDomain" allowFullScreen="false" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>
</noscript>


and this isnt ok


--
<table cellspacing="0" id="top">
<tr><td class="slogan" colspan="2"><{$xoops_slogan}></td></tr>
<tr id="header">
<td id="headerlogo">
<OBJECT classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" WIDTH="500" HEIGHT="110" id="logo" ALIGN="">
<PARAM NAME=movie VALUE="<{$xoops_imageurl}>logo.swf"><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor VALUE=#FFFFFF><EMBED src="<{$xoops_imageurl}>logo.swf" quality=high bgcolor=#FFFFFF WIDTH="500" HEIGHT="110" NAME="logo" ALIGN="" TYPE="application/x-shockwave-flash" PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></EMBED></OBJECT>
</td>

---

2
Tarik
Re: Integrated Flash on my new Template
  • 2010/9/29 23:35

  • Tarik

  • Not too shy to talk

  • Posts: 170

  • Since: 2010/2/3 1


first of all check if <{$xoops_imageurl}> give the correct path
by checking the source of your website
and for kind of things it's probably better if you begin with some simple
code and then search for optimization
try this code
<object width="900" height="150">
<
param name="movie" value="<{$xoops_imageurl}>/logo.swf">
<
embed src="<{$xoops_imageurl}>/logo.swf"width=900 height=150>
</
embed>
</
object>

3
e-daniel
Re: Integrated Flash on my new Template
  • 2010/9/30 10:23

  • e-daniel

  • Just popping in

  • Posts: 2

  • Since: 2010/9/29


hi thx for your help
It does not work..maybe problem with export .swf

i search ...



4
kris_fr
Re: Integrated Flash on my new Template
  • 2010/9/30 10:32

  • kris_fr

  • Theme Designer

  • Posts: 1009

  • Since: 2005/12/31


hi,

<object width="900" height="150"
<
param name="movie" value="http://www.sitename/mylocation/logo.swf" /> 
<
embed src="http://www.sitename/mylocation/logo.swf"width=900 height=150
</
embed
</
object>

Login

Who's Online

248 user(s) are online (148 user(s) are browsing Support Forums)


Members: 0


Guests: 248


more...

Donat-O-Meter

Stats
Goal: $100.00
Due Date: Apr 30
Gross Amount: $0.00
Net Balance: $0.00
Left to go: $100.00
Make donations with PayPal!

Latest GitHub Commits