Emac's Forum Posts

  • Yes, I just discovered this. Don't know what I was thinking. I guess I will have to create two features of my project. Thanks again for your assistance!

  • Is it possible to load the file to save to another directory to load later though?

  • dop2000 Ahh yes... Thank you for your answer.

  • I've searched this topic throughout the community and was able to find a solution. I need to be able to use the File Chooser plugin to load video files and to be able to save the actual path of each file to load later as the video source, without having to choose the same file again using the File Chooser. I understand that the "File Chooser plugin returns a special URL that refers to the local file". However, this does not give me the actual local path of the file that I would need if I wish to load it later.

  • I was looking over the YouTube API example that explained how to use a button to start and pause a youtube video. In addition, the script displays the current state of the video in a text object. I tried adding several youtube videos to this example, but it seems that the script only run once, so only the first video works. I know absolutely nothing about JavaScript, so I am clueless on how to make the script repeat for other videos. I am adding something like the following for the iframe url(varSource &"?enablejsapi=1"&"&autoplay="&1) I have read through the documentary and I tried implementing the following code to the example, without any success:

    runOnStartup(async runtime =>

    {

    runtime.addEventListener("tick", () => Tick(runtime));

    });

    function Tick(runtime)

    {

    // Code to run every tick.

    // Note 'runtime' is passed.

    }

    This is the original script below

  • Thank you!

  • fredriksthlm, thank you so much for your response. BY Cordova Plugin you do mean the actual export features used in the Construct 3 right?

  • I am developing a karaoke app that uses the smart TV for streaming the videos. Therefore I need to be able to export for Android TV, and obviously this is not an option in Construct 3 export wizard. According to Android developer's documentation, the following is stated,

    "TV apps use the same structure as those for phones and tablets. This similarity means you can modify your existing apps to also run on TV devices or create new apps based on what you already know about building apps for Android." These are the main components you should use to create an app that runs on TV devices:

    Activity for TV (Required) - In your application manifest, declare an activity that is intended to run on TV devices.

    TV Libraries (Optional) - There are several androidx libraries available for TV devices that provide widgets for building user interfaces.

    I would appreciate if anyone can push me in the right direction.

  • jsutton If I may chime in on this post. I have the same problem. How does on invoke the download by opening browser in new window. I tried this but failed miserably. Would you happen to have a working example?

  • I am interested in paying to have three plugins ported from c2 to c3 if you are interested. I am desperate to get these done!

  • lareviera Thank you! Will take a look.

  • Hi, I am looking for a plugin similar to Listview by Diptox: construct.net/en/forum/extending-construct-2/addons-29/plugin-listview-theme-sorting-92471

    I am using this plugin on one of my projects in construct 2. Since I have crossed over construct 3 I am willing to pay or make a donation for a similar plugin or to have this one ported to construct 3

    Tagged:

  • majagames I tried your solution but it is not working. Could you explain exactly what needs to be edited? Should I replace the first code with the one you provided?

  • Eren Thank you so so much. Is there an alternative? I can't seem to get cookies session to work from construct 2

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Ubivis This plugin is exactly what i need in my life now. I see that the link is broken though