Oh no! Where's the JavaScript?
Your Web browser does not have JavaScript enabled or does not support JavaScript. Please enable JavaScript on your Web browser to properly view this Web site, or upgrade to a Web browser that does support JavaScript.
Not a member yet? Click here to register.
Forgot Password?

Video infusion will not allow .swf files

Asked Modified Viewed 1,302 times
F
FusionX
F
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
asked
Junior Member

Added .swf to video upload setting - to allow flash files along with all the others.
PHP Fusion 9 refuses to submit the file....

How do we fix this, and how can we make a standard swf player just like the video player?
Edited by Falk on 26-01-2020 23:17,
0 replies

7 posts

R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Flash has not been tested coz, is no longer supported by web browsers.

My video infusion support embedded code (iframe, object, scripts......) try this
0 replies
F
FusionX
F
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Flash has not been tested coz, is no longer supported by web browsers.

My video infusion support embedded code (iframe, object, scripts......) try this

Not the route I was going for. I want users to be able to upload swf games. I know Flash is on it's way out. but Flash is far from dead...
Still, if the file type is allowed, ( FYI, in Video Infusion) why does the submit page not accept the file type?

( works in Downloads - not in Video infusion )

If we upload in the "Downloads" we have a link to download the file. - Working properly.

If we upload in the "Video Infusion" the linked page should ask if you will allow the Flash Plugin.

Please... what file is telling me "No"? Witch script is responsible for checking the file extension prior to upload?
Edited by FusionX on 26-01-2020 19:19,
FusionX attached the following image:
Image not found
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

It's video platform so there are no reason to add support for audio, flash files or any other. Currently if you want to use non-standard or not supported files you must use embed code.

You can customize it. It's not difficult.

My video platform accepts files only with video/* mimetype, flash has application/x-shockwave-flash
1 reply
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

Here L219just change type video to object and it should work (not tested)
0 replies
F
FusionX
F
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions
answered
Junior Member

Quote

Here L219 just change type video to object and it should work (not tested)


submit will now allow .swf extension, but after clicking Submit, We get this error:
Fusion Dynamics invalid accepted extension format. Please use either | or ,
Unknown error
Upload file is not a valid file type. Image must be one of the following file types -
Submitted Video File - Video file is required
FusionX attached the following image:
Image not found
0 replies
F
Falk
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
answered
Super Admin

Is the MIME Extension checker disabled? ( image ) > ADMIN > SETTINGS > SECURITY SETTINGS ( Latest , MISC earlier ).
Edited by Falk on 29-01-2020 06:58,
Falk attached the following image:
Image not found
0 replies
R
Anonymous User
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
answered
Veteran Member

L217
'valid_ext' => str_replace(',', '|', $video_settings['video_types']),
0 replies

Category Forum

Panels and Infusions

Labels

None yet

Statistics

  • Views 0 views
  • Posts 7 posts
  • Votes 0 votes
  • Topic users 3 members

3 participants

F
F
Falk 131
Need help?, Having trouble?
• View our Documentation for Guides, Standards and Functions
• Name and Organize your Topics and Content correctly in the corresponding Forums for best support results
• Attaching Log Files and Screenshots when reporting issues will help
• Provide with an URL to live example if one exists
• Please read the How to Report an Error post
• Please read and comply with the Code of Conduct

(¯·._.·(¯°·._.·°º*[ Project Manager ]*º°·._.·°¯)·._.·¯)
  • Super Admin, joined since
  • Contributed 6,201 posts on the community forums.
  • Started 639 threads in the forums
  • Answered 11 questions
R
R
Anonymous User 367
  • Veteran Member, joined since
  • Contributed 939 posts on the community forums.
  • Started 2 threads in the forums
  • Answered 20 questions
F
F
  • Junior Member, joined since
  • Contributed 30 posts on the community forums.
  • Started 13 threads in the forums
  • Started this discussions

Notifications

Track thread

You are not receiving notifications from this thread.

Related Questions

Not yet