Jump to content

Recommended Posts

  • Scripting Moderators
2 hours ago, JeViCo said:

@thisdp, could you check label properties? "clip" property doesn't work if current label has "colorcoded" property

That is clearly claimed in dxDrawText

Link to comment
  • 1 month later...
  • 3 weeks later...

@ميدوح

- exports ?

- start "dgs"

DGS = exports.dgs	
browser = DGS:dgsCreateMediaBrowser(600,600) --[[Create a media browser ( CEF browser with my api )]]
img = DGS:dgsCreateImage(400,200,600,600,browser,false) --[[Create an image because media browser is a browser ( hmm... it is a kind of texture ) ]]
DGS:dgsMediaLoadMedia(browser,"test.webm","VIDEO") -- [[Give a video file ( Local video and only support .webm file for video and .ogg file for audio)]]
DGS:dgsMediaPlay(browser) --[[Now ! Let's get Higher!]]

 

  • Thanks 1
Link to comment
  • 4 months later...
  • 5 months later...
  • 2 months later...

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
  • Recently Browsing   0 members

    • No registered users viewing this page.
×
×
  • Create New...