You will recieve your password to this address. Address is not made public.

Your preferred username that is used when logging in.

problem with loading flowplayer inside ajax Created Nov 11, 2009

This thread is solved

Views: 516     Replies: 1     Last reply Dec 9, 2009  
You must login first before you can use this feature

jepylu

Posts: 1

Registered:
Nov 11, 2009

problem with loading flowplayer inside ajax

Posted: Nov 11, 2009

Here is a link to the flowplayer example which I modified to use ajax:

http://www.filefactory.com/file/a1a5g11/n/flowplayer_example.zip

My problem is that the page with the flowplayer when viewed standalone works fine. When its called from another page via ajax.updater it does not load properly.

The sample files are as follows:
flowplayer example / examples / ajax.html - file with video player
flowplayer example / examples / index.html - page which uses ajax to load ajax.html via ajax.updater

dom23ina

Posts: 3

Registered:
Dec 8, 2009

Having similar problems, but did get Ajax to work using a different method of loading Flowplayer

Posted: Dec 9, 2009

Reply to: problem with loading flowplayer inside ajax, from jepylu
I can load it fine in my standalone page, but when I use the same exact page as an ajax'ed page, it never loads. I've tried multiple configurations, the only way I can get Flowplayer to work using Ajax was to instantiate it using the Object tag. However, the Object tag version of Flowplayer apparently doesn't support events?? So basically my project is screwed unless I can get the js version of Flowplayer to work with ajax. I am very surprised that others have not run into this same problem, if they have, I haven't seen a solution yet.