These days I've been writing several java scripts to upload here.
One of them gives phrases in latin (with english translation) at the bottom of the page. It was an easy one. I'm planning to add as many quotations as possible.
The second one is to embed a windows media player in the side bar. The script was easy, but I wanted the WMP played midi files randomly... I did it, but then the problem was that played only one file, and then stopped. I planned two solutions:
So I decided to do the second. But to make an asx file I had to write the source code (maybe there are programms, but I don't know any), so I wrote a third script to do it. I just enter the location, author and title, and my JavaS cript gives me the source code. It's a great saving of work!!!
So in the next few days the wmp will be working on my page... or I hope so!!
-_-!
One of them gives phrases in latin (with english translation) at the bottom of the page. It was an easy one. I'm planning to add as many quotations as possible.
The second one is to embed a windows media player in the side bar. The script was easy, but I wanted the WMP played midi files randomly... I did it, but then the problem was that played only one file, and then stopped. I planned two solutions:
- Insert a frame with <iframe></iframe> tags, and write an script to reload it as soon as the reproducction stopped. But then the visitors wouldn't have any control over reproduction.
- Put a group of files into an .asx file.
So I decided to do the second. But to make an asx file I had to write the source code (maybe there are programms, but I don't know any), so I wrote a third script to do it. I just enter the location, author and title, and my JavaS cript gives me the source code. It's a great saving of work!!!
So in the next few days the wmp will be working on my page... or I hope so!!
-_-!

No comments:
Post a Comment