Quote from kazem on August 21, 2020, 5:14 pmhi, would you tell me what is the function of libraries/files in app properties section. what we can do with it.
best regards
hi, would you tell me what is the function of libraries/files in app properties section. what we can do with it.
best regards

Quote from luishp on August 22, 2020, 6:38 pm@kazem You can add there whatever additional file is needed for your app to work: image files, video files, font files, javascript files, server side scripting files... They will be included in the compiled app.
@kazem You can add there whatever additional file is needed for your app to work: image files, video files, font files, javascript files, server side scripting files... They will be included in the compiled app.
Quote from kazem on August 22, 2020, 7:56 pmthank you, if I have a video file in my app and add it to this section again what is the usage ?
regards
thank you, if I have a video file in my app and add it to this section again what is the usage ?
regards

Quote from luishp on August 22, 2020, 8:59 pmthank you, if I have a video file in my app and add it to this section again what is the usage ?
That has non sense. There is no need to add an already included video file.
You can add additional videos if you want to create, for example, a video gallery.
thank you, if I have a video file in my app and add it to this section again what is the usage ?
That has non sense. There is no need to add an already included video file.
You can add additional videos if you want to create, for example, a video gallery.
Quote from kazem on November 18, 2020, 10:03 amhi, could you offer me some advices, if I put 10 videos in my library/file, how could I make use of them in my app?
thank you
hi, could you offer me some advices, if I put 10 videos in my library/file, how could I make use of them in my app?
thank you

Quote from luishp on November 18, 2020, 1:48 pm@kazem note that all video files will be just stored on the "media" folder once your app has been compiled.
If you add so many files to the library, the compilation time will increase a lot. It's better to copy them manually to the media folder once you have compiled your app.To use them you can do something like this:
SetVar [thefile] "./media/myvideo.mp4" CreateVideoPlayer "Container1" "[thefile]" true false false false VideoPlayerPlay "Container1"Regards.
@kazem note that all video files will be just stored on the "media" folder once your app has been compiled.
If you add so many files to the library, the compilation time will increase a lot. It's better to copy them manually to the media folder once you have compiled your app.
To use them you can do something like this:
SetVar [thefile] "./media/myvideo.mp4" CreateVideoPlayer "Container1" "[thefile]" true false false false VideoPlayerPlay "Container1"
Regards.
Quote from kazem on November 24, 2020, 7:16 pmthanks for your help. I should mention that my video files (unfortunately) do not go to the media folder and only the sound file are there. The video files are in the root folder x-web . if I transfer them to media after compiling all are gone.
thank you again
thanks for your help. I should mention that my video files (unfortunately) do not go to the media folder and only the sound file are there. The video files are in the root folder x-web . if I transfer them to media after compiling all are gone.
thank you again
Quote from kazem on January 10, 2021, 8:54 amQuote from kazem on November 24, 2020, 7:16 pmthanks for your help. I should mention that my video files (unfortunately) do not go to the media folder and only the sound file are there. The video files are in the root folder x-web . if I transfer them to media after compiling all are gone.
thank you again
Hi, as you told video files are in the media folder, is there any problem with my app that all videos are in the main folder?
how can I solve the issue?
thanks
Quote from kazem on November 24, 2020, 7:16 pmthanks for your help. I should mention that my video files (unfortunately) do not go to the media folder and only the sound file are there. The video files are in the root folder x-web . if I transfer them to media after compiling all are gone.
thank you again
Hi, as you told video files are in the media folder, is there any problem with my app that all videos are in the main folder?
how can I solve the issue?
thanks

Quote from kazem on January 10, 2021, 1:09 pmappreciate your patience, I mean is it normal that videos are in the root folder; and yes I use mp4 format. besides, I used nw.js and phpdescktop too, none of them shows the videos, everything is ok except for the videos.
best regards.
appreciate your patience, I mean is it normal that videos are in the root folder; and yes I use mp4 format. besides, I used nw.js and phpdescktop too, none of them shows the videos, everything is ok except for the videos.
best regards.

Quote from luishp on January 10, 2021, 3:43 pm@kazem nota the the videos are saved in the "media" folder but only if VisualNEO Web knows about them. Some commands will detect the .mp4 as a media file but if, for example, their path are stored into a variable it will be no posssible for VisualNEO Web to detect them.
Have you tried adding them manually to Project > Properties > Libraries/Files ?Regards.
@kazem nota the the videos are saved in the "media" folder but only if VisualNEO Web knows about them. Some commands will detect the .mp4 as a media file but if, for example, their path are stored into a variable it will be no posssible for VisualNEO Web to detect them.
Have you tried adding them manually to Project > Properties > Libraries/Files ?
Regards.
Quote from kazem on January 10, 2021, 8:21 pmI have my videos in a folder and with the command, Createvideoplayer chose that folder and the related file directly. my videos are not stored in the variables.
no, I did not add them to libraries. is it useful to do this?
Should I send a very short one-page app to see what is the problem?
thankyou
I have my videos in a folder and with the command, Createvideoplayer chose that folder and the related file directly. my videos are not stored in the variables.
no, I did not add them to libraries. is it useful to do this?
Should I send a very short one-page app to see what is the problem?
thankyou

Quote from luishp on January 10, 2021, 9:27 pmShould I send a very short one-page app to see what is the problem?
Yes please. Thank you!
Should I send a very short one-page app to see what is the problem?
Yes please. Thank you!
Quote from kazem on January 11, 2021, 6:31 pmQuote from kazem on January 11, 2021, 6:27 pmQuote from kazem on January 11, 2021, 1:12 pmhi, thank you for your help.
this is the file.
Quote from kazem on January 11, 2021, 6:27 pmQuote from kazem on January 11, 2021, 1:12 pmhi, thank you for your help.
this is the file.
Uploaded files:
Quote from kazem on January 18, 2021, 12:06 pmQuote from kazem on January 11, 2021, 6:52 pmexcuse me for requoting. I do not know why my zip file is not uploaded.
Yes please. Thank you!
Quote from kazem on January 11, 2021, 6:52 pmexcuse me for requoting. I do not know why my zip file is not uploaded.
Yes please. Thank you!
Uploaded files:Quote from kazem on January 18, 2021, 12:08 pmQuote from kazem on January 18, 2021, 12:06 pmQuote from kazem on January 11, 2021, 6:52 pmexcuse me for requoting. I do not know why my zip file is not uploaded.
Yes please. Thank you!
and neoapp . Please help!!!!
Quote from kazem on January 18, 2021, 12:06 pmQuote from kazem on January 11, 2021, 6:52 pmexcuse me for requoting. I do not know why my zip file is not uploaded.
Yes please. Thank you!
and neoapp . Please help!!!!
Uploaded files:
Quote from luishp on January 18, 2021, 2:11 pmHi @kazem, you are right. For any reason media files aaded with CreateVideoPlayer are located in the root folder when compiled and not in the media folder. But why is that a problem for you? The app should work fine anyway.
Regards.
Hi @kazem, you are right. For any reason media files aaded with CreateVideoPlayer are located in the root folder when compiled and not in the media folder. But why is that a problem for you? The app should work fine anyway.
Regards.
Quote from kazem on January 18, 2021, 7:45 pmhi, I told you when I use NW.js or phpdesktop , or phonegaps the videos are not shown. Because of this, I sent the file if is it my fault?
great thanks
hi, I told you when I use NW.js or phpdesktop , or phonegaps the videos are not shown. Because of this, I sent the file if is it my fault?
great thanks