Previous Thread
Index
Next Thread
Print Thread
Go To
Page 1 of 2 1 2
#37965 09/29/09 07:29 PM
Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
Hi All,

I've been banging my head against the wall trying to get a Flash Music Player embeded in my website. It works fine for me from my local folder, but not from the website server. Since this all client side, I suspect it may be in my browser.

Would you do me a big favor and try this link?

http://about-him.com/play/sampleembedcode.html

Thanks Much,

Don S.

Off-Topic
Joined: May 2000
Posts: 22,146
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,146
Doesn't load here

I get 'Done' in the taskbar with an empty (white) page ...


I do not work here, but the benefits are still awesome
Make your sound your own!
rharv #37967 09/29/09 07:35 PM
Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
Thanks Bob, I'm scratching my head over this one.

Don S.

Off-Topic
Joined: Dec 2003
Posts: 8,987
Veteran
Offline
Veteran
Joined: Dec 2003
Posts: 8,987
same problem here, other don. wish i could help.

Off-Topic
Joined: May 2000
Posts: 38,502
M
Mac Offline
Veteran
Offline
Veteran
M
Joined: May 2000
Posts: 38,502
After it doesn't load in your browser, hit View - Source and take a look at the Source Code for the blank page.

Should there be spaces between the equal sign after the variable? dunno, but...

rharv should be able to help out with the definitive here.



--Mac

Mac #37970 09/30/09 05:21 AM
Off-Topic
Joined: Jun 2003
Posts: 537
Journeyman
Offline
Journeyman
Joined: Jun 2003
Posts: 537
I looked at it in my html editor and I get only this text, "This Text will be replaced by the Flash music player. Maybe a problem with the Flash player.


Harold Buckelew WB2CGG Visit my Web Site www.theimperialmusiccenter.com HP Pavilion a6110n PC. BIAB 2011. In God We Trust
botma #37971 09/30/09 05:30 AM
Off-Topic
Joined: Jun 2003
Posts: 537
Journeyman
Offline
Journeyman
Joined: Jun 2003
Posts: 537
Working now


Harold Buckelew WB2CGG Visit my Web Site www.theimperialmusiccenter.com HP Pavilion a6110n PC. BIAB 2011. In God We Trust
botma #37972 09/30/09 05:35 AM
Off-Topic
Joined: Jun 2003
Posts: 537
Journeyman
Offline
Journeyman
Joined: Jun 2003
Posts: 537
Was I seeing things. It's gone again.


Harold Buckelew WB2CGG Visit my Web Site www.theimperialmusiccenter.com HP Pavilion a6110n PC. BIAB 2011. In God We Trust
botma #37973 09/30/09 06:18 AM
Off-Topic
Joined: May 2000
Posts: 22,146
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,146
This Javascript looks funny to me, like it is generic. -swfobject.js

What are you using to make the swf file?
If Flash, it should have generated an html file and a JS file.
Try using the html and javascript file the program generated.
Just load those three files into the folder on the server and see if it plays.
Then we can see what we can strip from that html to embed it into another page.

Is your movie named 'my movie' ? It looks like the player is looking for that.
This is not a regular Flash setup, as far as I can tell.
I see div id="flashplayer" but I don't see anywhere that id could be getting defined...

If you want to PM me I'll see if I can help.
I've been doing a bit of Flash work on the side lately.
Here's an example-
http://www.enchantedprincessball.com/


I do not work here, but the benefits are still awesome
Make your sound your own!
rharv #37974 09/30/09 06:53 AM
Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
Thanks for checking fellows.

Bob, I'll PM you with the details. I like your Flash example. Good work.

Don S.

Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
I just noticed that I can bring up the player directly from Here. I just can't get it embeded in another page. It has a couple gospel songs that might be of interest to some.

Don S.

Off-Topic
Joined: Apr 2008
Posts: 1,122
Expert
Offline
Expert
Joined: Apr 2008
Posts: 1,122
Hey Don,

Same response here. The first link had a blank page, the "HERE" link pulled it up.

toucher #37977 09/30/09 08:15 AM
Off-Topic
Joined: May 2005
Posts: 222
Apprentice
Offline
Apprentice
Joined: May 2005
Posts: 222
Don,
Here are a few guesses.

I notice your html code is calling for "playerMultipleList.swf" and you have that object uploaded as "playermultiplelist.swf ". Also the "playlistPath" may need to be changed to "http://about-him.com/play/".


JBlatz
JBlatz #37978 09/30/09 08:19 AM
Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
Toucher, thanks for checking.

JBlatz, Thanks for looking. I had to go to lower case because my Unix server requires it. I'll check on the playlist path, but I don't think it will matter as long as all the files are in the same directory.

Don S.

Off-Topic
Joined: May 2005
Posts: 222
Apprentice
Offline
Apprentice
Joined: May 2005
Posts: 222
You can change the html code in your "sampleembedcode.html" document to "playermultiplelist.swf" so the two match.


JBlatz
toucher #37980 09/30/09 08:37 AM
Off-Topic
Joined: Mar 2004
Posts: 6,706
Veteran
Offline
Veteran
Joined: Mar 2004
Posts: 6,706
Quote:

Hey Don,

Same response here. The first link had a blank page, the "HERE" link pulled it up.




Same here, but it looks like you are in already good hands.

Good Luck,

Danny C. #37981 09/30/09 09:21 AM
Off-Topic
Joined: May 2005
Posts: 222
Apprentice
Offline
Apprentice
Joined: May 2005
Posts: 222
I got the player to show up by changing

<script type="text/javascript" src="swfobject.js"></script>

to

<script type="text/javascript" src="http://about-him.com/play/swfobject.js"></script>

However, your playlist is still empty.

For what its worth, the entire contents of the code I'm using is below.

<!-- Begin Copy/Paste -->
<script type="text/javascript" src="http://about-him.com/play/swfobject.js"></script>
<div id="flashPlayer">
This text will be replaced by the flash music player.
</div>

<script type="text/javascript">
var so = new SWFObject("http://about-him.com/play/playermultiplelist.swf", "mymovie", "295", "200", "7", "#FFFFFF");
so.addVariable("autoPlay","no")
so.addVariable("http://about-him.com/play/","playlist.xml")
so.write("flashPlayer");
</script>
<!-- End Copy/Paste -->


JBlatz
JBlatz #37982 09/30/09 10:24 AM
Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
Thanks J Blatz, I'm working on it.

Don S.

Off-Topic
Joined: May 2000
Posts: 22,146
Veteran
Offline
Veteran
Joined: May 2000
Posts: 22,146




The player is in the lower right corner where he wanted it (I think)

Finish up the song list Don!


I do not work here, but the benefits are still awesome
Make your sound your own!
rharv #37984 09/30/09 04:21 PM
Off-Topic
Joined: Jan 2006
Posts: 2,689
C
Veteran
OP Offline
Veteran
C
Joined: Jan 2006
Posts: 2,689
It's working well Bob, I added a few more songs.

Flash Player

Thanks Much,

Don S.

Previous Thread
Next Thread
Go To
Page 1 of 2 1 2

Link Copied to Clipboard
ChatPG

Ask sales and support questions about Band-in-a-Box using natural language.

ChatPG's knowledge base includes the full Band-in-a-Box User Manual and sales information from the website.

PG Music News
Band-in-a-Box 2025 Italian Version is Here!

Cari amici
È stata aggerate la versione in Italiano del programma più amato dagli appassionati di musica, il nostro Band-in-a-Box.
Questo è il link alla nuova versione 2025.

Di seguito i link per scaricare il pacchetti di lingua italiana aggiornati per Band-in-a-Box e RealBand, anche per chi avesse già comprato la nuova versione in inglese.

Band-in-a-Box 2025 - Italiano
RealBand 2025 - Italiano

Band-in-a-Box 2025 French Version is Here!

Bonjour à tous,

Band-in-a-Box® 2025 pour Windows est disponible en Français.
Le téléchargement se fait à partir du site PG Music

Pour ceux qui auraient déjà acheté la version 2025 de Band-in-a-Box (et qui donc ont une version anglaise), il est possible de "franciser" cette version avec les patchs suivants:

BIAB 2025 - francisation
RealBand 2025 - francisation

Voilà, enjoy!

Band-in-a-Box 2025 German Version is Here!

Band-in-a-Box 2025 für Windows Deutsch ist verfügbar!

Die deutsche Version Band-in-a-Box® 2025 für Windows ist ab sofort verfügbar!

Alle die bereits die englische Version von Band-in-a-Box und RealBand 2024 installiert haben, finden hier die Installationsdateien für das Sprachenupdate:

https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025.exe
https://nn.pgmusic.com/pgfiles/languagesupport/deutsch2025RB.exe

Update Your Band-in-a-Box® 2025 to Build 1128 for Windows Today!

Already using Band-in-a-Box 2025 for Windows®? Download Build 1128 now from our Support Page to enjoy the latest enhancements and improvements from our team.

Stay up to date—get the latest update now!

Update to RealBand® 2025 Build 5 Windows Today!

Already using RealBand® 2025 for Windows®? Download Build 5 now from our Support Page to ensure you have the latest enhancements and improvements from our team.

Get the latest update today!

PowerTracks Pro Audio 2025 for Windows is Here!

PowerTracks Pro Audio 2025 is here! This new version introduces many features, including VST3 support, the ability to load or import a .FLAC file, a reset option for track height in the Tracks window, a taller Timeline on the Notation window toolbar, new freeze buttons in the Tracks window, three toolbar modes (two rows, single row, and none), the improved Select Patch dialog with text-based search and numeric patch display, a new button in the DirectX/VST window to copy an effects group, and more!

First-time packages start at only $49. Already a PowerTracks Pro Audio user? Upgrade for as little as $29!

www.pgmusic.com/powertracks.htm

Video: Summary of the New Band-in-a-Box® App for iOS®

Join Tobin as he takes you on a tour of the new Band-in-a-Box® app for iOS®! Designed for musicians, singer-songwriters, and educators, this powerful tool lets you create, play, and transfer songs effortlessly on your iPhone® or iPad®—anytime, anywhere.

Band-in-a-Box® for iOS® :Summary video.

Check out the forum post for more information.

Forum Statistics
Forums58
Topics84,051
Posts774,971
Members39,578
Most Online25,754
Jan 24th, 2025
Newest Members
robertcary25, mindmenagerie, BenStokes14, Schmorg, Kush K
39,577 Registered Users
Top Posters(30 Days)
MarioD 149
WaoBand 94
DC Ron 90
rsdean 87
dcuny 66
Izzy 61
Today's Birthdays
Aaron Short, david parker
Powered by UBB.threads™ PHP Forum Software 7.7.5