Click here to Skip to main content
15,868,016 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
i've developed a project in vb.net which uses axflashplayer. now the flash is dead and i need another control which support swf. after some searching in google i found html5 can be used. but there is no code or things. please help. :(

What I have tried:

'this was my code
Private Sub Button42_Click(sender As Object, e As EventArgs) Handles Button42.Click
openfile.ShowDialog()
tp.Movie = openfile.FileName
flplay.Movie = openfile.FileName
flplay.Play()
End Sub
Posted
Updated 11-Jan-21 21:23pm
Comments
sharath Nandakumar 12-Jan-21 3:31am    
and also please help me on how to add html5 in vb.net :)

1 solution

It's not like you can use HTML5 to open a swf file. You need to convert swf to HTML5.

Refer: Convert Flash Ads to HTML5 | Adobe[^]

There could still be few third party softwares to open swf but would recommend to offload yourself out of flash given Adobe or Browsers no more support it.
 
Share this answer
 
Comments
Sandeep Mewara 12-Jan-21 3:35am    
I believe so. There would be ways to configure inputs.
sharath Nandakumar 12-Jan-21 4:14am    
let me check. thanks for the reply btw

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900