Solar Flare

Solar Flare

Joined Member # 681418
0 Posts 0 Replies 58 Reputation

This has been bugging me for long enough, I will at last seek an answer from the pros. If you have a variable in one [view], and a button or other function in another, can you change the variable in the first [view] from the second? An example of what I mean: let's say in the main view called "mainview" I have a text called "text". From a button in "mainview" I could call "text.value='this is the new text';". But from a different view, called "secondview", I can't just use th

3 Replies 2,462 Views

I don't think the content of the video view matters (I would make it the second view, with the main view being first). Although wait a sec... you should have a id="viewvid" line in the video view, which you don't currently have, then try again the [VIEW id="mainview" (variable stuff) OnClick="blahblahblah; theme.openView('viewvid');" ] See if that works, in other words, much more simply, I think you just need "id" instead of "t

3 Replies 2,626 Views

How do you make buttons display on top of a visualization when skinning Windows Media Player? Also, (this will save me time checking other people's sources ) how do you make the visualization effect a specific visualization? Thank you!

2 Replies 2,263 Views

I want to make my own windows media player skin. Of course the microsoft site was no help . I can do the whole skin/map/hover bitmap thing, but I need help with the JScripting for the buttons. (The only one they tell you how to do on the ms site is 'close'! Useful, but not) Thanks for any code/tips you can give me! Oh yeah, since I'll probably forget that I posted this question, it would be help

2 Replies 1,401 Views