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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 18, 20262026-05-18T21:59:09+00:00 2026-05-18T21:59:09+00:00

I’ve been through the forums for awhile and I can verify that my issue

  • 0

I’ve been through the forums for awhile and I can verify that my issue doesn’t have to do with transparency or chrome. I have an IFRAME which is in the application sandbox, giving it access to files in app-storage. Dynamic images are loading fine, but my dynamically generated <OBJECT> code that is placed in the DOM is not loading the SWF video. I can see the object placeholder, but no video.

Are there any requirements to embedding a SWF file, perhaps size requirements (both height and width required)? Given the fact that my content is dynamic and I don’t know the dimensions of the SWF file, I currently have two options for embedding:

  1. Calculate the height and width of
    the parent element, and assign those
    values to the OBJECT params.
  2. Use 100% width and height on the OBJECT

This might pose problems with the proportions of the SWF file, which I’m hoping can be fixed by the scale PARAM ( http://kb2.adobe.com/cps/127/tn_12701.html ).

Please help, I haven’t been able to find any helpful guides yet. I have already followed the documentation for embedding from here to no avail:

http://help.adobe.com/en_US/AIR/1.5/devappshtml/WS4B441C24-BAE3-4110-91FD-A4E5EEFB2467.html

  • 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-18T21:59:09+00:00Added an answer on May 18, 2026 at 9:59 pm

    For the hell of it, here is an extensive SWFObject I generated which is working (although overkill):

    var SWFObject = document.createElement("object");
    SWFObject.setAttribute("type", "application/x-shockwave-flash");
    SWFObject.setAttribute("classid", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000");
    SWFObject.setAttribute("width", "100%");
    SWFObject.setAttribute("height", "100%");
    SWFObject.setAttribute("id", "movie");
    
    var param1 = document.createElement("param");
    param1.setAttribute("name", "movie");
    param1.setAttribute("value", 'app-storage:' + filename);
    
    var param2 = document.createElement("param");
    param2.setAttribute("wmode", "opaque");
    
    var param3 = document.createElement("param");
    param3.setAttribute("bgcolor", "#FFFFFF");
    
    var param4 = document.createElement("param");
    param4.setAttribute("allowscriptaccess", "always");
    
    var param5 = document.createElement("param");
    param5.setAttribute("quality", "high");
    
    var param6 = document.createElement("param");
    param6.setAttribute("flashvars", "wmode=opaque");
    
    var param7 = document.createElement("param");
    param7.setAttribute("scale", "ShowAll");
    
    var param8 = document.createElement("param");
    param8.setAttribute("classid", "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000");
    
    SWFObject.appendChild(param1);
    SWFObject.appendChild(param2);
    SWFObject.appendChild(param3);
    SWFObject.appendChild(param4);
    SWFObject.appendChild(param5);
    SWFObject.appendChild(param6);
    SWFObject.appendChild(param7);
    SWFObject.appendChild(param8);
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a jquery bug and I've been looking for hours now, I can't
I have a French site that I want to parse, but am running into
I'm parsing an RSS feed that has an &#8217; in it. SimpleXML turns this
I have a text area in my form which accepts all possible characters from
I have a string like this: La Torre Eiffel paragonata all&#8217;Everest What PHP function
I am trying to loop through a bunch of documents I have to put
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
I have just tried to save a simple *.rtf file with some websites and
I am trying to understand how to use SyndicationItem to display feed which is

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.