A Flash Developer Resource Site

Page 1 of 2 12 LastLast
Results 1 to 20 of 33

Thread: Ideas for new components

  1. #1
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512

    Ideas for new components

    Wilbert and I are discussing possible new components. The media player and slide show components have been very popular.

    Any ideas?

  2. #2
    Polak Maly ant_Z's Avatar
    Join Date
    Jul 2006
    Location
    Poland
    Posts
    440
    I would like to suggest separating video and audio players.
    I always dreamed about flash WYSIWYG editor, but thats probably too much...
    I think chat window would be cool, cause U can use it as a chat, shoutbox, news panel, anything you want.
    And...
    see. there are many flash sites that shows fullscreen or fullwindow.
    its very cool and id like to do the same, but i always have problems with resizing images... i doesnt look good, so maybe theres a way to add into MC's properties somehting like 'scaling yes/no'...

    best regards

  3. #3
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    Being able to make exe or projector files that are windowless. I can upload an example if you want. Would be kinda similar to IceProjector
    Any programming language is at its best before it is implemented and used.

  4. #4
    Senior Member
    Join Date
    Jul 2001
    Location
    Tinley Park, IL
    Posts
    702
    Quote Originally Posted by tmoore935
    Being able to make exe or projector files that are windowless. I can upload an example if you want. Would be kinda similar to IceProjector
    You can do this already.
    Download the Flex2 package and look for the standalone flash player 9 file.
    My Sites: Gaming Site Nightshade Studios MyKM Tutorials

    --------------------------------------------------
    What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape

  5. #5
    Senior Member
    Join Date
    Jul 2001
    Location
    Tinley Park, IL
    Posts
    702
    Accordion Menu might be the only thing that I can think of to be added.

    I think that enhancements to the current components would be nice.

    Expand the HTML abilities of ContentPane (If even possible)

    Maybe preloader component to make it more customizable.
    My Sites: Gaming Site Nightshade Studios MyKM Tutorials

    --------------------------------------------------
    What I'm using: Gimp, Koolmoves, Sepy, HTML-Kit, Inkscape

  6. #6
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    Quote Originally Posted by dniezby
    You can do this already.
    Download the Flex2 package and look for the standalone flash player 9 file.
    Before I do this, the projector is windowless?
    Any programming language is at its best before it is implemented and used.

  7. #7
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Accordion menu
    Color picker
    Grid

    I'll think on it..
    And as for AntZ suggestion the mediaplayer can be set to only Audio or Video or both when making a skin.

  8. #8
    Relaxing tmoore935's Avatar
    Join Date
    Oct 2001
    Location
    colorado, usa
    Posts
    1,713
    [QUOTE=blanius]

    Grid

    QUOTE]
    Like a snap grid
    Any programming language is at its best before it is implemented and used.

  9. #9
    I C SERVERS Makulaf's Avatar
    Join Date
    Dec 2003
    Location
    Fredericksburg, VA
    Posts
    506
    I would love for a datagrind,Accordion menu,color picker, and exe
    ~~Drew~~
    New Tutorial Site Coming
    Soon
    http://board.flashkit.com/board/show....php?p=4118485

  10. #10
    Senior Member byweb's Avatar
    Join Date
    Apr 2007
    Location
    Andalucia (spain)
    Posts
    267

    Motion Path.

    To my really I would like to draw in a frame two shapes different, to do by means of Motion Path for example a circle to change to square.

  11. #11
    That web bloke Stoke Laurie's Avatar
    Join Date
    Jan 2006
    Location
    England
    Posts
    869
    Quote Originally Posted by Makulaf
    I would love for a datagrind,Accordion menu,color picker, and exe
    Yep you can put me down for those too.

  12. #12
    Senior Member
    Join Date
    Apr 2006
    Location
    Yugoslavia
    Posts
    147
    slider component, so we can add it to a movie clip for instance.I know there is content pane for this kinda thing, but you can't customize it much.Would it be so hard to incorporate in the program?This slider should be skinable just like the media player.

  13. #13
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    There is a slider component but it currently isn't skinable. See KoolMoves / Examples / Components / Flash 8 / API.

  14. #14
    Senior Member
    Join Date
    Jan 2002
    Posts
    121
    I'm not sure if that would be easy to do as a component, or whether it would be a suitable KM-component at all, but I'd be interested in a kind of specialized video player that takes a video-swf plus a second swf and allows for a syncronized playback side by side.

    The idea is that you can run the video, and time the playback of the other swf to provide additional info. A typical application area would be "web-lectures". You have a video of the professor's talk, and can supplement it with slides.

    What's needed in the component is for instance a way to define the cue points (time-based?) for the video that are used to trigger the playback ("Play movie") of the second swf until it reaches its next "Stop movie" command. Alternatively, a cue point could also simply trigger a "Load and play movie" in the second swf, that way rudimentary support for non-KM swfs (e.g. those created from individual slides of a PowerPoint or OpenOffice presentation) is also possible.

    I hope I described it reasonably well

    All the best,

    Stephan
    www.aspetersen.de
    Enabling you to communicate across cultures

  15. #15
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    Already can do this with the current mediaplayer as it supports onCuePoint commands.. You just need to embed the cuepoints in the FLV and then make a function to act upon them.

  16. #16
    Senior Member
    Join Date
    Jan 2002
    Posts
    121
    Hi Bret,

    Quote Originally Posted by blanius
    Already can do this with the current mediaplayer as it supports onCuePoint commands.. You just need to embed the cuepoints in the FLV and then make a function to act upon them.
    that sounds interesting.

    Some time ago I took a short video as a sample and converted it with the Riva FLV Encoder. Can you give me a hint on what I would have to do to get the cue points into such a FLV file?

    All the best,

    Stephan
    www.aspetersen.de
    Enabling you to communicate across cultures

  17. #17
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    There is a tool called FLV knife or something like that I believe. Not simple though, Flash has it built into it's encoder and you'll have to read up on how to use cuepoints as I haven't ventured into this as of yet. I intend to but alas time is at a premium at the moment.

  18. #18
    Thick as a Brick bobgodwin's Avatar
    Join Date
    Sep 2003
    Location
    Metro Detroit
    Posts
    217
    I'd like to see the media player have the ability to put an image in the display when you select an mp3. Shoot, maybe you already can somehow. And maybe a form component.
    Bob Godwin

  19. #19
    KoolMoves Moderator blanius's Avatar
    Join Date
    Jul 2001
    Location
    Atlanta GA
    Posts
    5,244
    The current player is very customizable and you could do this via the onPlay()
    onPlay (playlist index number, filename )
    -----------------------------------------
    Event triggered just before a new media
    file starts playing.
    This should provide you with the file name about to be played and you could load in a jpg or whatever into an empy mc that is placed over the mediaplayer.

  20. #20
    Senior Member
    Join Date
    Jun 2000
    Posts
    3,512
    Wilbert modified the components code and sent to Bob G. to enable an image to associated with the mp3 file. The next version of KoolMoves will have the code addition.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  




Click Here to Expand Forum to Full Width

HTML5 Development Center