Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6877327
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T04:35:13+00:00 2026-05-27T04:35:13+00:00

I am using Facebox. I have to play mp3files in Facebox. I included facebox.js

  • 0

I am using Facebox. I have to play mp3files in Facebox. I included facebox.js and facebox.css

My view code is:

<script  type="text/javascript">
    $(document).ready(function () {

        $('a[rel*=facebox]').facebox();
    }
</script>

$res= explode('/',$val['audio_file']);

<a href="<?=base_url().'uploads/'.$val['audio_file'];?>" rel="facebox"><?=$res['1'];?></a>

I have to play this mp3 file in Facebox. Is it possible?

I have linked the mp3 file in anchor tag, then can I play that file in a facebox. Now it plays in big screen.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-27T04:35:14+00:00Added an answer on May 27, 2026 at 4:35 am

    Include it in view

    <script type="javascript">
    
            $('#play').live('click', function(e) {                                           
            e.preventDefault();
            link=this.href;  
            jQuery.facebox({ ajax: link });
            });
    
            </script>
    
    <a id="play" href="<?=site_url('admin/test/playmp3/'.$val['id']);?>"><?=$res['1'];?></a>
    

    Include it in controller

    function playmp3($id)
    {
    $this->data['mp3']  = $this->test_model->getmp3($id);
    $this->load->vars($this->data);
    echo $this->load->view( $this->config->item('APP_template_dir').'admin/playmp3_view');
    }
    

    Create a new page playmp3_view and include it

        <div style="">
        <object type="application/x-shockwave-flash" data="<?=base_url().$this->config->item('APP_assets_admin').'/'.$this->config->item('APP_js');?>/player_mp3.swf" width="200" height="20">
       <param name="movie" value="<?=base_url().$this->config->item('APP_assets_admin').'/'.$this->config->item('APP_js');?>/player_mp3.swf" />
       <param name="FlashVars" value="mp3=<?=base_url().'uploads/'.$mp3->audio_file?>" /></object>
        </div>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i want to enable facebox jquery using javascript. here in normal html <a href=stairs.jpg
I have multiple jquery files in my project. I am using facebox using jquery1.4.2
I am using facebox to get some information in a popup window. I have
Im in a page mainpage.aspx in which i have this code: <a rel=facebox href=destination.htm?path=blabla>mainpage</a>
I am working on a comment script using ajax, json and jquery. I have
I am using facebox (you may know of it) and my script looks like
I'm not good with javascript. I'm using a facebox login form based on this
I'm using Facebox for my dialog boxes. And I have a create form inside
I am using facebox in the content that I have loaded with ajax Normally,
Greetings, I am using facebox popup jquery plugin. In their JS they have the

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.