DevX Home    Today's Headlines   Articles Archive   Tip Bank   Forums   

+ Reply to Thread
Results 1 to 2 of 2
  1. #1
    Join Date
    Aug 2005
    Posts
    2

    Is this legal? Help meeee! Please!

    Is it OK to do this?
    I'm using a midi file on my page as a background music. (wow )
    there is a VOLUME="--" attribute in the code where I put in the midi.
    "--" can be integers from 0 to 100 or string "mute".

    I use MusicVolume variable inside java code and I want to do this:
    VOLUME="MusicVolume" but it doesn't seem to work.
    Please help me with this!

  2. #2
    Join Date
    Aug 2005
    Posts
    43
    Try removing the quotation marks around your variable, since it is being interpreted as a String...

    Code:
    VOLUME=MusicVolume

Similar Threads

  1. Legal Stuff
    By computergeek in forum VB Classic
    Replies: 5
    Last Post: 04-20-2005, 08:21 AM
  2. Replies: 0
    Last Post: 03-31-2002, 04:31 PM
  3. Automatic legal disclaimer as an attachement
    By Jim Stavropoulos in forum Enterprise
    Replies: 0
    Last Post: 05-08-2001, 04:22 PM
  4. Am I legal?
    By William Cleveland in forum .NET
    Replies: 4
    Last Post: 02-03-2001, 01:31 AM
  5. Legal
    By Gman in forum VB Classic
    Replies: 4
    Last Post: 11-04-2000, 09:44 PM

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
HTML5 Development Center
 
 
FAQ
Latest Articles
Java
.NET
XML
Database
Enterprise
Questions? Contact us.
C++
Web Development
Wireless
Latest Tips
Open Source


Top DevX Stories

Easy Web Services with SQL Server 2005 HTTP Endpoints
JavaOne 2005: Java Platform Roadmap Focuses on Ease of Development, Sun Focuses on the "Free" in F.O.S.S.
Wed Yourself to UML with the Power of Associations
Microsoft to Add AJAX Capabilities to ASP.NET
IBM's Cloudscape Versus MySQL


Sponsored Links