Page 1 of 1
Forum

Welcome to the Tweaking4All community forums!
When participating, please keep the Forum Rules in mind!

Topics for particular software or systems: Start your topic link with the name of the application or system.
For example “MacOS X – Your question“, or “MS Word – Your Tip or Trick“.

Please note that switching to another language when reading a post will not bring you to the same post, in Dutch, as there is no translation for that post!



a toggle button tha...
 
Notifications
Clear all

[Solved] a toggle button that updates a webserver status

34 Posts
2 Users
0 Reactions
22 K Views
(@murad)
Eminent Member
Joined: 6 years ago
Posts: 24
Topic starter  

video processing have some issues on windows ? i could rewatch it from mobile but not from chrome or edge 



   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 13 years ago
Posts: 3176
 

I have no idea why your video is not working. Looks like a MOV file?
MP4 would have been better, since video processing is done by the browser, and MP4 is wider supported - my server doesn't do anything with it.
So I converted the video for you, added some cropping and replaced your old one. 😊 

I'm not sure what goes wrong with the String code.
Could you try this:

String serverPath = serverName + String("&state=1");

I think the problem could be that "&state=1" is seen as an array of characters, where as we want to add this to a String (with capital "S").
So this should (hopefully) fix that 😉 



   
ReplyQuote
(@murad)
Eminent Member
Joined: 6 years ago
Posts: 24
Topic starter  
Posted by: @hans

I think the problem could be that "&state=1" is seen as an array of characters, where as we want to add this to a String (with capital "S").
So this should (hopefully) fix that 😉 

it didnt woork without this ,,, 

but its fine ,,, now its working no worries 

thank you for sharing ur expertise i used get and push earlier but it didnt work now it does :D 



   
ReplyQuote
 Hans
(@hans)
Famed Member Admin
Joined: 13 years ago
Posts: 3176
 

👍  Awesome! 😁 



   
ReplyQuote
Page 3 / 3
Share: