| Author |
Message |
ring_c Involved


Joined: Dec 28, 2003 Posts: 276 Location: Israel
|
Posted:
Mon Jan 30, 2006 7:55 am |
|
I'm using PhpNuke 6.07 with PhpBB 2.0.6 with an improved BBCode, which let's you also add links as clips (asx, mpg, etc..) so they could be shown in the message posted.
The problem is, the clips are auto ran. This causes a page with several clips, to run simultanuasly. Would appreciate to know how I can make those clips start play only by the user's click on the play button.
TIA! |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Tue Jan 31, 2006 7:18 am |
|
ring_c, not familiar with "improved BBCode". I would ask the author of that add-on(?)/hack(?). It sounds like that is the behaviour the author intended. What happens when you use the standard URL bbcode with these links? |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Jan 31, 2006 8:24 am |
|
well its probably using the codes mentioned here.
it will help you solving it... |
|
|
|
 |
montego Site Admin

Joined: Aug 29, 2004 Posts: 9136 Location: Arizona
|
Posted:
Tue Jan 31, 2006 8:31 am |
|
hitwalker, very nice! Thanks! |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Tue Jan 31, 2006 8:37 am |
|
or this one..
Yeah i have 2.. dont ask me why..  |
|
|
|
 |
ring_c Involved


Joined: Dec 28, 2003 Posts: 276 Location: Israel
|
Posted:
Wed Feb 01, 2006 5:56 am |
|
Thanks a lot, hitwalker, your second linke gave me the clue.
here's how I solved it:
[OPEN]
\themes\YOURTHEME\forums\bbcode.tpl
[FIND, line 99 in my case]
<embed type="application/x-mplayer2"
pluginspage="http://www.microsoft.com/windows95/downloads/contents/wurecommended/s_wufeatured/mediaplayer/default.asp"
src="{URL}" name=MediaPlayer2 showcontrols=1 showdisplay=0 showstatusbar=1 autosize=1 visible=1 animationatstart=0 transparentatstart=0 loop=0 height=70 width=300>
[FIND, in that paragraph]
transparentatstart=1
[CHANGE TO]
transparentatstart=0 |
|
|
|
 |
hitwalker Sells PC To Pay For Divorce

Joined: Posts: 5661
|
Posted:
Wed Feb 01, 2006 8:53 am |
|
|
|
 |
|
|
|
|