Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Hi,
I need to insert a mp4 file (Local) in an app. I´ve looked in several post but all of them are from two or more years ago, is it possible to add this kind of file?
Tnks for your comments.
Slds,
Adrian E
You need to use an extension for this.
see attached file
I think MP3 file is possible.. Not sure about MP4..
Go to Script
Press CTRL
Now One by one press Q M P 3
This will give you script to get the MP3 properties.
It's working for me with .avi et .mkv
for each vExt in 'asf', 'wma', 'wmv', 'mkv', 'avi'
for each vFoundFile in filelist( 'E:\film\*.'& vExt )
FileList:
Load FileLongName,
subfield(FileLongName,'\',-1) as FileShortName,
num(FileSize(FileLongName),'# ### ### ###',',',' ') as FileSize,
FileTime(FileLongName) as FileTime;
Load @1:n as FileLongName Inline "$(vFoundFile)" (fix, no labels);
Next vFoundFile
Next vExt
Info LOAD
FileShortName,
FileLongName
Resident FileList
;
Thank you,
Could you help me a little bit more? Basically I should copy the script and chance ( 'E:\film\*.'& vExt ) the location of my file? or I must do something else?
Thank you so much.
Regards,
Adrian E
You need to replace E:\films\ by the location of your file.
How do you play these MP3 in QlikView?
With the Info load, when I clic on in the liste box caption, Windows Media Player or VLC play the video or the music.
Nice . And this still works on Access Point?
I haven't try