473,796 Members | 2,550 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sound with Opera 8.60 for Windows Mobile


I test Opera 8.60 for Windows Mobile, Pocket PC becouse i need JAVA script
and sound in my www-page.

My mobile PC is Ipaq 3850 / Pocket PC 2003 and browser is Opera 8.60 for
Windows Mobile, Pocket PC

test page is...

http://koti.phnet.fi/ilkmaat/testi_php/toka.php

--------
<html>
<BGSOUND SRC="tehoste.wa v" LOOP="2" VOLUME="0" BALANCE="0">
<?php
print "PHP - is nice!";
?>
</html>
----------

It work's
- PC / IE 6
- PC Opera
- Pocket 2003 IE

it don't work
- - Opera 8.60 for Windows Mobile, Pocket PC

I mean backround sound.

How i can play backround sounds with Opera 8.60 for Windows Mobile?
Feb 22 '07 #1
3 3272
"Ilkka Maatta" <il**********@p hnet.fiwrote:
I test Opera 8.60 for Windows Mobile, Pocket PC becouse i need JAVA script
and sound in my www-page.
That contains a contradiction in terms, either /you/ need something and
there should be no point in putting it on the www, or it is a web
resource in which case what you want should be irrelevant and the
question should be what your /users/ want. In the latter case the
correct thing to do if you want to offer music is not to attempt to auto
play it, but to allow users to select it by linking to it.
><html>
<BGSOUND SRC="tehoste.wa v" LOOP="2" VOLUME="0" BALANCE="0">
<?php
print "PHP - is nice!";
?>
</html>
----------

It work's
- PC Opera
Not here it doesn't.
>How i can play backround sounds with Opera 8.60 for Windows Mobile?
Stop wanting that.

--
Spartanicus
Feb 22 '07 #2
play it, but to allow users to select it by linking to it.

I use sound local system, like alarm.

BGSOUND was test.
I need some sound/beep/signal etc in my - what i can hear when www-page is
load.

It is problem what i try solve.
Feb 22 '07 #3
Ilkka Maatta wrote:
I use sound local system, like alarm.
That being the case, I'm afraid that your question is off topic here.
BTW, the same goes for sfnet.viestinta .www, as both groups deal with the
WWW. I guess that I'd look for help from Opera's own groups:

http://my.opera.com/community/forums/index.dml

--
Osmo
Feb 22 '07 #4

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
2191
by: Keyser | last post by:
On most my pages, I use Javascript to play a sound. It works fine in Netscape 4.7, Netscape 7.2, Firefox 1.0, IE5 and IE6 using Windows98 as the operating system. However, using WindowsXP as the operating system, the entire Netscape 7.2 browser and Firefox 1.0 browser shuts down when I try to use the Back button on these pages. Is there some setting in Windows XP that is causing this or is there something I can add to the Javascript to...
6
2729
by: Jeremy | last post by:
I really want to make my scripts work in Opera. I really, really do. But it seems like an uphill struggle. First of all, I can't get ANY kind of debug output. No error messages in the "javascript console" - but then, I have never seen ANYTHING in Opera's javascript console. Is there some kind of voodoo I need to perform in order to make that work? Then, when Opera doesn't like something about a script (even if it works fine in...
0
1723
by: RhettSpencer | last post by:
Hello, I am developing an ASP.NET application in C#. the intended target is mobile web browsers on phones like the treo. When doing a postback so that data can be updated the Windows Mobile phones do not refresh the page content. The Palm phones do show you the updated information and work the same as internet explorer on your computer, the data is refreshed. I have tried adding meta tags to expire the page, no help, set IIS to expire...
2
1631
by: aeroguy | last post by:
hi i have amotorokr e6 phone and its supports javascript. The phone itself works on a linux OS. I want to write a simple program in javascrpt that can do input output operation in the mobile.... can anywone suggest something in this regard. in a way we can use filesystemobject in windows machine, so is ther anyw way this can be implimented in opera mobile within the mobile
0
3438
by: =?Utf-8?B?Q2hhcmxlcw==?= | last post by:
Like many people, I normally use Yahoo! Mail via the web and like to keep all my emails stored on the Yahoo! server. However sometimes I can’t get access to a PC/the web and I download my emails to a PDA/palmtop via POP3. The PDA uses Windows Mobile software. Since using the PDA, I have had the problem of emails disappearing from the Yahoo! server. However I think I now understand how to avoid this. It seems that Windows Mobile is...
1
1598
by: mwk24 | last post by:
Hi all, I have standard AJAX script that calls a php file to load the latest information and uses xmlHTTP.responseText to write it to innerHTML of a div by id. It works fine on IE/firefox, but I'm having trouble with Opera Mobile, due to javascript caching (at least that is my suspicion) I installed Opera for Windows and had the same problem (described below), until I set the Other Modification setting to 0 in opera.ini (i.e. to set Opera to...
1
2756
by: mwk24 | last post by:
Hi all, I have standard AJAX script that calls a php file to load the latest information and uses xmlHTTP.responseText to write it to innerHTML of a div by id. It works fine on IE/firefox, but I'm having trouble with Opera Mobile, due to javascript caching (at least that is my suspicion) I installed Opera for Windows and had the same problem (described below), until I set the Other Modification setting to 0 in opera.ini (i.e. to set Opera to...
7
5965
by: kappolo | last post by:
I want to start in C# a process of Opera web browser with a given URL. I'm using Windows Mobile 5 and Opera 9.5 Beta Ive tried the following code (working of Internet Explorer) System.Diagnostics.Process proc = new System.Diagnostics.Process(); proc.StartInfo.FileName = "iexplore"; proc.StartInfo.Arguments = "http://www.google.com"; proc.Start(); I've tried to change "iexplore" in "opera" or "opera.exe" but no success at all. Can you...
0
10459
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
10237
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
1
10187
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
10018
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
7553
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
6795
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
5578
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
4120
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
3
2928
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

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.