uploaded it...i don't see the skin on my IE

On Dec 3, 8:34 pm, Sam Sherlock <[email protected]> wrote:
> please upload it and post the url. if your viewing it plain none of the
> styles
> will work unless its either placed next to the existing index file.
>
> the formatting is different - and this uses the swfobject static syntax
> which is different from before.
>
> if you put this up on the server so that it is viewable 
> athttp://www.radio713.com/713.html
>
> and hopefully
>
>  bueno
>
> :)
>
> - S
>
> +44 (0)7507 48 38 74
>
> 2009/12/4 Miss Money <[email protected]>
>
> > Mmmm...when I view it, it looks like a completely different
> > layout...am I doing something wrong?
>
> > On Dec 3, 7:42 pm, Sam Sherlock <[email protected]> wrote:
> > > try the attached 713.html file - this works for me
>
> > > I have modified the page to use static swfobject syntax.
>
> > > - S
>
> > > 2009/12/3 Miss Money <[email protected]>
>
> > > > made that change jim...still not showing
>
> > > > On Dec 3, 12:07 pm, Jim Berkey <[email protected]> wrote:
> > > > > Not sure exactly how wimpy works, but in your skin_blackdawn.xml file
> > you
> > > > > point to the custom blue background like this:
>
> > > > > <bkgd_main showhide="show" bkgd_alpha="100" bkgd_color="FFFFFF"
> > > > > imageURL="skin_blackdawn_bkgd.jpg" height="259"
>
> > > > > Since your display page is not in the same folder as the assets, you
> > > > might
> > > > > need to make that pointer absolute, like this:
>
> > > > > imageURL="http://www.radio713.com/mp3/skin_blackdawn_bkgd.jpg";
>
> > > > > And check any other links you might have, and make them all absolute
> > > > also.
>
> > > > > jimbo
>
> > > > > On Thu, Dec 3, 2009 at 12:51 PM, Miss Money <[email protected]>
> > > > wrote:
> > > > > > we're getting closer Jim.  I can actually see a box...lol
>
> > > > > > On Thu, Dec 3, 2009 at 9:49 AM, Jim Berkey <[email protected]> wrote:
>
> > > > > >> Okay, that is fixed, . . . now . . .
> > > > > >> In your head, you have this:
> > > > > >> <script src="../Scripts/AC_RunActiveContent.js"
> > > > type="text/javascript"></
> > > > > >> script>
>
> > > > > >> The page this is on - your 'home' page, is in the root directory,
> > so
> > > > you
> > > > > >> need to remove the ../ from that line, and make it:
> > > > > >> <script src="Scripts/AC_RunActiveContent.js"
> > type="text/javascript"></
> > > > > >> script>
>
> > > > > >> Also, while you are at it, you don't have any drop-down menus or
> > other
> > > > > >> things that might intrude over your player, so I would remove the
> > > > wmode
> > > > > >> parameters from both spots, sometimes a transparent wmode can
> > cause
> > > > > >> unintended consequenses.
>
> > > > > >> But the most important thing to change is the ../ in that line
> > above.
>
> > > > > >> jimbo
>
> > > > > >> On Thu, Dec 3, 2009 at 10:28 AM, Miss Money <
> > [email protected]
> > > > >wrote:
>
> > > > > >>> I just uploaded again Jim.
>
> > > > > >>> Still no bueno
>
> > > > > >>> On Dec 3, 8:13 am, Jim Berkey <[email protected]> wrote:
> > > > > >>> > I refreshed my IE, and I still see the error - are you sure you
> > > > > >>> uploaded the
> > > > > >>> > corrected page to the server?
> > > > > >>> > photo of code error: -http://jimbo.us/radio713.jpg
>
> > > > > >>> > jimbo
>
> > > > > >>> > On Thu, Dec 3, 2009 at 8:57 AM, Miss Money <
> > [email protected]>
> > > > > >>> wrote:
> > > > > >>> > > oh hey Jim.  Yes, I did.  Didn't work.
>
> > > > > >>> > > i appreciate u trying to help me though.
>
> > > > > >>> > > On Dec 3, 7:45 am, Jim Berkey <[email protected]> wrote:
> > > > > >>> > > > Did you fix the typo on line 44? That is probably all that
> > was
> > > > > >>> keeping IE
> > > > > >>> > > > from displaying . . .
>
> > > > > >>> > > > jimbo
>
> > > > > >>> > > > On Thu, Dec 3, 2009 at 8:20 AM, Miss Money <
> > > > [email protected]>
> > > > > >>> > > wrote:
> > > > > >>> > > > > Oh ok...lol...thanks..well i can wire a recording studio
> > from
> > > > the
> > > > > >>> > > > > bottom up but swfobject is well beyond me.  If anyone
> > knows
> > > > of a
> > > > > >>> > > > > designer or programmer that can help me resolve this for
> > a
> > > > fee,
> > > > > >>> let me
> > > > > >>> > > > > know.  Just wanna get my show up.
>
> > > > > >>> > > > > Be blessed,
>
> > > > > >>> > > > > Money
>
> > > > > >>> > > > > On Dec 3, 6:25 am, Jim Berkey <[email protected]> wrote:
> > > > > >>> > > > > > Hi Miss Money,
> > > > > >>> > > > > > First, this list is for swfobject questions, and you
> > are
> > > > not
> > > > > >>> using
> > > > > >>> > > > > swfobject
> > > > > >>> > > > > > to embed your player, so you are asking the wrong folks
> > for
> > > > > >>> help.
>
> > > > > >>> > > > > > Next, you made a typo when you were putting in your
> > > > parameters
> > > > > >>> to the
> > > > > >>> > > > > wimpy
> > > > > >>> > > > > > code - on line 44 of that page, you have this:
>
> > > > > >>> > > > > > <param name="flashvars" value="wimpyReg=&wimpyApp=
>
> >http://www.radio713.com/mp3/wimpy.php&wimpySkin=www.radio713.com/mp3/
> > > > .
> > > > > >>> > > ..
> > > > > >>> > > > > > " />
>
> > > > > >>> > > > > > Notice: ... wimpySkin=www.radio713.com...
>
> > > > > >>> > > > > > Should be: ...wimpySkin=http://www.radio713.com. . .
>
> > > > > >>> > > > > > Could be other errors too, check/correct/double-check
> > your
> > > > > >>> spelling
> > > > > >>> > > and
> > > > > >>> > > > > > letter case on the parameters that you are adding to
> > the
> > > > code,
> > > > > >>> and
> > > > > >>> > > you
> > > > > >>> > > > > will
> > > > > >>> > > > > > find joy.
>
> > > > > >>> > > > > > hth,
> > > > > >>> > > > > > jimbo
>
> > > > > >>> > > > > > On Wed, Dec 2, 2009 at 11:00 PM, Miss Money <
> > > > > >>> [email protected]>
> > > > > >>> > > > > wrote:
> > > > > >>> > > > > > > I'm having problems with my flash player...shows up
> > in
> > > > > >>> Firefox but
> > > > > >>> > > not
> > > > > >>> > > > > > > Internet Explorer.
>
> > > > > >>> > > > > > > My site ishttp://www.radio713.com.
>
> > > > > >>> > > > > > > The big blank spot under the header is where the
> > player
> > > > is
> > > > > >>> supposed
> > > > > >>> > > to
> > > > > >>> > > > > > > be...lol.
>
> > > > > >>> > > > > > > Can anyone help please?
>
> > > > > >>> > > > > > > Thanks,
>
> > > > > >>> > > > > > > Miss Money
>
> > > > > >>> > > > > > > --
>
> > > > > >>> > > > > > > You received this message because you are subscribed
> > to
> > > > the
> > > > > >>> Google
> > > > > >>> > > > > Groups
> > > > > >>> > > > > > > "SWFObject" group.
> > > > > >>> > > > > > > To post to this group, send email to
> > > > > >>> [email protected].
> > > > > >>> > > > > > > To unsubscribe from this group, send email to
> > > > > >>> > > > > > > [email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> > > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > > >>> <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> > > > <swfobject%[email protected]<swfobject%[email protected]>
> > <swfobject%[email protected]<swfobject%[email protected]>
>
> ...
>
> read more »

--

You received this message because you are subscribed to the Google Groups 
"SWFObject" group.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/swfobject?hl=en.


Reply via email to