vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 3.0 Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=33)
-   -   Playing Flash and Media Files Inline (https://vborg.vbsupport.ru/showthread.php?t=78235)

Moya 09-12-2005 03:37 PM

Borgs8472,

You still have the control over what is moderated or not.

Hi Tuan,

I looked into your board and uploaded a wma song. It works for your board

tuanluu 09-12-2005 03:40 PM

thanks

tuanluu 09-13-2005 02:15 PM

<param name="URL" value="$wmafilenameandlocation"> ------original, but it did not play

I try this and it work

<param name="URL" value="attachment.php?$session[sessionurl]attachmentid=$attachment[attachmentid]">

is the right way to fix it??

Davidinh 09-13-2005 04:07 PM

some update the intruction
if your board using postbit legacy then modify it instead of postbit template
do exactly the same
open postbit legacy then find:
Code:

$post[imageattachments]
                                        </div>
                                </fieldset>
                        </if>

add below it
Code:

<if condition="$show[flashattachment]">
<fieldset class="fieldset">
<legend>$vbphrase[attached_flash] $flashfilename </legend>

<div style="padding:$stylevar[formspacer]px">
$post[flashattachments]
</div>
</fieldset>

</if>



<if condition="$show[wmaattachment]">
<fieldset class="fieldset">
<legend>$vbphrase[attach_wma] $wmafilename</legend>

<div style="padding:$stylevar[formspacer]px">
$post[wmaattachments]
</div>
</fieldset>

</if>

<if condition="$show[wmvattachment]">
<fieldset class="fieldset">
<legend>$vbphrase[attach_wmv] $wmvfilename</legend>

<div style="padding:$stylevar[formspacer]px">
$post[wmvattachments]



</div>
</fieldset>

</if>
       
<if condition="$show[mp3attachment]">
<fieldset class="fieldset">
<legend>

$vbphrase[attach_mp3] $mp3filename</legend>

<div style="padding:$stylevar[formspacer]px">
$post[mp3attachments]

</div>
</fieldset>

</if>

have fun

and thanks for your hack stitch i learn a lot vbb code from your hack
keep going man

Moya 09-17-2005 06:10 AM

Quote:

Originally Posted by ben_erhan
Dear friends,

I instaled this hack but ı cant see any attached file.
mp3,swf,wma there is not any file inside the post.But when ı click the manage the attachments button,ı can see the files.
What is the problem?
I checked lots of times but it is same.I changed postbit legacy but there is not any changing.
I am waitng your help.


Can I take a look at your site?

Ski-Whiz 10-12-2005 06:22 AM

Is there any way to make this player via a buffer? It waits until it's done downloading before it plays. Not a big deal, but I'm using it with 14 meg files. :D

Moya 10-18-2005 10:57 PM

Quote:

Originally Posted by Ski-Whiz
Is there any way to make this player via a buffer? It waits until it's done downloading before it plays. Not a big deal, but I'm using it with 14 meg files. :D

Set the AutoStart = 0

Ski-Whiz 10-19-2005 12:00 AM

Quote:

Originally Posted by stitch
Set the AutoStart = 0


Well, the file does play, but it waits until it's done downloading. I was hoping something was able to set it, so it would download and play at the same time..

When I hit play, it doesn't play until the file is done downloading it seems. So on a 14meg file, it takes a minute to play...

Maria F. 11-30-2005 01:23 AM

Hi,

Great hack, but...works not by me. I had installed the hack, but the forum displaying 'black' WMV display window.

Please, I need help.
TIA

Ski-Whiz 03-06-2006 01:05 AM

Any plans on porting this to 3.5.x?? Great hack, and nothing for 3.5 and playing attachments...


All times are GMT. The time now is 12:50 PM.

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.01112 seconds
  • Memory Usage 1,739KB
  • 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
  • (2)bbcode_code_printable
  • (3)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (3)pagenav_pagelink
  • (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