Wilbert and I are discussing possible new components. The media player and slide show components have been very popular.
Any ideas?
Printable View
Wilbert and I are discussing possible new components. The media player and slide show components have been very popular.
Any ideas?
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
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.Quote:
Originally Posted by tmoore935
Download the Flex2 package and look for the standalone flash player 9 file.
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.
Before I do this, the projector is windowless?Quote:
Originally Posted by dniezby
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.
[QUOTE=blanius]
Grid
QUOTE]
Like a snap grid
I would love for a datagrind,Accordion menu,color picker, and exe
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.
Yep you can put me down for those too.Quote:
Originally Posted by Makulaf
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.
There is a slider component but it currently isn't skinable. See KoolMoves / Examples / Components / Flash 8 / API.
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
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.
Hi Bret,
that sounds interesting.Quote:
Originally Posted by blanius
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
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.
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.
The current player is very customizable and you could do this via the onPlay()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.Quote:
onPlay (playlist index number, filename )
-----------------------------------------
Event triggered just before a new media
file starts playing.
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.