via PayPal / credit card
Vanilla 1.1.10 is a product of Lussumo. More Information: Documentation, Community Support.
hi,
i'm using joomla 1.5.9 with mod_monobridge from ninjadorg.com. it works great but from time to time
the page brakes and cannot be loaded. it looks like taht the swf-file coming from your tool is not up-to-date.
can you please provide an updated swf file to fix the problems in IE7.
this is an urgent request and i need help
thx in advance
henry
Henry,
many people use MSS without any trouble in IE6, 7 and 8, so most likely the problem lies elsewhere.
Christoph
I use Joomla 1.5.9 too and I have no trouble loading MSS.
I would try skipping the mod_monobridge and create a separate module in Joomla.
You must turn off the WYSIWYG editor and this is where a lot of people get tripped up.
I think many people go to the Global Configuration and under Default, they select NO EDITOR.
WRONG.
You need to go to
SITE > USER MANAGER
click on the account you use to make edits such as ADMINISTRATOR
go to PARAMETERS
and select
NO EDITOR
----
Now you can paste code into your module and it will execute properly. MSS should load smoothly within Joomla without any problems.
And, you can go back and turn your WYSIWYG editor back on after you get MSS loaded.
hi all,
thx for your quick replies.
**MIRO** or ANYBODY ese in this Forum....
can you please provide me an example what content/code the new created module should have been ?
here is my content!!!!
what i did:
created a new custom module
NO WYSIWYG editor on and FLASH 9 installed
PASTE
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1" />
<title>Monoslideshow 1.32 Example page</title>
<script type="text/javascript" src="friends/images/stories/html/swfobject.js"></script>
</head>
<body>
<div id="monoSlideshow">
<p><strong>Please install Flash® and turn on Javascript.</strong></p>
</div>
<script type="text/javascript">
// <![CDATA[
var so = new SWFObject("friends/images/stories/html/monoslideshow.swf", "SOmonoSlideshow", "480", "360", "7", "#ffffff");
so.addParam("base", "friends/images/stories/html/monoslideshow/");
so.write("monoSlideshow");
// ]]>
</script>
</body>
</html>
My Site is:
www.xxx.xx/friends and the in sub-dir the code is in: /images/stories/html/all the mono-stuff as you can see!!!
WHAT I GOT is an output of a broken page that can not be loaded and repeating the broken page to open again i got a blank page with no
images seen.
WHAT DO I MAKE WRONG
Any Help appreciated.....
Henry
1 to 4 of 4