vb.org Archive

vb.org Archive (https://vborg.vbsupport.ru/index.php)
-   vBulletin 2.x Full Releases (https://vborg.vbsupport.ru/forumdisplay.php?f=4)
-   -   With optional store hack intergration (https://vborg.vbsupport.ru/showthread.php?t=50873)

trafix 04-14-2003 03:54 PM

Yep, great to here, Some users have been streaming swf files... but as i said i wouldnt know how to go about it lol

as for the the other i have added a request tot the request forum if someone could build a force to close addon for it as again im not sure how to go about it....go bump the thread :)

Mickie D 04-14-2003 04:01 PM

post me the thread and away i go lol

but thanks it is a gr8 hack and when it takes the tunes from my machine i dont care about the bandwidth :)

thanks again .... ps with the swf thing how do i make my tunes swf .. do i change the .mpg to .swf sorry i dont have a clue what i am talking about :)

trafix 04-14-2003 04:10 PM

hmmmmm, swf is flash format the music files must be converted, see earlies pages of the thread. Glad you like the hack :)

Mickie D 04-14-2003 04:31 PM

yeah i got that programme to convert them m8y

i know you dont have much idea about the swf formats :( but for the guys that got it working ... please tell me why mine wont stream it still downloads the whole swf b4 it plays it :(

Airs 04-17-2003 06:42 AM

Everything is installed properly but none of my songs will play :( please help!

trafix 04-17-2003 06:49 AM

OK put it in freeplay mode and PM a link to me!

NuclioN 04-17-2003 11:48 AM

Quote:

04-14-03 at 05:31 PM Mickie D said this in Post #114
yeah i got that programme to convert them m8y

i know you dont have much idea about the swf formats :( but for the guys that got it working ... please tell me why mine wont stream it still downloads the whole swf b4 it plays it :(

If you mail me the fla file i can make it for you in the form of a mal, so all you have to do is import, adjust settings, export and don't save the original..then you can stream mp3 as much as you wish.

Crazy Pete 04-18-2003 05:25 AM

Ok I've got the streaming swf thing working well, but I just have one question. I've noticed that once a song stops ends, it then starts to play again. Is there an easy way to not make them loop?

NuclioN 04-18-2003 12:02 PM

Yes, at the end of the timeline on the last frame add a keyframe and in that put a stop action.

I've found also a handy script to stream mp3 without the whole procedure to stream it in swf. Url: http://www.moock.org/asdg/codedepot/...dPreloader.zip

What it does is cut the loadtime seriously by streaming the mp3 in your browser.
Now, i've first tried to place the jukebox variable $playsong in that script but i realized that the swf can not read this. There must be another way. When i find it out i let you know, if you know how to do this i hope you can help. :)

Lethal 04-23-2003 11:14 AM

Well I think I got the Top 10 working the way its supposed to. In jukebox.php replace all occurances of:

PHP Code:

$mostplayed=$DB_site->query_first("SELECT songsid,sname,surl,splay FROM jukebox ORDER BY splay desc LIMIT 1"); 

With:


PHP Code:

$mostplayed=$DB_site->query_first('SELECT * FROM `jukebox` ORDER BY `splay` DESC LIMIT 0, 30'); 

Takes awhile to load the songs thou. Even on cable. Is that normal? Takes like 1-2 minutes. Will the songs be cached in ur browser after you play them a few times that way they will or should play right away?


All times are GMT. The time now is 03:58 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.01181 seconds
  • Memory Usage 1,741KB
  • 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_php_printable
  • (1)bbcode_quote_printable
  • (1)footer
  • (1)gobutton
  • (1)header
  • (1)headinclude
  • (6)option
  • (1)pagenav
  • (1)pagenav_curpage
  • (4)pagenav_pagelink
  • (1)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