_mi is undefined when adding flowplayer script

Having problems with DHTML Menu? There is usually somebody here who knows the answer.
Post Reply
natemorse
Beginner
Beginner
Posts: 1
Joined: Fri Oct 23, 2009 9:44 pm

_mi is undefined when adding flowplayer script

Post by natemorse »

When I add a Flash video player to the page (note: it uses JS to place the player on the page) it gives me an error
Error: _mi[v] is undefined
Source File: http://domain.com/javascript/mmenudom.js
Line: 20
I can include the flowplayer script with out an error

Code: Select all

<script type="text/javascript" src="flowplayer-3.1.4.min.js"></script>
but, when I add the call

Code: Select all

flowplayer("player", "../flowplayer-3.1.4.swf"); 
that's when I get the error

has any one any advice?
User avatar
Andy
Milonic
Milonic
Posts: 3308
Joined: Sun May 19, 2002 8:23 pm
Location: Menu Developer
Contact:

Re: _mi is undefined when adding flowplayer script

Post by Andy »

The latest Pre Release will fix this.

You can get Pre release versions from http://milonic.com/menuvinfo.php
Post Reply