vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.5 Add-ons (https://vborg.vbsupport.ru/forumdisplay.php?f=113)
-   -   AnyMedia BBCode for 3.5.x (https://vborg.vbsupport.ru/showthread.php?t=106239)

Crist 04-03-2006 08:05 AM

Quote:

Originally Posted by ang2el
I installed everything as instructed by nothing is seen just code is seen like
[media]site[/media]

Help please

Have you enable the permission for the usergroup?

Crist 04-03-2006 08:14 AM

Quote:

Originally Posted by ozstudynet
??我只是抱怨一下为什么没在中文官方更新??
饿了??煮饭去?? 等复活节放假的时候帮你看看吧^_^
+我MSN, ttiger#ttiger.com

中文那边因故我不想更新了??
至于英文版??
大伙儿似乎也看得懂我的Chinglish
就不用劳烦您了??

Crist 04-03-2006 08:17 AM

Quote:

Originally Posted by ang2el
Yh, I uploaded all the file and the product and then went to style managar and edited as per the instruction in editor_toolbar_on

where could be the the defect?

nothing defect.
Have you checked the permissions of every usergroup?

smdani 04-04-2006 07:15 AM

Thanks for the news, Crist.

For me all issues are solved but only for firefox.
I love firefox, but most of my users are using IE and they can’t see the videos that are played with flvplayer.swf (youtube, vsocial, flv) I try to use another flvplayer like before, but the issue persists. Then I looked at the code of the generated page and this is what I see:

With firefox:
HTML Code:

<!-- AnyMedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com Start -->
<table class="tborder" border="0" cellpadding="2" cellspacing="1" width="168">
<tbody><tr>
        <td class="tcat">
        <span style="float: right;"><a href="#" onclick="return toggle_collapse('media_1659645334')"><img id="collapseimg_media_1659645334" src="agora_style/buttons/collapse_tcat.gif" border="0"></a></span>
        <a href="#" onclick="return toggle_collapse('media_1659645334')"> multimedia</a></td>
</tr>
</tbody><tbody id="collapseobj_media_1659645334">

<tr>
        <td class="alt1" align="center">
       
        <!-- Abode Flash -->
                <script type="text/javascript" src="clientscript/anymedia.js"></script>
                <div id="anymedia_container_1659645334"><object data="URL_OF_MY_VIDEO" type="application/x-shockwave-flash" height="140" width="160"><param name="play" value="true"><param name="wmode" value="opaque"><param name="quality" value="high"></object></div>
                <script type="text/javascript">anymedia_flash('1659645334', 'URL_OF_MY_VIDEO', 'application/x-shockwave-flash', '160', '140', 'true');</script>
        </td>
</tr>

</tbody>
</table>
<!-- Anymedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com End -->


With IE:
HTML Code:

<!-- AnyMedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com Start -->
<table class="tborder" cellpadding="2" cellspacing="1" border="0" width="168">
<tr>
        <td class="tcat">
        <span style="float:right"><a href="#" onclick="return toggle_collapse('media_1659645334')"><img id="collapseimg_media_1659645334" src="agora_style/buttons/collapse_tcat.gif" border="0" /></a></span>
        <a href="#" onclick="return toggle_collapse('media_1659645334')"> multimedia</a></td>
</tr>
<tbody id="collapseobj_media_1659645334">

<tr>
        <td class="alt1" align="center">
       
        <!-- Abode Flash -->
                <script type="text/javascript" src="clientscript/anymedia.js"></script>
                <div id="anymedia_container_1659645334"></div>
                <script type="text/javascript">anymedia_flash('1659645334', 'URL_OF_MY_VIDEO', 'application/x-shockwave-flash', '160', '140', 'true');</script>
        </td>
</tr>


</tbody>
</table>
<!-- Anymedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com End -->

Both are including and calling the function anymedia.js and both creates a div to put the object, but this div is empty in the case of IE, it looks like this
HTML Code:

<div id="anymedia_container_1659645334"></div>
?May be it the problem?

I’ve try to reinstall last version, uninstall and reinstall a previous one and it doesn’t solves

H@K@N 04-04-2006 04:36 PM

Nice Hack, thx ...

scruby 04-05-2006 05:39 AM

are .fla files available for customizing the flash?

Crist 04-05-2006 08:52 AM

Quote:

Originally Posted by smdani
Thanks for the news, Crist.

For me all issues are solved but only for firefox.
I love firefox, but most of my users are using IE and they can?t see the videos that are played with flvplayer.swf (youtube, vsocial, flv) I try to use another flvplayer like before, but the issue persists. Then I looked at the code of the generated page and this is what I see:

With firefox:
HTML Code:

<!-- AnyMedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com Start -->
<table class="tborder" border="0" cellpadding="2" cellspacing="1" width="168">
<tbody><tr>
        <td class="tcat">
        <span style="float: right;"><a href="#" onclick="return toggle_collapse('media_1659645334')"><img id="collapseimg_media_1659645334" src="agora_style/buttons/collapse_tcat.gif" border="0"></a></span>
        <a href="#" onclick="return toggle_collapse('media_1659645334')"> multimedia</a></td>
</tr>
</tbody><tbody id="collapseobj_media_1659645334">

<tr>
        <td class="alt1" align="center">
       
        <!-- Abode Flash -->
                <script type="text/javascript" src="clientscript/anymedia.js"></script>
                <div id="anymedia_container_1659645334"><object data="URL_OF_MY_VIDEO" type="application/x-shockwave-flash" height="140" width="160"><param name="play" value="true"><param name="wmode" value="opaque"><param name="quality" value="high"></object></div>
                <script type="text/javascript">anymedia_flash('1659645334', 'URL_OF_MY_VIDEO', 'application/x-shockwave-flash', '160', '140', 'true');</script>
        </td>
</tr>

</tbody>
</table>
<!-- Anymedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com End -->


With IE:
HTML Code:

<!-- AnyMedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com Start -->
<table class="tborder" cellpadding="2" cellspacing="1" border="0" width="168">
<tr>
        <td class="tcat">
        <span style="float:right"><a href="#" onclick="return toggle_collapse('media_1659645334')"><img id="collapseimg_media_1659645334" src="agora_style/buttons/collapse_tcat.gif" border="0" /></a></span>
        <a href="#" onclick="return toggle_collapse('media_1659645334')"> multimedia</a></td>
</tr>
<tbody id="collapseobj_media_1659645334">

<tr>
        <td class="alt1" align="center">
       
        <!-- Abode Flash -->
                <script type="text/javascript" src="clientscript/anymedia.js"></script>
                <div id="anymedia_container_1659645334"></div>
                <script type="text/javascript">anymedia_flash('1659645334', 'URL_OF_MY_VIDEO', 'application/x-shockwave-flash', '160', '140', 'true');</script>
        </td>
</tr>


</tbody>
</table>
<!-- Anymedia BBCode for vBulletin 3.5.x by Crist Chsu @ VBZH.com End -->

Both are including and calling the function anymedia.js and both creates a div to put the object, but this div is empty in the case of IE, it looks like this
HTML Code:

<div id="anymedia_container_1659645334"></div>
?May be it the problem?

I?ve try to reinstall last version, uninstall and reinstall a previous one and it doesn?t solves

Did you replace the swf files with the new ones?
And if you still cannot solve this prob,
just contact me with IM.

Crist 04-05-2006 08:54 AM

Quote:

Originally Posted by scruby
are .fla files available for customizing the flash?

You mean the players?
No,they're not my works,
two of them from http://jeroenwijering.com/ (You could down the fla files from the site)
and another from google.

Ins 04-05-2006 04:29 PM

Excellent! Installed and worked without any issues ;)

GrCh_Jeff 04-07-2006 05:05 AM

Quote:

Originally Posted by Crist
1.Never download it to your server

what do you mean?:surprised:


All times are GMT. The time now is 11:56 AM.

Powered by vBulletin® Version 3.8.12 by vBS
Copyright ©2000 - 2025, vBulletin Solutions Inc.

X vBulletin 3.8.12 by vBS Debug Information
  • Page Generation 0.02263 seconds
  • Memory Usage 1,783KB
  • Queries Executed 10 (?)
More Information
Template Usage:
  • (1)ad_footer_end
  • (1)ad_footer_start
  • (1)ad_header_end
  • (1)ad_header_logo
  • (1)ad_navbar_below
  • (6)bbcode_html_printable
  • (6)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (4)pagenav_pagelinkrel
  • (1)post_thanks_navbar_search
  • (1)printthread
  • (10)printthreadbit
  • (1)spacer_close
  • (1)spacer_open 

Phrase Groups Available:
  • global
  • postbit
  • showthread
Included Files:
  • ./printthread.php
  • ./global.php
  • ./includes/init.php
  • ./includes/class_core.php
  • ./includes/config.php
  • ./includes/functions.php
  • ./includes/class_hook.php
  • ./includes/modsystem_functions.php
  • ./includes/class_bbcode_alt.php
  • ./includes/class_bbcode.php
  • ./includes/functions_bigthree.php 

Hooks Called:
  • init_startup
  • init_startup_session_setup_start
  • init_startup_session_setup_complete
  • cache_permissions
  • fetch_threadinfo_query
  • fetch_threadinfo
  • fetch_foruminfo
  • style_fetch
  • cache_templates
  • global_start
  • parse_templates
  • global_setup_complete
  • printthread_start
  • pagenav_page
  • pagenav_complete
  • bbcode_fetch_tags
  • bbcode_create
  • bbcode_parse_start
  • bbcode_parse_complete_precache
  • bbcode_parse_complete
  • printthread_post
  • printthread_complete