473,323 Members | 1,537 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,323 software developers and data experts.

frameset with embeded audio

Death Slaught
1,137 1GB
this is my script how would i make it work?

[HTML]<html>
<frameset rows="25%,75%">

<frame src="C:\Documents and Settings\Owner\My Documents\My Music\name.wav">

<frameset cols="50%,50%">

<frame src="C:\Documents and Settings\Owner\My Documents\My Music\name.wav">
<frame src="C:\Documents and Settings\Owner\My Documents\My Music\name.wav">
</frameset>

</frameset>

</html>[/HTML]

Thanks, Death Slaught
Aug 9 '07 #1
11 1582
pbmods
5,821 Expert 4TB
By telling us what you're trying to accomplish.
Aug 9 '07 #2
Death Slaught
1,137 1GB
By telling us what you're trying to accomplish.
embeding audio in a frameset
Aug 10 '07 #3
pbmods
5,821 Expert 4TB
Heya, Death.

What is your code doing that you don't want it to do? Give an example.
What is your code *not* doing that it is supposed to? Give an example.
Aug 10 '07 #4
Death Slaught
1,137 1GB
Heya, Death.

What is your code doing that you don't want it to do? Give an example.
What is your code *not* doing that it is supposed to? Give an example.

sup pbmods

well i want it to put the music player into 3 seperate frames 1 player with a different song in each one that make sense?
Aug 10 '07 #5
pbmods
5,821 Expert 4TB
Heya, Death (I still chuckle when I type that).

What is your code doing now?
Aug 10 '07 #6
Death Slaught
1,137 1GB
Heya, Death (I still chuckle when I type that).

What is your code doing now?
lol 3 big error screens u?
Aug 10 '07 #7
pbmods
5,821 Expert 4TB
Heya Death.

Are you getting 'file not found' errors?

Try doing this instead:
Expand|Select|Wrap|Line Numbers
  1. <frame src="file://C:\Documents and Settings\Owner\My Documents\My Music\name.wav">
  2.  
Note 'file://'. Not sure exactly how you would do it on a Windows system. You might need to change the backslashes to forward slashes.
Aug 10 '07 #8
Death Slaught
1,137 1GB
Heya Death.

Are you getting 'file not found' errors?

Try doing this instead:
Expand|Select|Wrap|Line Numbers
  1. <frame src="file://C:\Documents and Settings\Owner\My Documents\My Music\name.wav">
  2.  
Note 'file://'. Not sure exactly how you would do it on a Windows system. You might need to change the backslashes to forward slashes.
ok thanks its not that important anyways i just wanted to see if it could be done i learned about it at w3schools.com while taking the tutorials wich i just finished the html 1 got all the quetions on the quiz ri now goin to do the javascript 1 lol so thanks any ways.
Aug 10 '07 #9
pbmods
5,821 Expert 4TB
Heya, Death.

We aim to please.

Good luck with your project, and if you ever need anything, post back anytime :)
Aug 10 '07 #10
Death Slaught
1,137 1GB
Heya, Death.

We aim to please.

Good luck with your project, and if you ever need anything, post back anytime :)

Thanks and you guys do a great job especially you and johnhjohn you guys are the only people that have been the least bit helpfull so thanks alot.

P.S. omg great if...if else...else statements yay me......now where did i put that tylenol?
Aug 10 '07 #11
Death Slaught
1,137 1GB
well ima go l8er pbmods see you tomorrow probley.
Aug 10 '07 #12

Sign in to post your reply or Sign up for a free account.

Similar topics

8
by: Hans | last post by:
Hi There, I have a page that has links with some variables and I need to open the results set in a frameset. I have tried doing this in various different ways, but still cannot get the variable...
1
by: JP | last post by:
Hi, How can I create a dynamic frameset whose content changes based on user inputs? Specifically, how do I toggle a frame within a frameset? How can I allow a user to "close" or "dock" a...
5
by: jen_designs | last post by:
How do I create custom controls for an embeded video. I need stop, play, pause, etc. Any thoughts?
7
by: John Ortt | last post by:
Hi there, I am trying to do a two level embeded query but it is causing Dr Watson errors. The line which is causing the problem is: CFCDeci: (Select sum (FlexChangeDeci) FROM as WHERE (....
1
by: Jerron | last post by:
I'm developing a web application embeded into my customer's existent web site. they two sites are on hosted in different computers. the customers's web site uses frameset. by clicking a link in the...
3
by: mark4asp | last post by:
According to this <http://css-discuss.incutio.com/?page=BoxModelHack> IE6 will display differently to the W3C standard. Only IE6/strict and I suppose IE 7 display correctly. IE 6 transitional and...
0
by: joeller | last post by:
On October 13, 2006 Mark Rae wrote Hi, Firstly, I have not the slightest intention of using framesets - the reason for this post is merely to ask for assistance in furthering my understanding of...
12
by: Geoff Cox | last post by:
Hello I'm having a problem loading a frameset file using an include in a php file. Nothing is displayed and when I look at the source code I see that <html> <head> <title></title>
17
by: Muddasir | last post by:
Hi everyone. How can I play music in background while user can browse through my website. Uptill now I have created a music player which plays audio tracks but as soon as users jumps to another...
0
by: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
by: ryjfgjl | last post by:
ExcelToDatabase: batch import excel into database automatically...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.