phpbb logo

WebMinster Development

It is currently Thu Sep 09, 2010 6:47 am

All times are UTC




Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next
Author Message
 Post subject: WebPlayer 2.5 development diary
PostPosted: Sun Apr 01, 2007 4:37 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
Dear Diary :lol:

here we will post news about the development of the next version of the WebPlayer. So far everything went smooth. But there is still a lot of work.


Top
 Profile  
 
 Post subject: New Drawing Library
PostPosted: Wed Apr 11, 2007 2:26 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
I have coded a new drawing library. Now it is very easy to draw nearly everything with actionscript. There are still a lot of tweaks to do.


Attachments:
caco3.png
caco3.png [ 5.8 KiB | Viewed 843 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Wed Apr 25, 2007 10:12 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
I improved the drawing library. It is now possible to draw holes inside objects. This wasn't possible before. Furthermore we did some mockups of the new design of the WebPlayer. We will post a screenshot soon.


Attachments:
caco3-2.png
caco3-2.png [ 8.28 KiB | Viewed 838 times ]
Top
 Profile  
 
 Post subject: First screenshot of the new version
PostPosted: Thu May 17, 2007 9:23 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
Here you can see an early mockup of the new design. It's drawn with our new library. The colors may change before release.


Attachments:
ide4vanadium.png
ide4vanadium.png [ 202.41 KiB | Viewed 373 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Sun Jun 10, 2007 3:32 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
We are making good progress. But there is still enough on our todo list. I have made a screenshot of the latest version in the trunk.


Attachments:
vanadium_dev_01.png
vanadium_dev_01.png [ 4.48 KiB | Viewed 840 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Thu Jun 14, 2007 7:11 am 
Offline

Joined: Sun Feb 13, 2005 1:04 pm
Posts: 15
Since this morning the heart of the player is beating. The CoreController class seems to be almost free of bugs.


Top
 Profile  
 
 Post subject:
PostPosted: Fri Jun 29, 2007 7:58 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
Here is one more screenshot of the latest svn version. There were much more changes done (especially by panther) than you can see in the screenshot :). I can't do much coding until mid July in cause of my diploma examinations.


Attachments:
vanadium_dev_02.png
vanadium_dev_02.png [ 4.65 KiB | Viewed 838 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Sun Sep 09, 2007 4:18 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
Long time no type. We are still working on the WebPlayer and we want to release a new test version soon. I also played around with the design. The latest trunk version looks like the attachment below.

Panther has developed a nice new testpage which makes it much more easier for us to test the WebPlayer behaviour under certain circumstances.

I also fixed a small bug in Steve's nice Delegate.as class. The class didn't compile with mtasc 1.13!

Code:
Index: trunk/Vanadium/src/com/dynamicflash/utils/Delegate.as
===================================================================
--- trunk/Vanadium/src/com/dynamicflash/utils/Delegate.as    (revision 216)
+++ trunk/Vanadium/src/com/dynamicflash/utils/Delegate.as    (working copy)
@@ -31,7 +31,7 @@
         var extraArgs:Array = arguments.slice(2);
       
         // Create delegate function
-        var delegate:Function = function() {
+        var delegate:Function = function():Function {
             // Get reference to self
             var self:Function = arguments.callee;


Attachments:
vanadium_dev_03.png
vanadium_dev_03.png [ 4.56 KiB | Viewed 836 times ]
Top
 Profile  
 
 Post subject:
PostPosted: Thu Nov 01, 2007 4:49 pm 
Offline

Joined: Sun Feb 13, 2005 1:04 pm
Posts: 15
Today we added support for the xspf playlist format and fixed some bugs.
We are approaching beta status. :wink:


Top
 Profile  
 
 Post subject: Last missing feature added...
PostPosted: Fri Nov 16, 2007 7:52 pm 
Offline

Joined: Sun Feb 13, 2005 1:04 pm
Posts: 15
Finally remote control is possible now.
We just need to fix some minor bugs until next release. :lol:


Top
 Profile  
 
 Post subject:
PostPosted: Sat Nov 24, 2007 9:16 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
Our new test page is also available online now! If you want to play with the new WebPlayer go to http://test.vanadium.webminster.org an press the Go button.

This player will not work on your homepage!


Top
 Profile  
 
 Post subject:
PostPosted: Tue Dec 11, 2007 11:07 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
We just released a new alpha version.

Announcement


Top
 Profile  
 
 Post subject: Re: WebPlayer 2.5 development diary
PostPosted: Tue Dec 30, 2008 2:32 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
After our website upgrade we finally had some time to work on the WebPlayer again. We already have many ideas for version 3.0. But for now we have a new beta version of the 2.5 series.

Announcement


Top
 Profile  
 
 Post subject: Re: WebPlayer 2.5 development diary
PostPosted: Thu Jan 22, 2009 1:40 pm 
Offline

Joined: Thu Jul 03, 2008 6:31 pm
Posts: 11
Location: Vermont
Johannes wrote:
After our website upgrade we finally had some time to work on the WebPlayer again. We already have many ideas for version 3.0. But for now we have a new beta version of the 2.5 series.


Hi, thanks for the new beta! Will you please create a 2.5b3 tag in SVN?

Thanks! -Ross

_________________
Digital Archive Streamer


Top
 Profile  
 
 Post subject: Re: WebPlayer 2.5 development diary
PostPosted: Sun Jan 25, 2009 5:29 pm 
Offline

Joined: Sun Feb 13, 2005 12:01 am
Posts: 151
This is Panther's task ;) Either he can do it at work this week or I will do it next weekend. I currently have absolutly no time...


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 16 posts ]  Go to page 1, 2  Next

All times are UTC


Who is online

Users browsing this forum: No registered users and 0 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group