livewirewebsolutions,
here are instructions on how to embed flash videos in your page, using the javascript function AC_RunActiveContent.js: http://drupal.org/node/807
There are also third-party players that can be used to display flash videos and other. I personally use the Flowplayer module (http://drupal.org/project
I hope it helps. Let me know if more info is needed.
DJ
Main Topics
Browse All Topics





by: stephencolsonPosted on 2009-08-25 at 20:12:42ID: 25184181
Your javascript paths are wrong. Think of the page.tpl.php as really existing at the root of the webserver or at whatever level they get called at. To clarify, if someone accessed your home page, the page template would seem to be located at your site root for purposes of calculating relative directories. If you had a page located at the URL /about/contact-us, then page.tpl.php should refer to supporting assets relative to that URL.
ActiveCont ent.js
nt.js
At the end of the day, this really suggests that you can't refer to browser-rendered support files in a purely relative manner. You need to refer to them in a full root-relative context. So instead of:
../../../../Scripts/AC_Run
You should have:
/Scripts/AC_RunActiveConte
Assuming your Scripts directory is in your Drupal root