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

Your preferred username that is used when logging in.

Forum user: chacham15

Basic information

Registered Jul 17, 2009
Last login Jul 17, 2009
Forum posts 3
Direct URL http://www.flowplayer.org/forum/users/13119

Latest forum posts

Posts:

Registered:

I had the same problem with a different resolution

Posted: Jul 17, 2009

I had the same problem with a different resolution. In my case it was because i was closing tags inline. Im not sure if thats the right word, but as an illustration i was doing: < a href="video.flv" stye="..." />. When I chaged that to < a href=...>< /a> it loaded without being clicked on. (Spaces added so it doesnt get treated as html)

Posts:

Registered:

» Javascript Include Messing Up Page Layout

Posted: Jul 17, 2009

Wow, lame problem...Turns out that the js file has to be in the same directory as the html file otherwise that error happens. I know for a fact that the relative address that i provided was correct and putting it in the same directory is working so i blame that. Sorry I was a bit mad about that, is there perhaps something else that i missed that putting it in the same directory solved?

Posts:

Registered:

Javascript Include Messing Up Page Layout

Posted: Jul 17, 2009

The difference in these two pages is that the first does not include the line : "<script src="videoplayer/flowplayer-3.1.1.min.js" type="text/javascript"></script>" which is pretty much the line from the minimum install with the type added.

Note: the red and green lines are in page css options to allow me to see where blocks are. For some reason, these do not at all appear in the second site.

Any help with what is going on??

Also, why is it that in ie the video doesnt automatically start like in firefox? Also, why does it further mess up the page layout when I click the box?

Thanks!!!!!
chacham15