Page 1 of 1

Problem without Solution !!

PostPosted: 27. November 2008 21:24
by baselkanaan
I was searched your forum about my problem and I was see many people have the problem ... But without SOLUTION !!!?

I don't know if any one may help me .. but I will try..!

I'm new user in "XAMPP (Basispaket) version 1.6.8" and I have a little information about it ..

I'm installed XAMPP and built my joomla 1.5.8 without any problem ..
also I linked it with my database successfully.

But the problem had seen when I try to put a flash object in one of my articles ..

I was added this code in the standered editor with joomla:

Code: Select all
<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" width="100" height="100"><param name="width" value="100" /><param name="height" value="100" /><param name="src" value="images/1.swf" /><embed type="application/x-shockwave-flash" width="100" height="100" src="images/1.swf"></embed></object>


but after saving there is nothig appears .. SoOoOo .. What I can do ..

Note .. in the online server there is no problem with the same site !!

my OS: Windows XP SP3
XAMPP (Basispaket) version 1.6.8


ThanX for advice .!

PostPosted: 27. November 2008 21:29
by Zenko
instead of using "images/1.swf" as the url try entering the entire url starting with http:// apply that to both images/1.swf lines.

If your swf file is on your localhost (http://localhost/foldername/1.swf)then temparaly use the url of your localhost and once you put it 'online' on your official joomla site (asuming your using localhost to test scripts and such.. sense that's how it seems) change the url to the exact location (http://yoursite.com/foldername/1.swf).

PostPosted: 27. November 2008 22:03
by baselkanaan
Zenko wrote:instead of using "images/1.swf" as the url try entering the entire url starting with http:// apply that to both images/1.swf lines.

If your swf file is on your localhost (http://localhost/foldername/1.swf)then temparaly use the url of your localhost and once you put it 'online' on your official joomla site (asuming your using localhost to test scripts and such.. sense that's how it seems) change the url to the exact location (http://yoursite.com/foldername/1.swf).


ThanX for your quick replay ..

I need all my website offline .. and this is what I aimed to ..

So .. If there isn't any else solution .. I don't know what i can do!!!

ThanX again.

PostPosted: 27. November 2008 22:15
by Wiedmann
but after saving there is nothig appears .. SoOoOo .. What I can do ..

Try to use this code in a normal html document and see what happens.

And of course, ask in a Joomla support forum. They know what Joomla is doing with code in it's standard editor. It's also a good idea, to verify the html source code in your browser (if the Joomla output is correct).

PostPosted: 27. November 2008 22:22
by baselkanaan
Wiedmann wrote:
but after saving there is nothig appears .. SoOoOo .. What I can do ..

Try to use this code in a normal html document and see what happens.

And of course, ask in a Joomla support forum. They know what Joomla is doing with code in it's standard editor. It's also a good idea, to verify the html source code in your browser (if the Joomla output is correct).


OK .. Thanks for advice ..
I will ask joomla support .. hope to solve this problem ..

Thanks again

PostPosted: 27. November 2008 22:40
by baselkanaan
Thanks very much Wiedmann...

Now my problem solved ...

This problem appears in the joomla 1.5.8 and resolved by editing aticle parameters ...


ThanX again.