TP-Docs
HTML5 Icon HTML5 Icon HTML5 Icon
TP on Social Media

Recent

Welcome to TinyPortal. Please login or sign up.

May 15, 2024, 09:07:39 PM

Login with username, password and session length
Members
  • Total Members: 3,886
  • Latest: Grendor
Stats
  • Total Posts: 195,189
  • Total Topics: 21,220
  • Online today: 183
  • Online ever: 3,540 (September 03, 2022, 01:38:54 AM)
Users Online
  • Users: 1
  • Guests: 83
  • Total: 84
  • @rjen

Adding CoffeeCup Jukebox to my site, how?

Started by mnichols7, January 08, 2007, 11:16:14 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

mnichols7

If I can get it to work I will buy this product.  The CoffeeCup team assures you that this is leagl as long as there is no link for downloading your music.

Ok, I have uploaded the Jukebox files to my server, they automatically place them on the root of my site,

http://mydomain.com:2082/frontend/x/files/index.html 

Then I am instructed to paste a code onto the web page I wish the jukebox to be seen on.  I assume that I needed a block for that, right.  I tried all the code blocks, but none work.  I then tried an article much like I did the You Tube blocks I have, a partial success but still the jukebox does not show.

Here is the code I was told to add.

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="288" height="241" id="CoffeeCup" align="middle">
<param name="movie" value="myjukebox.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="myjukebox.swf" quality="high" bgcolor="#ffffff" width="288" height="241"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>

 


Wouldn't I also need the URL added to that for the jukebox to show?  Should I have uploaded it to the forum root instead of my site root?

And which block would be best for showing this or should it be an article?

Thanks in advance for your help.

Crip

Yes you do need the URL..
If you add the complete URL it really doesn't matter where you uploaded it....

http://www.marion.com/myjukebox.swf -- absolute path will work.
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



mnichols7

Thanks, Jeff.  Do I just past the URL at the end of the code?

Crip

Yes Marion,
You need to add it in two places..
Example:

<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"
codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0"
width="288" height="241" id="CoffeeCup" align="middle">
<param name="movie" value="http://www.manichols7.com/myjukebox.swf"/>
<param name="quality" value="high" />
<param name="scale" value="noscale" />
<param name="salign" value="lt" />
<param name="bgcolor" value="#ffffff" />
<embed src="http://www.manichols7.com/myjukebox.swf" quality="high" bgcolor="#ffffff" width="288" height="241"
name="CoffeeCup" scale="noscale" salign="lt" align="middle" type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>


That should work for ya.
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



mnichols7

Which would be best, an article or a script-block?

Crip

I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



mnichols7

Still, not working!  What else needs to be done?  Any ideas?

Crip

You need ask Aku..
he's good with this stuff, shoot him a PM im sure he wont mind..thats really all i know about it..?

sorry..
I have become comfortably numb!

Cripzone | Crip's Free 2.0.2 Themes



mnichols7


mnichols7

I don't think this can be done.  I check with the support for CoffeCup and they referred me to adding it to my space, but that did not work for me.

The only thing I can think of doing is adding it to one of my web pages and then adding a link to it.  It isn't what I want so I most likely will not buy this product.