Skip to content

dart-creations.com

Advertisement
Home arrow Forums
DART Creations Forums
Welcome, Guest
Please Login or Register.    Lost Password?
Go to bottom Favoured: 1
TOPIC: flash not showing
#706
DART ()
User Offline Click here to see the profile of this user
Re:flash not showing 5 Months, 2 Weeks ago  
Can you post your website address please?
 
Logged Logged  
  The administrator has disabled public write access.
#710
Re:flash not showing 5 Months, 2 Weeks ago  
The footer is your module. It shows in IE7 & IE8, but not in FF3.
 
Logged Logged  
 
Last Edit: 2009/06/08 10:15 By cynder929.
  The administrator has disabled public write access.
#711
DART ()
User Offline Click here to see the profile of this user
Re:flash not showing 5 Months, 2 Weeks ago  
You have an extra slash (/) in the flash files path. Try removing that, and see how it goes.
 
Logged Logged  
  The administrator has disabled public write access.
#713
Re:flash not showing - Solved 5 Months, 2 Weeks ago  
Ok, I removed that slash to no avail.

However, I found and fixed the problem.

For Joomla 1.5, edit the file module/mod_j15randomflashpro/mod_j15randomflashpro.php

Around line 31 add this line before the object tag

Code:

 <embed type="application/x-shockwave-flash" width="$width" height="$height" src="$flashbase/$top.swf"></embed>




The final product should look like this:
Code:


<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
  codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0"
  width="$width" height="$height" id="g1">
 <param name="movie" value="$flashbase/$top.swf" />
 <param name="loop" value="true" />
 <param name="quality" value="$quality" />
 <param name="bgcolor" value="$background" />
 <embed type="application/x-shockwave-flash" width="$width" height="$height" src="$flashbase/$top.swf"></embed>
</object>



This as been tested successfully on FF3, IE8, and Chrome.
 
Logged Logged  
  The administrator has disabled public write access.
#714
DART ()
User Offline Click here to see the profile of this user
Re:flash not showing - Solved 5 Months, 2 Weeks ago  
Thanks for that, we'll update the code to reflect this!
 
Logged Logged  
  The administrator has disabled public write access.
#715
bruno05 ()
User Offline Click here to see the profile of this user
Re:flash not showing - Solved 5 Months, 2 Weeks ago  
I downloaded the software last night and it still had the problem. I saw the solution above and looked at the mod_j15randomflash.php file. Apparently you missed one line. I am using the free version. Please add this line to your free downloaded version... <embed type="application/x-shockwave-flash" width="$width" height="$height" src="$flashbase/$top.swf"></embed>.

The solution above works real good. Thanks to cynder929.

Bruno
 
Logged Logged  
  The administrator has disabled public write access.
Go to top

Sponsors

Login Form






Lost Password?
No account yet? Register

Buy us a beer!

If we've helped you, consider buying a beer €3. It will inspire us to keep on giving! Cheers!


Generated in 0.75581 Seconds