Hi Alex,

Thanks for the insight.

I didn't see any trace statements either.

But I was able to pinpoint the problem.  

Apparently, it was a CSS - Javascript combination that is sort of like setting 
the swf object's height to 0, which renders it invisible.

Fixed already. Thanks for the input though. I learned a new thing on tracing 
with Flex.




________________________________
From: Alex Harui <aha...@adobe.com>
To: "flexcoders@yahoogroups.com" <flexcoders@yahoogroups.com>
Sent: Thursday, 3 September, 2009 5:38:32
Subject: RE: [flexcoders] SWF File Not Loading

  
You mean that you don’t see the trace statements when running in
the browser?  If you see trace statements, check the sizes of the SWFLoader and
its content
 
Alex Harui
Flex SDK Developer
Adobe
Systems Inc.
Blog: http://blogs. adobe.com/ aharui
 
From:flexcod...@yahoogro ups.com
[mailto:flexcoders@ yahoogroups. com] On Behalf Of Angelo Anolin
Sent: Wednesday, September 02, 2009 12:17 AM
To: flexcod...@yahoogro ups.com
Subject: Re: [flexcoders] SWF File Not Loading
 
  
Hi
Alex,

I added some trace statements and the app is actually loading.  But the
same does not show up in the browser.

Am going to check some CSS and Javascript libraries which may be stopping the
loading of the SWF file.

Thanks.
 

________________________________
 
From:Alex Harui
<aha...@adobe. com>
To: "flexcod...@yahoogro ups.com" <flexcod...@yahoogro ups.com>
Sent: Friday, 28 August, 2009 6:53:45
! Subject: RE: [flexcoders] SWF File Not Loading

  
You can add trace statements to the app
to see if it does load or not
 
Alex Harui
Flex SDK Developer
Adobe Systems Inc.
Blog: http://blogs. adobe.com/
aharui
 
From:flexcod...@yahoogro
ups.com [mailto:flexcoders@ yahoogroups. com] On Behalf Of Angelo Anolin
Sent: Wednesday, August 26, 2009 11:33 PM
To: flexcod...@yahoogro ups.com
Subject: [flexcoders] SWF File Not Loading
 
  
Hi FlexCoders,
 
Got a question again.
 
I am embedding my SWF object in an ASPX page.
 
The HTML markup for the aspx page is shown as below:
 
<object id='mySwf' 
           
classid="clsid:D27CDB6E- AE6D-11cf- 96B8-44455354000 0"
           
codebase="http://fpdownload. macromedia. com/get/flashpla yer/current/
swflash.cab"
            height='100%
'
           
width='100%'>
            <param
name="src" value="App_Swf/Facilities. swf"/>
            <param
name="flashVars" value=""/>
            <embed
src="App_Swf/Facilities. swf" 
                  
pluginspage="http://www.adobe. com/go/getflashp layer"
                  
type="application/ x-shockwave- flash"
                  
height="100%"
                  
width="100%" 
                  
flashVars="">
           
</embed>
    </object>
 
When I run the page, the SWF file is not loading. 
I think the embedded SWF object itself is not being rendered.
I tried to simulate the same on another site I have and
when the SWF file is not present, right clicking on the page (where the SWF is
embedded) will give a context menu informing user that Movie is not loaded.
I wonder why when I try to embed the same on another
page, the embedded object is not there.
I tried to view the source and in the HTML markup, the
object should be there.
* This is from the View Source
<object id='mySwf' 
           
classid="clsid:D27CDB6E- AE6D-11cf- 96B8-44455354000 0"
           
codebase="http://fpdownload. macromedia. com/get/flashpla yer/current/
swflash.cab"
           
height="88%" 
           
width='100%'>
            <param
name="src" value="App_Swf/Facilities. swf"/>
            <param
name="flashVars" value=""/>
            <embed
src="App_Swf/Facilities. swf" 
                  
pluginspage="http://www.adobe. com/go/getflashp layer"
                  
type="application/ x-shockwave- flash"
                  
height="88%"
                  
width="100%" 
                  
flashVars="">
           
</embed>
    </object>
Appreciate your inputs. Thanks.

start: 0000-00-00 end: 0000-00-00 
 
   


      

Reply via email to