SMF Ads Support Forum

Support => General Support => Topic started by: redtailed on September 03, 2007, 02:07:04 PM

Title: Flash problem
Post by: redtailed on September 03, 2007, 02:07:04 PM
Hi,

I have read that the mod can support flash and here is my problem. I want to embed the flash at welcome user area. When I tested the codes on a local server it works fine however, when I uploaded the whole thing, only the background of the flash appeared. I uploaded  the swf, together with the xml file and images besides  index.php at the forum's root. Is there any way around to make the flash appear?

Or is .htaccess file has something to do with this?

Thank you guyz.

Title: Re: Flash problem
Post by: jerm on September 04, 2007, 11:32:40 PM
When you input normal text, it works fine? .. I just want to make sure the mod got installed properly.
Title: Re: Flash problem
Post by: junglejim42 on November 23, 2007, 06:47:39 AM
Sorry for intruding on this thread, but I think I have the same problem,  Ad mod installed ok and I can add a text ad which displays ok.
I have created a flash movie  and published it as HTML giving me a .swf and html file.  What do I need to put into the content box to allow the movie to work.

I have tried copying the contents of the html file, all that gives is a white box where the movie should be

Title: Re: Flash problem
Post by: junglejim42 on November 23, 2007, 07:06:48 AM
Quote from: junglejim42 on November 23, 2007, 06:47:39 AM
Sorry for intruding on this thread, but I think I have the same problem,  Ad mod installed ok and I can add a text ad which displays ok.
I have created a flash movie  and published it as HTML giving me a .swf and html file.  What do I need to put into the content box to allow the movie to work.

I have tried copying the contents of the html file, all that gives is a white box where the movie should be


just to add... im using smf1.1.4
I have also tried this from another post changing the text to a URL   www ****.***/*.gif  with the option to display at top of page.  the url appears at the top of the page as text only, not the picture

<table border="1" width="100%">
  <tr>
    <td align=center>
    it's cold in the UK
    </td>
  </tr>
</table></CENTER>
Title: Re: Flash problem
Post by: junglejim42 on November 23, 2007, 08:00:54 AM
tis is the code created by flash 8 pro ---dosnt work

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="1000" height="250" id="******.snowing-logo" align="left">
<param name="allowScriptAccess" value="sameDomain" />
<param name="movie" value="snowing-logo.swf" /><param name="quality" value="high" /><param name="scale" value="noborder" /><param name="salign" value="lt" /><param name="bgcolor" value="#ece9d8" /><embed src="******snowing-logo.swf" quality="high" scale="noborder" salign="lt" bgcolor="#ece9d8" width="1000" height="250" name="snowing-logo" align="left" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />
</object>



this is the code created by dreamweaver and works a treat

<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=5,0,0,0" width="1000" height="250">
  <param name=movie value="http://www.****.com/snowing-logo.swf">
  <param name=quality value=high>
  <embed src="http://www.****.com/snowing-logo.swf" quality=high pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash" type="application/x-shockwave-flash" width="1000" height="250">
  </embed>
</object>