As others have said, jplayer is client-side html & javascript, whereas modelglue is server-side. So unless you are trying to load your audio or video resources through modelglue then it has no part in the process once it has sent the rendered html to the browser.
You've not shown us any code to help debug your problem. Share your view code, asset structure, event hadlers etc so we might better understand what you are doing and then maybe we might be able to offer some useful advice. Chris On 30 November 2012 21:15, svee <[email protected]> wrote: > What I discovered in my USB debugging and testing is my problem is the > model-glue frame work that is used here. > > jPlayer works just fine outside of model-glue. **** > > ** **I created a stand alone file by using the exact jplayer home page > and it worked perfectly. > > I used the same file using only using model-glue frame and it does not > work.**** > > My code is very simple.....I have been using model-glue for almost 4 years > > The folks at jPlayer are trying to help as well > > It stops at the play jplayer code.**** > > > On Wednesday, November 28, 2012 5:39:31 PM UTC-5, Dan Wilson - > [email protected] wrote: > >> Generally, everything ModelGlue does is server side. Javascript stuff is >> client side. So, ModelGlue shouldn't interfere with any Javascript you >> choose to use. >> >> How are you integrating the Video Player with ModelGlue? >> On Nov 28, 2012 4:38 PM, "svee" <websi...@healthsolutions.**org> wrote: >> >>> So far all attempts to use jPlayer (html5 audio and video for Jquery) >>> has failed. >>> I have debugged in USB and discovered that it will not load the player. >>> I have used many jQuery library functions with model-glue without issue >>> except for this one. >>> Does jplayer just not work with model-glue and coldfusion? >>> svee >>> >>> -- >>> Model-Glue Sites: >>> Home Page: http://www.model-glue.com >>> Documentation: http://docs.model-glue.com >>> Bug Tracker: http://bugs.model-glue.com >>> Blog: http://www.model-glue.com/blog >>> >>> You received this message because you are subscribed to the Google >>> Groups "model-glue" group. >>> To post to this group, send email to [email protected] >>> >>> To unsubscribe from this group, send email to >>> model-glue+...@**googlegroups.com >>> >>> For more options, visit this group at >>> http://groups.google.com/**group/model-glue?hl=en<http://groups.google.com/group/model-glue?hl=en> >>> >> -- > Model-Glue Sites: > Home Page: http://www.model-glue.com > Documentation: http://docs.model-glue.com > Bug Tracker: http://bugs.model-glue.com > Blog: http://www.model-glue.com/blog > > You received this message because you are subscribed to the Google > Groups "model-glue" group. > To post to this group, send email to [email protected] > To unsubscribe from this group, send email to > [email protected] > For more options, visit this group at > http://groups.google.com/group/model-glue?hl=en > -- Model-Glue Sites: Home Page: http://www.model-glue.com Documentation: http://docs.model-glue.com Bug Tracker: http://bugs.model-glue.com Blog: http://www.model-glue.com/blog You received this message because you are subscribed to the Google Groups "model-glue" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/model-glue?hl=en
