Groups | Blog | Home
all groups > macromedia flash sitedesign > january 2006 >

macromedia flash sitedesign : Flash in firefox


David Stiller
1/27/2006 1:53:02 PM
Stanjay,

[quoted text, click to view]

Let's see your button and getURL() code.


David
stiller (at) quip (dot) net
"Luck is the residue of good design."

David Stiller
1/27/2006 2:27:06 PM
Stanjay,

[quoted text, click to view]

My email is in my signature. BUT ...

[quoted text, click to view]

.... this is not what the forums are for. ;) The forums are here to share
problems and communally find solutions. If you post the ActionScript I
asked for, we'll publicly begin a shared path toward finding a solution, and
anyone else who joins in on the thread will be able to benefit, as well.


David
stiller (at) quip (dot) net
"Luck is the residue of good design."

Stanjay
1/27/2006 4:17:08 PM
Hey, im using a combination of flash 8, and sharepoint designer to create a web
page. In the header of the poage i made a link bar in flash, nothing really
complicated. the links use the onrelease geturl_parent behaviour to navigate
around the site.

the links work fine in IE, but when i try them in firefox, they do not work.
literally nothing happens. the cursor is a finger, and when i right click on
them a link related context menu pops up, but yet, it still does not work.
Stanjay
1/27/2006 7:23:20 PM
Stanjay
1/27/2006 8:15:44 PM
on (release) {

//Goto Webpage Behavior
getURL("Columns.htm","_parent");
//End Behavior

}

<p>
<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1"
codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#ve
rsion=6,0,40,0" border="0" style="width: 550px; height: 119px">
<param name="movie" value="aa.swf" />
<param name="quality" value="High" />
<embed src="aa.swf" pluginspage="http://www.macromedia.com/go/getflashplayer"
type="application/x-shockwave-flash" name="obj1" style="width: 160px; height:
160px" />
</object>
</p>


that is my actionscript code, and the generated html from frontpage
AddThis Social Bookmark Button