Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chris Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. webscriptprogrammer

    Embedded Windows Media Player

    Here can you see a list http://msdn.microsoft.com/library/default.asp?url=/library/en-us/wmplay10/mmp_sdk/detailedobjectmodelcomparison.asp I have even seen embedded windows media player that I can change with JS but that is so much code so that its hard to understand how they make it work.
  2. webscriptprogrammer

    Embedded Windows Media Player

    Hi I try to set value of where the movie is going to start playing. I have try video.CurrentPosition = 20; video.SetCurrentPosition = 20; video.SetCurrentPosition(20); but nothing happend or it say something JS wrong.
  3. webscriptprogrammer

    create a basic slider control (slidebar)

    I have fallow a great guide http://www.phys.uu.nl/~hofman/jsexp/explslider.html so now I have one :) Thanks
  4. webscriptprogrammer

    create a basic slider control (slidebar)

    Very nice but it hard to change a design. I dont now if I have right idea. The scroller is a picture. in the background I have a picture that have a line so it look like a slider. I need make so the slider is same size but I can change maxvalue because my design around the slider can't...
  5. webscriptprogrammer

    create a basic slider control (slidebar)

    The problem is that as you example is hard to change design :)
  6. webscriptprogrammer

    overflow: hidden work in IE but not in FF

    I have try that and many other idea. Very strange.
  7. webscriptprogrammer

    create a basic slider control (slidebar)

    I have programme in several languages but not so much in JS I have found some very interesting code but some is hard to understand. Some I found that that just scroll value between 0 and 1. That is maybe just a math so I can change to make it work in my project. The problem is that I have a...
  8. webscriptprogrammer

    create a basic slider control (slidebar)

    Hmm thanks but no luck there
  9. webscriptprogrammer

    overflow: hidden work in IE but not in FF

    I have a div and inside that div I have a flashplayer At start I like to hide most of the flash except a 100x100px at the left up corner. when I push a button inside the flash the div get bigger and another button show. when I push that it shrink to 100x100px again. I use overflow: hidden to...
  10. webscriptprogrammer

    create a basic slider control (slidebar)

    what I have seen that is Javascript I going to use to create a slider control. (with a little CSS) I even going to control the windows media Player with Javascript so I think this is the right place?
  11. webscriptprogrammer

    create a basic slider control (slidebar)

    I try to make a basic slidebar that I can insert maxvalue and what value it have when a visitor scroll it. I try to put that inside my embedding windows media player for IE I now how to stop and play and that but not yet how to create a slidebar I have seen some but that its a little hard to...
  12. webscriptprogrammer

    Skinning a scrollpane

    I have read and follow some guide about how to skinning standard component in flash 2004 and flash 8. I use flash 8 and I like to skinning a scrollpane so the vertical scroller is smaller and other color. I can change color and that but I have big problem too change size of the scroller. now...
  13. webscriptprogrammer

    Reach or send infomation to an movieclip

    That work great when I use standard scrollpane but I use a another scroller and now it don't work. http://blandat.cazz.se/flash/example.fla
  14. webscriptprogrammer

    Reach or send infomation to an movieclip

    wow thank you so much. I have never hear about spContentHolder before.
  15. webscriptprogrammer

    Reach or send infomation to an movieclip

    forgot http:// http://blandat.cazz.se/flash/example.fla
  16. webscriptprogrammer

    Reach or send infomation to an movieclip

    Here is a example blandat.cazz.se/flash/example.fla
  17. webscriptprogrammer

    Reach or send infomation to an movieclip

    I have try now but still nothing happen. seem to be hard to send to a function inside a movieclip??
  18. webscriptprogrammer

    Reach or send infomation to an movieclip

    The problem is that I'm not so god in actionscript but I trying and read very much information. Only time I can make the asfunction to work is when the asfunction and the other function is at the same place. I have even try to see if I can send information from the main timeline in to the...
  19. webscriptprogrammer

    Reach or send infomation to an movieclip

    Right now is just basic because I like to see if I can send information to the other movieclip function MyFunc(cat) { trace(cat); }

Part and Inventory Search

Back
Top