ebknapp / swfobject

Automatically exported from code.google.com/p/swfobject
0 stars 0 forks source link

percentage sizing stuffs StageListerners(?) SWF doesn't show #249

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. I have a .swf which works at 100% width, 100% height and uses a AS3
Stage Listener class to keep the swf scale at no-scale and uses the stage
space for scrollers and content positioning.
2.  It shows when given a set pixel size
3.  This is both Static and Dynamic SWFObject methods.

What is the expected output? What do you see instead?

Nothing, not even the alternative content.

What version of the product are you using? On what operating system?

SWFObject 2, XP, file is AS3. I have included a working copy using Adobes
AC_RunActiveContent method.
Please provide any additional information below.

Original issue reported on code.google.com by elliotro...@gmail.com on 11 Jan 2009 at 11:48

Attachments:

GoogleCodeExporter commented 9 years ago
I will run some tests later with a barebones AS3 file to see what is going on,
perhaps I give it a minimum size and a debug field. I have an idea that the 
stage
size information isn't being past on to the swf. 

Elliot

Original comment by elliotro...@gmail.com on 11 Jan 2009 at 11:05

GoogleCodeExporter commented 9 years ago
Ok find 3 different html files attached. 2 swfobjects static and dynamic. I 
used the
online xhtml generator. And html as standard as3 export using RunActive .js.

The as and fla files are attached. The StageListener is the document class.

Any ideas here? Can you please delete the original files as it is not needed.

Cheers 

Elliot

Original comment by elliotro...@gmail.com on 12 Jan 2009 at 9:27

Attachments:

GoogleCodeExporter commented 9 years ago
1. Please first read Q1 of our FAQ: http://code.google.com/p/swfobject/wiki/faq
2. Study the online examples (Full Browser test pages):
http://code.google.com/p/swfobject/wiki/test_suite
3. If you still have questions, please use the discussion group:
http://groups.google.com/group/swfobject

Original comment by bobbyvandersluis on 12 Jan 2009 at 10:37

GoogleCodeExporter commented 9 years ago
It seems that many web designers would like to be able to use percentages for 
Flash movie sizes to take 
advantage of large screens, but still be usable by small screens.

NOTE: a quick fix is to remove the DOCTYPE at the top of the HTML page, then 
the percentages work.

Original comment by cknag...@gmail.com on 23 Feb 2009 at 1:24