Language: ChineseGermanSpanishFrenchDutchItalianRussian
123 Flash Chat Forums

Go Back   TOPCMM Community > SWFKit > SWFKit Support

Reply
 
LinkBack Thread Tools Display Modes
  #1 (permalink)  
Old 12-29-2007, 04:11 PM
Junior Member
 
Join Date: Dec 2007
Posts: 5
Default vlc as media player

has anyone used videolan vlc player in a project?

mainly for its divx-xvid support is best using this


also can there be in flash objects over the top of a media player? so the video actually in one layer or background while the a transparent flash in front?
Reply With Quote
  #2 (permalink)  
Old 12-29-2007, 06:27 PM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: vlc as media player

Code:
var var1 = createControl("VideoLAN.VLCPlugin.1", 0, 0, 400, 400);
var1.window.move(0, 0, 400, 400);
var1.activex.addTarget("c:\\test.mkv", null,1,0);
var1.activex.play();
Reply With Quote
  #3 (permalink)  
Old 12-29-2007, 10:51 PM
Junior Member
 
Join Date: Dec 2007
Posts: 5
Default Re: vlc as media player

wow thanks but you know what?

after posting this i have been testing the KM Player and think i may go with this player instead!!!


also is it possible any flash over the video at all? maybe some animated swf giving it a look like on TV where they have those animations.

thanks

sorry i am totally new to this and wow this is confusing, i had tested out swfmaestro and well not as much options, lol..

but now im kinda lost.

anyone here freelancers reasonably priced to help out? i didnt see a section for that and this is a lot more complicated than i thought. i still dont even see where to put that code aboev.

i downloaded and search all thru the example and still no luck


Reply With Quote
  #4 (permalink)  
Old 12-30-2007, 09:26 AM
Senior Member
 
Join Date: Dec 2002
Posts: 2,015
Default Re: vlc as media player

That would be a little difficult, which is that you would have to create a transparent Flash control above the KM control. The createControl method can be used to create an ActiveX control, however, it does not support transparent controls. Therefore, you will have to write a dll by using C++ or delphi to do that. First use the createControl of swfkit to embed the KM player, and then call the dll to place a transparent swf movie above the KM player.
Reply With Quote
  #5 (permalink)  
Old 12-31-2007, 09:25 PM
Junior Member
 
Join Date: Dec 2007
Posts: 5
Default Re: vlc as media player

wow thats way out of my league i dont have any idea how to make that dll etc..

anyone here willing to freelance and do this for a reasonable price?





Reply With Quote
  #6 (permalink)  
Old 01-29-2008, 05:21 AM
Junior Member
 
Join Date: Dec 2007
Posts: 5
Default Re: vlc as media player

i have found something that could work and was wondering if you could see if it could work? or do i need to look elsewhere

thanks here is the link

http://www.almdev.com/prods/smartflash/smartflash.htm

Reply With Quote
  #7 (permalink)  
Old 11-13-2009, 03:12 PM
Junior Member
 
Join Date: Nov 2009
Posts: 1
Default Playing a new video

Once Ive created a control using the above method and played the first video, do I need to close it again and create a new control to play the second video. Ive tried simply calling the addTarget again with a new video but the first video remains and no further videos will play.
Reply With Quote
Reply

Was this information helpful?    Yes No



Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On



All times are GMT. The time now is 04:46 AM.


Powered by vBulletin® Version 3.7.1
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.1.0 ©2007, Crawlability, Inc.