Flasher Archive

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


Subject: Re: FLASH: MOVIE DIMENSIONS
From: 2Nerotik
Date: Fri, 26 Nov 1999 21:59:10 GMT

Well it might be XOOM. But another thought is how you are calling your next
movie from the PRESS button movie.

Are you calling the SWF movie itself or the HTML file that calls the movie ?
Because just calling the SWF part of the movie instead of the HTML file will
cause the movie to display full screen since it doesn't have the OBJECT/EMBED
tags to tell it what size it should be.

You might be thinking that it will use the HTML file for the PRESS button
movie but it
won't, the new movie needs it's OWN HTML file.

So if you have:
Action:
On (Release)
Get URL("foo.swf")
End On

You need to change it to:
On (Release)
Get URL("foo.html")
End On

At 04:29 PM 11/26/99 -0500, NYFLEXXataol [dot] com wrote:
>thanks for responding...can I infer from your response that my problem is
>simply that I've been using xoom? and they have the forced frame? ( now I
>feel like a dope.....but it seems obvious now.....thanks)

.oOo.
|| All those who believe in psychokinesis raise my hand.
||
|| Addicted 2 Swing ---> http://www.nisa.net/~2nerotik/
|| Fontaholic ? ---> http://www.fontsanon.com
|| HTML Writers Guild ---> http://www.hwg.org


flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
Streaming Media WEST '99 Conference & Exhibition
"The Worlds largest Internet Audio & Video Event"
December 7 - 9, San Jose Convention Center, California

Reserve your space today at http://www.streamingmedia.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: MOVIE DIMENSIONS, NYFLEXX

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