The Web Design Group

... Making the Web accessible to all.

Welcome Guest ( Log In | Register )

 
Reply to this topicStart new topic
> MP3 PLAYER FOR BLOG, INSTALLING FLABELL MP3 PLAYER IN BLOGGER ACCOUNT
melomaniako
post Oct 31 2011, 01:02 AM
Post #1





Group: Members
Posts: 1
Joined: 31-October 11
Member No.: 15,745



Hi, Im trying to install this mp3 player in my blogger blog → http://www.flabell.com/flash/Flash-Mp3-Player-29

I don't know why it doesnt shows up. This is the code that i am using :

CODE
        <script type="text/javascript" src="http://db.tt/hN3yvVqi"></script>    
        <script type="text/javascript">

            // JAVASCRIPT VARS
            // the path to the SWF file
            var swfPath = "http://db.tt/Gc0pxK3R";
            //swfPath += "?t=" + Date.parse(new Date()); // uncomment this line to activate cache buster        
            
            // stage dimensions
            var stageW = 560;//560//"100%"; // minimum is 450
            var stageH = 300;//400;//"100%"; // minimum is 260
            
            
            // ATTRIBUTES
            var attributes = {};
            attributes.id = 'FlashComponent';
            attributes.name = attributes.id;
            
            // PARAMS
            var params = {};
            params.bgcolor = "#333333";
            params.allowfullscreen = "true";
            params.allowScriptAccess = "always";            
            //params.wmode = "transparent";
            

            /* FLASH VARS */
            var flashvars = {};
            
            /// if commented / delete these lines, the component will take the stage dimensions defined
            /// above in "JAVASCRIPT SECTIONS" section or those defined in the settings xml            
            flashvars.componentWidth = stageW;
            flashvars.componentHeight = stageH;                            
            
            /// path to the content folder(where the xml files, images or video are nested)
            /// if you want to use absolute paths(like "http://domain.com/images/....") then leave it empty("")
            // Also, if you want the embed code to work correctly you'll need to set the an absolute path for pathToFiles, like this: http://www.yourwebsite.dom/.../mp3gallery/
            flashvars.pathToFiles = "";
            flashvars.xmlPath = "http://db.tt/TNQZEfe1";
            flashvars.contentXMLPath = "http://db.tt/52ZY7uQh";
                        
            /** EMBED THE SWF**/
            swfobject.embedSWF(swfPath, attributes.id, stageW, stageH, "9.0.124", "http://db.tt/9Pr0z3Yy", flashvars, params, attributes);
        </script>
    
        <table width="100%" height="100%" cellpadding="0" cellspacing="0">
            <td align="center">
                
                <!-- this div will be overwritten by SWF object -->        
                <div id="FlashComponent">
                    <p>In order to view this object you need Flash Player 9+ support!</p>
                    <a href="http://www.adobe.com/go/getflashplayer">
                        <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player"/>
                    </a>
                </div>
        
            </td>
        </table>


¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡¡PLEASE HELP!!!!!!!!!
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post
pandy
post Oct 31 2011, 09:02 AM
Post #2


🌟Computer says no🌟
********

Group: WDG Moderators
Posts: 20,730
Joined: 9-August 06
Member No.: 6



Do you put the above in BODY or in HEAD?
User is offlinePM
Go to the top of the page
Toggle Multi-post QuotingQuote Post

Reply to this topicStart new topic
1 User(s) are reading this topic (1 Guests and 0 Anonymous Users)
0 Members:

 



- Lo-Fi Version Time is now: 19th April 2024 - 06:43 PM