-
AuthorPosts
-
pavit Moderator
pavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 24, 2008 at 5:25 pm #133695Hi
I have installed Ja_labra Quickstart for joomla 1,5when i create a custom module with this standard compliant code:
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="950" height="300" title="logo">
<param name="movie" value="http://www.scommessedacasa.it/templates/ja_labra/images/4assiflash.swf" />
<param name="quality" value="high" />
<param name="wmode" value="transparent" />
</object>and publish it
the module is visible under IE but non in FireFox
where is my error ?my url is http://www.scommessedacasa.it
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 25, 2008 at 1:52 am #272169Hi
Maybe you must update Firefox for Fash player plugin,
And please send me an account to viewpavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 25, 2008 at 5:25 am #272191hi
i don’t think that this is the problem my firefox can view all flash on other my websites
this problem is only on JA_LABRA
anyway the account isMenalto FriendMenalto
- Join date:
- May 2007
- Posts:
- 4736
- Downloads:
- 0
- Uploads:
- 43
- Thanks:
- 2
- Thanked:
- 531 times in 361 posts
September 25, 2008 at 6:21 am #272195Have you tried using a flash module for joomla? or just a custom html module?
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 25, 2008 at 6:47 am #272201HI
i changed<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="950" height="300"><param name="width" value="950" /><param name="height" value="300" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="templates/ja_labra/images/4assiflash.swf" /><embed type="application/x-shockwave-flash" width="950" height="300" quality="high" wmode="transparent" src="templates/ja_labra/images/4assiflash.swf"></embed></object>
to
<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="950" height="300"><param name="width" value="950" /><param name="height" value="300" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="allowscriptaccess" value="sameDomain" /><param name="src" value="templates/ja_labra/images/4assiflash.swf" /><embed type="application/x-shockwave-flash" width="950" height="300" quality="high" wmode="transparent" src="templates/ja_labra/images/4assiflash.swf"></embed></object>
And it works
Sherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 25, 2008 at 6:47 am #272202HI
i changed
<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="950" height="300"><param name="width" value="950" /><param name="height" value="300" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="src" value="templates/ja_labra/images/4assiflash.swf" /><embed type="application/x-shockwave-flash" width="950" height="300" quality="high" wmode="transparent" src="templates/ja_labra/images/4assiflash.swf"></embed></object>
to
<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="950" height="300"><param name="width" value="950" /><param name="height" value="300" /><param name="quality" value="high" /><param name="wmode" value="transparent" /><param name="allowscriptaccess" value="sameDomain" /><param name="src" value="templates/ja_labra/images/4assiflash.swf" /><embed type="application/x-shockwave-flash" width="950" height="300" quality="high" wmode="transparent" src="templates/ja_labra/images/4assiflash.swf"></embed></object>
And it works1 user says Thank You to Sherlock for this useful post
pavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 25, 2008 at 11:09 pm #272349Thanks nguoiabcd
But now it works in FF not even in IE
anyway i have found another solution
thanks again for your soon answerSherlock FriendSherlock
- Join date:
- September 2014
- Posts:
- 11453
- Downloads:
- 0
- Uploads:
- 88
- Thanks:
- 221
- Thanked:
- 2478 times in 2162 posts
September 26, 2008 at 2:19 am #272378OK, please share your solution here for others
Regardspavit Moderatorpavit
- Join date:
- September 2007
- Posts:
- 15749
- Downloads:
- 199
- Uploads:
- 2274
- Thanks:
- 417
- Thanked:
- 4028 times in 3778 posts
September 26, 2008 at 5:37 am #272396i have used the ja_flowlist module instead of my custom flash
for now it’s the best solution for me
later i’ll try to solve this problem
thank you -
AuthorPosts
This topic contains 9 replies, has 3 voices, and was last updated by pavit 16 years, 2 months ago.
We moved to new unified forum. Please post all new support queries in our New Forum