Ok i have been searching around and cant find the answer, or one that i can get to work to make my hyperlinks open. I am just trying to create simple slide shows, and have a hyperlink to open up a web page to the gallery.
I use this code on the object that i converted to a button :
on (release) {
getURL("http://street-kc.com/PhotoAlbum/index.html", "_blank");
}
But i get this error every time i open the flash or click it:
Macromedia Flash Player has stopped a potentially unsafe operation.
The following local application on your computer or network:
C:\blablablba
istrying to communicate with this internet-enabled location:
blablabla.com
To let this application communicate with the internet, click settings.
You must resatrt the application after the change to your settings.
I am attempting to embed the flash into off site web sites like myspace and forums, but it does nothing when clicked or gives that error.
I am using this code to paste embed it into other web sites.
<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="425" height="115">
<param name="movie" value="filename.swf" />
<param name="quality" value="high" />
<embed src="filename.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="425" height="115"></embed>
</object>
Can anyone tell me what im doing wrong, or what i have to do to make it where the links will open?