Flasher Archive

[Previous] [Next] - [Index] [Thread Index] - [Previous in Thread] [Next in Thread]


Subject: RE: FLASH: Passing <PARAM> or equiv to a flash movie in netscape
From: Tim Walters
Date: Wed, 16 Feb 2000 23:26:29 GMT

The code there is ASP (Microsoft Active Server Pages), enclosed in the ASP
tags <% and %>.

ASP code is completely independant of the browser, sorry John but Netscape
never sees the server side code, just what it outputs, doesn't matter if you
use VBScript, JScript, or write your own ISAPI to translate a custom macro
language, it makes no difference to the browser.

Anyway, just wanted to clear that up.

As to the original poster, your EMBED tag is wrong, pass the parameter to
the src=... area, not movie=... part.

Hope this helps!
---
Tim Walters MVP
Glasshouse101
timatglasshouse101 [dot] com [dot] au

> -----Original Message-----
> From: owneratchinwag [dot] com [owneratchinwag [dot] com]On">mailto:owneratchinwag [dot] com]On Behalf Of John
> Brzys
> Sent: Thursday, 17 February 2000 8:04 AM
> To: flasheratchinwag [dot] com
> Subject: Re: FLASH: Passing <PARAM> or equiv to a flash movie in
> netscape
>
>
> netscape does not do so well with server side VBScript
> try using server side JScript
> jb
>
>
> > At 8:53 AM 2/16/0, Gareth Vaughan wrote:
> > >I've managed to pass some variables to a flash movie using the
> param tags
> > >which works great with in my OBJECT (so it works in IE)bit of
> markup but
> > >when I try something similar with the EMBED (so it will work
> in netscape)
> > >markup it doesn't work.
> > >
> > > <param name="movie" value="flash
> > >movie.swf?<%response.write("&Question="+
> Server.URLEncode(strQuestion))%>">
> > > [snip]
> > > <embed width="800" height="550" align="absmiddle"
> > >src="Flash%20movie.swf" bgcolor="#FFFFFF" movie="flash
> > >movie.swf?<%response.write("&Question="+
> > >Server.URLEncode(strQuestion))%>">
> >
> > I don't recall seeing such a structure before. It's not HTML when
> > angle-brackets nest like that, but I presume that the inner
> tags are being
> > rewritten on the server before the document is delivered to the
> browsers.
> >
> > A few tests:
> >
> > -- When you "View Source" in the Netscape browsers then what do you see
> > that that browser is actually being given to render?
> >
> > -- How does it do when you test in IE/Mac? (This also uses the
> EMBED, and
> > could help show where the divergence from expectation arises.)
> >
> > -- Do the various browsers you're using have the same version of the
> Flash
> > Player?
> >
> > jd
> >
> >
> >
> >
> >
> >
> > John Dowdell, Macromedia Tech Support, San Francisco CA US
> > Search technotes: http://www.macromedia.com/support/search/
> > Offlist email risks capture by the spam filters. I may not see your
> > email if it's not on the list. Private one-on-one email options are
> > available via Priority Access: http://www.macromedia.com/support/
> >
> >
> >
> > flasher is generously supported by...
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > flashforward2000 and The Flash Film Festival
> > "The World's Premier Flash Solutions Conference and Expo"
> > March 27-29, Nob Hill Masonic Center, San Francisco, California
> >
> > -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> > ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> > To unsubscribe or change your list settings go to
> > http://www.chinwag.com/flasher or email helpatchinwag [dot] com
> >
>
>
> flasher is generously supported by...
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> flashforward2000 and The Flash Film Festival
> "The World’s Premier Flash Solutions Conference and Expo"
> March 27-29, Nob Hill Masonic Center, San Francisco, California
>
> -Register before Feb 25 and save $200!!-- www.flashforward2000.com
> ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
> To unsubscribe or change your list settings go to
> http://www.chinwag.com/flasher or email helpatchinwag [dot] com
>
>


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
flashforward2000 and The Flash Film Festival
"The World’s Premier Flash Solutions Conference and Expo"
March 27-29, Nob Hill Masonic Center, San Francisco, California

-Register before Feb 25 and save $200!!-- www.flashforward2000.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: Passing <PARAM> or equiv to a, John Brzys

[Previous] [Next] - [Index] [Thread Index] - [Next in Thread] [Previous in Thread]