Log in to post
|
Print Thread |
|
|
|
|
Off-Topic
|
Joined: Jan 2006
Posts: 2,689
Veteran
|
OP
Veteran
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
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jan 2006
Posts: 2,689
Veteran
|
OP
Veteran
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
|
Veteran
Joined: Dec 2003
Posts: 8,987 |
same problem here, other don. wish i could help.
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: May 2000
Posts: 38,502
Veteran
|
Veteran
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
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jun 2003
Posts: 537
Journeyman
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jun 2003
Posts: 537
Journeyman
|
Journeyman
Joined: Jun 2003
Posts: 537 |
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jun 2003
Posts: 537
Journeyman
|
Journeyman
Joined: Jun 2003
Posts: 537 |
Was I seeing things. It's gone again.
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: May 2000
Posts: 22,146
Veteran
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jan 2006
Posts: 2,689
Veteran
|
OP
Veteran
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
Veteran
|
OP
Veteran
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
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: May 2005
Posts: 222
Apprentice
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jan 2006
Posts: 2,689
Veteran
|
OP
Veteran
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
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Mar 2004
Posts: 6,706
Veteran
|
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,
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: May 2005
Posts: 222
Apprentice
|
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
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jan 2006
Posts: 2,689
Veteran
|
OP
Veteran
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
|
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!
|
|
|
|
|
|
|
|
|
|
|
|
Off-Topic
|
Joined: Jan 2006
Posts: 2,689
Veteran
|
OP
Veteran
Joined: Jan 2006
Posts: 2,689 |
It's working well Bob, I added a few more songs. Flash Player Thanks Much, Don S.
|
|
|
|
|
|
|
|
|
|
|
|
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.
|
|
|
|
|
|
|
|
|
|
|
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!
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.
|
|
|
|
|
|
|
|
|
|
|
Forums58
Topics84,051
Posts774,971
Members39,578
|
Most Online25,754 Jan 24th, 2025
|
|
|
|
|
|
|
|
|