What if you try loading the mxml file in
the browser instead of through your wrapper?
Have you made any changes to flex-config
or are you using the defaults?
What’s your system setup?
I assume you’re still requesting
.mxml.swf in the wrapper, not the .mxml directly.
Any funky settings in FlexBuilder
regarding file encodings or anything?
All questions, no suggestions J
Matt
From: chrs_hearn
[mailto:[EMAIL PROTECTED]
Sent: Monday, February 07, 2005
4:07 PM
To: [email protected]
Subject: [flexcoders] .mxml file /
HTML wrapper
This is a probably an easy question but I'm a
noob...
I took the HTML wrapper examples out of the docs
and even tried the
source HTML from viewing a sample. I am embedding
the blogreader
sample in a website of mine. It works
fine...sometimes.
I made a change to the .mxml file, actually undo
to no changes, but
resaved it anyway using Flex Builder. Now the
blogreader is gone
when i reload the page.
I replace the .mxml file in my dir with the
original sample .mxml
file and it works.?.? resave the file, no.
original file, yes.
Is there some kinda of cache function the wrapper
performs that I
should have included. I'm using the basic
<object><embed> tags to
include it on my page.
Thanks.