This is a message.

How does this thing work?? Created Aug 19, 2009

This thread is solved

Views: 1909     Replies: 2     Last reply Aug 20, 2009  
You must login first before you can use this feature

execu

Posts: 4

Registered:
Aug 12, 2009

How does this thing work??

Posted: Aug 19, 2009

Why hasn't my player worked yet this is the coding -

this is what I have still nothing -

This is the site -
http://execmovies.com/extra/

<script srchttp://execmovies.com/player/example/flowplayer-3.1.2.min.js"></script>
<p>

hrefhttp://executiveimagemovies.cachefly.net/video.flv"
style="display:block;width:563px;height:316px;"
id="player">

<script language="JavaScript">
flowplayer("player",http://execmovies.com/player/flowplayer.commercial-3.1.2.swf", {
key: '$048beccdce9a4bd300e'
});
} </script>

gmccomb

Posts: 746

Registered:
Apr 9, 2009

» How does this thing work??

Posted: Aug 19, 2009

Reply to: How does this thing work??, from execmovies
Try this version:

http://www.buenacreek.com/flowplayertest/execmovies.html

Look at the source carefully. I made exactly one change to a one character. So you can learn these things for yourself I'll give you a little hint: the change I made was in the last few lines.

Basically, what you did was added a character in the JavaScript that simply caused an error in the JavaScript, and so the JavaScript couldn't run. No JavaScript, no Flowplayer.

Also, please in the future if you post code use the <code> tags, as explained in HTML Formatting. You see these instructions when you are writing your post. Otherwise, your code gets mangled, and it is not possible to reliably determine the problem.

electricgraffitti
Bob Hanson

Posts: 1

Registered:
Aug 20, 2009

» How does this thing work??

Posted: Aug 20, 2009

Reply to: How does this thing work??, from execmovies
looks like you have an extra curly brace