Skip to main content
Filter by
Sorted by
Tagged with
Advice
0 votes
8 replies
143 views

I recently learned about C23's implementation for #embed, so I was wondering if I can use that with extern in a c++23 program/game to have all 3d models and assets baked into the exe but not in memory ...
jade22's user avatar
  • 13
0 votes
0 answers
63 views

I'm trying to automatically play and loop a slideshow on a website using a file hosted on OneDrive. I first tried embedding the PowerPoint file directly: <iframe src="source.pptx?wdAr=1....
Dr_Sl0th's user avatar
0 votes
1 answer
43 views

I am learning and am trying to do an html page with an image on the left, an embedded calendar (outside site) on the right, and a short inquiry form below. It looks ok on a desktop but won't size ...
user avatar
0 votes
0 answers
42 views

For my learning, I attempted to integrate the Dremio (community version) into my application using an iframe. However, I am unable to bypass the login for Dremio, so I first need to log in to my ...
Sabarivasan's user avatar
0 votes
3 answers
106 views

I am trying to convert a 16 bit audio samples to 24 bit audio samples file for replaying and mixing purposes. I am shifting it to the left by 8 bytes and then send it to the i2s_channel but the sound ...
Emirhan Üzüm's user avatar
0 votes
0 answers
43 views

I'm trying to embed a Vimeo player as a background, and for it to fill the container, but it keeps showing with gaps on either side. The only way I can kind of fix it is by setting the width and ...
user303096's user avatar
0 votes
0 answers
66 views

I am using App Owns Data with Service Principal approach to generate a access Token and in the UI i am using powerbi-client-react library to embed the report and set the token and accessTokenProvider ...
Vineel Pellella's user avatar
0 votes
0 answers
30 views

I want to integrate HERE MAPS inside the Microsoft Fabric PowerBI as custom visuals so that I can pass lat and lng stored in the dataframe
Shankar Mahato's user avatar
3 votes
1 answer
129 views

My server.js contains following code to serve the image on server app.use(express.static('public')); app.use('/images', express.static('images')); All the images are stored in '/public/images/' dir ...
Radheshyam Kori's user avatar
0 votes
2 answers
162 views

I already have found other similar issues on Stack Overflow, but still have issue to retrieving the embed token in Node.js, with the message: 2025-03-07T08:31:35.098660921Z Error: Failed to get embed ...
Giacomo Brunetta's user avatar
-1 votes
1 answer
239 views

I’m using CKEditor5 in Strapi to embed Twitter links. Previously, I used TwitFrame to automatically embed tweets, but now that TwitFrame is down, I’m getting an error. Here’s a section of the code I ...
Amen's user avatar
  • 45
0 votes
0 answers
43 views

I have a wordpress site where I have created a private page for admins (change page's visibility to private). Now, every day I generate a report .html file using goaccess and save that report inside ...
Nick_K's user avatar
  • 651
0 votes
0 answers
57 views

I would like to know, for password protected videos from Vimeo, embedded on a website of mine, if there is any way to display the thumbnail of the video in the background of the password request ...
TB54's user avatar
  • 73
0 votes
1 answer
135 views

I am working on a B2B platform where customers (external users) need to access Power BI dashboards integrated into the platform. Here's the current setup: The data is stored in Azure SQL Database. ...
that_girl's user avatar
1 vote
0 answers
149 views

Goal: I'm trying to create a Google Chrome Extension with the sole purpose of interacting with Google Tasks in the Google Chrome sidebar. Similar to the sidebar available within Gmail (https://mail....
wr4ng's user avatar
  • 11
1 vote
1 answer
44 views

I have been working with the STM8L152R8 development board, but it does not seem to let me blink LD2 (which should be mapped to PB5) or really change any value at all. Here is my code. Thanks! #include ...
Caleb Faulkner's user avatar
0 votes
1 answer
35 views

Is it possible to enable fullscreen mode for a video embedded in an iframe that is also part of another iframe? As an example: ... <body> ... <iframe id="video1" src="...&...
Corhal's user avatar
  • 23
0 votes
0 answers
94 views

All I find seems to be how to make a button that opens a new browser window on PayPal’s website. How do I create a form for an embed or iframe to place into a webpage on my own website?
5260452's user avatar
  • 11.7k
0 votes
2 answers
88 views

Using R, I am trying to get the text (ideally, with some formatting) of a pdf embedded in html. THe url, as an example, is "https://www.nycourts.gov/courts/ad2/Handdowns/2024/10-October/10-02-...
user17661126's user avatar
0 votes
1 answer
136 views

When I code I like to put iframes but the problem is when I view the finished project and I try to type in the link it doesn't work here is the code: <!DOCTYPE html> <html> <head> ...
user27872853's user avatar
0 votes
0 answers
54 views

I am trying to embed my webpage (let's say it is like: https://juacrg.github.io/) in a different webpage (like: https://www.juniv.edu/research/10905). Having no administrative access to this parent ...
raf's user avatar
  • 273
-1 votes
1 answer
106 views

Any idea on how to make Simple HTML5 Player with only play & Volume? This will control a stream that I do not want anyone to be able to rewind. Only stop/start to play from where the stream is now,...
user5654858's user avatar
0 votes
1 answer
35 views

Ive been trying to fully migrate my personal website to use traefik, instead of just forwarding the ports directly so i can have subdomains,for some reason discord and tumblr; tumblr error ss just ...
Blanko Chan's user avatar
0 votes
1 answer
544 views

I am using PlatformIO and ESP32-S3 with ESP-IDF framework to code in my projects. I recently switched from Arduino framework to get better at this. I have found some examples from the documentation ...
Emirhan Üzüm's user avatar
0 votes
1 answer
162 views

I need your help with my R Markdown file, let me first show you a screenshot: Embedded HTML Table As you can see there are two identical table, the first is displayed using the image link: ![]("...
Saint Koyo's user avatar

1
2 3 4 5
98