Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Audio Files

Asked Modified Viewed 2,641 times
M
Moishe
M
Moishe 10
It seems the more I learn, the more I don't know!
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions
asked
Junior Member

Here is a simple way I added some audio files to one of my sites. Ok, this may not be a big idea to the hackers but to us new to PHPFusion (the mostest awesomest CMS to hit the shelves of Wal-Mart since....ever) it is super cool...

I have six audio files which were created by my rab. They are a series he is teaching. I placed each of them in a Custom Page which contained something like this:

Quote

<embed src="http://www.thewellsprings.com/audio/bitachon/bitachon001.wav" autostart="true"></embed><br>
<a href='javascript:history.go(-1)'>Back</a>


I then created a panel which contains links to this six custom files. So that:

Quote

openside("Bitachon Series"wink;
?>
Listen to any of Rabbi Yossi Markel's Bitachon (Trust in G-d) sound files.<br>
Please give the file time to load!<br>

<ol>
<li><a href="viewpage.php?page_id=4" target="_blank">Part 1</a></li>
<li><a href="viewpage.php?page_id=6" target="_blank">Part 2</a></li>
<li><a href="viewpage.php?page_id=7" target="_blank">Part 3</a></li>
<li><a href="viewpage.php?page_id=8" target="_blank">Part 4</a></li>
<li><a href="viewpage.php?page_id=9" target="_blank">Part 5</a></li>
<li><a href="viewpage.php?page_id=10" target="_blank">Part 6</a></li>
</ol>


<?
closeside();


And, presto, I have audio files which visitors can listen to while surfing the web.

This will work on any sound files!!

I also did a similar thing with some video files I have on my own web site. It can display mpeg, mpg, wmv, avi, etc (although some appear better than others). View these videos at http://www.bneinoach.org/viewpage.php...?page_id=5

Feed back is appreciated!!!

Be well, y'all!

Mo

P.S. I realize there are some mods out there that purport to do these things but this seems to work quite well without the mods -all within the Core PHPFusion! Swell job, Digi!!
0 replies
There are no post found.

Category Forum

General Discussion

Labels

None yet

Statistics

  • Views 0 views
  • Posts 0 posts
  • Votes 0 votes
  • Topic users 1 member

1 participant

M
M
Moishe 10
It seems the more I learn, the more I don't know!
  • Junior Member, joined since
  • Contributed 22 posts on the community forums.
  • Started 6 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet