stuengelman@comcast.net
New member
- Joined
- May 14, 2007
- Messages
- 2
- Programming Experience
- 10+
Hello,
I am developing a VB.NET Windows application that plays SWF and FLV files in popup windows.
The user presses a button on the main application form, a window pops up, and the Flash media will then play (in theory
).
I was successful in getting SWF files to play. First, I added the Shockwave Flash Object AciveX control to my toolbox (VB.NET named it AxShockwaveFlash1), and then double clicked it to add it to my popup form. Then, in the startup routine for my popup, I added the following lines to play my SWF:
AxShockwaveFlash1.Movie = "path/filename.swf"
AxShockwaveFlash1.Play()
I attempted exactly the same approach using a separate form for an FLV file, this time of course setting the Movie property of the Shockwave Flash Object to "path/filename.flv". In this case, the FLV file did not play. There were no error messages, but just a popup screen with nothing on it.
Can anyone advise as to what I need to do?
Thanks!!!!
I am developing a VB.NET Windows application that plays SWF and FLV files in popup windows.
The user presses a button on the main application form, a window pops up, and the Flash media will then play (in theory
I was successful in getting SWF files to play. First, I added the Shockwave Flash Object AciveX control to my toolbox (VB.NET named it AxShockwaveFlash1), and then double clicked it to add it to my popup form. Then, in the startup routine for my popup, I added the following lines to play my SWF:
AxShockwaveFlash1.Movie = "path/filename.swf"
AxShockwaveFlash1.Play()
I attempted exactly the same approach using a separate form for an FLV file, this time of course setting the Movie property of the Shockwave Flash Object to "path/filename.flv". In this case, the FLV file did not play. There were no error messages, but just a popup screen with nothing on it.
Can anyone advise as to what I need to do?
Thanks!!!!