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 6225165
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:47:35+00:00 2026-05-24T08:47:35+00:00

I have this code <div id=c01 class=hider> < a href=flash.swf class=bump>flash</a> </div> and it

  • 0

I have this code

<div id="c01" class="hider">
< a href="flash.swf" class="bump">flash</a>
</div>

and it displays flash content within a bumpbox (lightbox alternative) window. It works perfectly, but there is a fullscreen button in the flash animation and it do not works. The other button (to stop the animation) works ok.

I find out, that with this

<embed src="flash.swf" width="100%" height="100%" allowFullScreen="true"> </embed>

fullscreen button works fine, but the flash animation runs since the page is loaded and I have about 50 of those animations, so I need to run only one of them at a time. I need to make it clickable (within ) and with working fullscreen button at the same time. Is it possible? Thank you!

  • 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-24T08:47:36+00:00Added an answer on May 24, 2026 at 8:47 am

    The issue you’re having is actually coming from Mootools. Mootools has an Flash embed class called Swiff, which is what BumpBox uses when you pass an SWF in your link.

    Unfortunately, I think you’re either going to have to hack into BumpBox or Mootools to get full screen permission working.

    If you look into the expanded version of BumpBox 2.0.1, you will see where Swiff is instantiated, around line 372:

    var obj = new Swiff(content, {
        id: 'video',
        width: maxw-40,
        height: maxh-40,
        container: div
    })
    

    You may be able to pass in the additional parameter you require here, which would look something like this:

    var obj = new Swiff(content, {
        id: 'video',
        width: maxw-40,
        height: maxh-40,
        container: div,
        params: {
            allowFullScreen: true
        },
    })
    

    If that fails you will have to make the adjustment to the Swiff class itself. Open up Mootools and search for Swiff=new Class. That will lead you to the code that creates the Flash object. Finding the params list should be easy from there, it looks like:

    params:{quality:"high",allowScriptAccess:"always",wMode:"window",swLiveConnect:true}
    

    and you would just need to add the fullscreen permission:

    params:{allowFullScreen:true,quality:"high",allowScriptAccess:"always",wMode:"window",swLiveConnect:true}
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have this code: <div class=container> <div class=row> <div class=col> <a href=1 class=delete_activity>x</a> </div>
I have this code: <div class = content-dir-item> <p>Text input</p> <img src=./images/email.png class =
I have this code snippet: <div id=div1> </div> <div id=div2> <h3>This is the content</h3>
I have this HTML code: <div class='com_box'> <div class='com_box_c'> <div class='com_box_info'> <a id='quote'>quote</a> </div>
I have this code: <div id="popupContactIMG_4179" class="xxxx"> <a id="popupContactCloseIMG_4179">x</a> <img alt="" src="../IMG_4179.jpg" id="id1"> </div>
I have this code: <div class=item> <div class=hidden>44</div> <input type=submit id=btnAddCommentForAnswer value=Add Comment />
I have this code : HTML <div class="draggable_main_container"> <div class="draggable_container"> <div class="draggable"> <div class="minus">
So I have this code: jQuery('div[class=someClass] :input:not(:button)').each(function() { if (input type is drop-down) {
I have this code: <div class=LoginBox> <form id=form2 runat=server> <asp:ContentPlaceHolder ID=ContentPlaceHolder2 runat=server> lolbags </asp:ContentPlaceHolder>
I have this code : <div class=header_photo> <div class=header_inside> <div class=header_text> Text </div> </div>

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.