Flasher Archive

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


Subject: FLASH: html frames in flash
From: Steven Zeller
Date: Tue, 30 May 2000 15:58:46 +0100

as far as i know, you can't actually use html frames in flash. you can
however do the opposite and embed flash movies into your html frames. it's
very simple, here's the code:

<OBJECT classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000"

codebase="http://active.macromedia.com/flash2/cabs/swflash.cab#version=4,0,0
,0"
ID=yourmovie WIDTH=425 HEIGHT=100 border="0"><PARAM NAME=movie
VALUE="yourmovie.swf"><PARAM NAME=loop VALUE=false><PARAM NAME=menu
VALUE=false><PARAM NAME=quality VALUE=high><PARAM NAME=bgcolor
VALUE=#00172F><EMBED src="yourmovie.swf" loop=false menu=false quality=high
bgcolor=#00172F WIDTH=425 HEIGHT=100 border="0"
TYPE="application/x-shockwave-flash"
PLUGINSPAGE="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_
Version=ShockwaveFlash"></EMBED></OBJECT>

the frame names you establish in your html frameset can be accessed in
flash through the "Get URL" function. it's also possible to pass variables
between frames...

hope this helps,
steve

>>>From: "Ranma 2k" <ranma2kathotmail [dot] com>
Subject: FLASH: Html Frames in flash

Hi,
How can i do a flash frame ( not the Frame Table ) i mean frame Like html In
flash ?

flasher is generously supported by...
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
World Animation Celebration - Big Internet Animation Pow Wow Discount Offer

Register before May 25 mention flasher and save 25%!! www.wacfest.com

Be discovered, get a job or have your web series picked up. A big talent search for Shockwave
and Flash animators is happening May 30-June 4 in Hollywood. Featuring Rob Burgess, Matt
Groening, Brad Bird and more. www.wacfest.com
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
To unsubscribe or change your list settings go to
http://www.chinwag.com/flasher or email helpatchinwag [dot] com


Replies
  Re: FLASH: html frames in flash, Ulrich Sinn

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