swftools-common
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Swftools-common] swfc - how to open a link in a frameset


From: Samuel Plentz
Subject: [Swftools-common] swfc - how to open a link in a frameset
Date: Fri, 29 Feb 2008 19:00:02 +0100
User-agent: Thunderbird 2.0.0.12 (Windows/20080213)

Hi there

I just send exactly the same post yesterday, but I didn't saw it on "Swftools-common Archives". Perhaps one needs to be registered with his email address to show up there...

I cant manage to open a link in a frameset, from within a flash file. (generated with swfc)

Here is what i tried:
content of menu.sc
.flash  bbox=100x100 filename="menu.swf" version=6 fps=50 background="">

 .box box1 40 40 color=yellow fill=red

 .button button1
  .show box1 as=idle
  .show box1 as=area
  .show box1 as=hover
  .show box1 as=pressed
  .on_release inside:
   getURL("new.htm","right");
  .end
 .end

 .put button1 x=50 y=50
.end
Here is the frameset
content of frameset.htm
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Frameset//EN" "http://www.w3.org/TR/html4/frameset.dtd">
<html>
<head>
<title>Frameset</title>
</head>
<frameset cols="250,*">
 <frame src="" name="left">
 <frame src="" name="right">
</frameset>
</html>
Here is the menu file (the link below works...)
content of menu.htm
<object classid="" width="100" height="100"
 codebase="" class="moz-txt-link-rfc2396E" href="http://active.macromedia.com/flash5/cabs/swflash.cab#version=6,0,23,0">"http://active.macromedia.com/flash5/cabs/swflash.cab#version=6,0,23,0">
  <param name="movie" value="menu.swf">
  <param name="play" value="true">
  <param name="loop" value="true">
  <param name="quality" value="high">
  <embed SRC="" width="100" height="100" play="true" align="" loop="true" quality="high"
   type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">
 </embed>
</object>

<a href="" target="right">link</a>
Greetings
Samuel
-- 
www.SamuelPlentz.de.vu

reply via email to

[Prev in Thread] Current Thread [Next in Thread]