Gamestudio Links
Zorro Links
Newest Posts
Zorro 2.70
by jcl. 09/29/25 09:24
optimize global parameters SOLVED
by dBc. 09/27/25 17:07
ZorroGPT
by TipmyPip. 09/27/25 10:05
assetHistory one candle shift
by jcl. 09/21/25 11:36
Plugins update
by Grant. 09/17/25 16:28
AUM Magazine
Latest Screens
Rocker`s Revenge
Stug 3 Stormartillery
Iljuschin 2
Galactic Strike X
Who's Online Now
5 registered members (Dico, AndrewAMD, TipmyPip, NewbieZorro, Grant), 15,791 guests, and 5 spiders.
Key: Admin, Global Mod, Mod
Newest Members
krishna, DrissB, James168, Ed_Love, xtns
19168 Registered Users
Previous Thread
Next Thread
Print Thread
Rate Thread
Mp3 plugin! need help to get it work! #12250
04/03/03 04:57
04/03/03 04:57
Joined: Sep 2002
Posts: 110
warbird Offline OP
Member
warbird  Offline OP
Member

Joined: Sep 2002
Posts: 110
hi.

it's kinda frustrating, i cant get it to work. i use the free plugin on 3dgs homepage (mp3adv.dll) is it's name if im right. anyway, how can i make it to work? i would like someone to write an code here that i can use that works. and, were should i write the code? in the mp3thing.wdl?

thank you all that wanna help [Wink]

warbird

Re: Mp3 plugin! need help to get it work! #12251
04/14/03 16:44
04/14/03 16:44

A
Anonymous
Unregistered
Anonymous
Unregistered
A



Hi here is my code...

include <Mp3Adv.wdl>;

...

var Mp3AdvAppHandle;
var song_1 = <song_1.mp3>;

...

in MAIN-Function:

Mp3AdvAppHandle = dll_open("Mp3AdvDll.dll");
InitMp3Adv();
song_1 = LoadSongSlot("song_1.mp3");
PlaySong(song_1, 0);

this code plays an mp3-file named "song_1.mp3"

you must include mp3adv.wdl in your main.wdl then call mp3apphandle = dll_open("Mp3AdvDll.dll");
initmp3adv;

and then let play your songs..

sorry for bad english...

please visit my home: www.greimerath.de.tt


Moderated by  HeelX, Spirit 

Gamestudio download | Zorro platform | shop | Data Protection Policy

oP group Germany GmbH | Birkenstr. 25-27 | 63549 Ronneburg / Germany | info (at) opgroup.de

Powered by UBB.threads™ PHP Forum Software 7.7.1