SWFObject("https://online.eyemaginations.com

Discussion in 'Dzonia WordPress Theme' started by adefeo777, Mar 25, 2013.

  1. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    Is there any way to embed a javascript based animation player on one individual page? I have the code provided by the company the software was purchased from. There is code that needs to go In the <head> section and then the rest needs to go In the <body>. Do I need to modify the template or is there an easier solution, such as a plug-in? Thanks!
     
  2. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    By the way, I did look for an "eyemaginations" Wordpress plug-in, and I could not find one.
     
  3. adefeo777

    adefeo777 Member

    Joined:
    Nov 21, 2012
    Messages:
    45
    Likes Received:
    1
    Location:
    South Carolina
    Last Note... Here is the code (with some slight intentional discrepancies:

    --In the <head>--
    <script type="text/javascript" src="http://eyemaginions.com/js/swfobject.js"></script>

    --In the <body>--
    <div id="tdeonline">In order to view the content, you must install the Adobe Flash Player. Please click <a href="http://get.adobe.com/flashplayer/">here</a> to get started.</div>
    <script type="text/javascript">
    var so=new SWFObject("https://online.eyemaginaons.com/online.swf","tdeyeonlineswf","402","400","8","#FFFFFF");
    so.addParam("wmode", "transparent");
    so.addVariable("aID","19aa7ea56ebc312a3e");
    so.write("tdeonline");
    </script>

    It is an interactive player.
    Thanks!
     

Share This Page