View Single Post
Old 03-26-2005, 12:29 PM   #15 (permalink)
pinkfluffybunny
Contributing Member
 
Join Date: 05-18-04
Location: Florida
Posts: 979
iTrader: 0 / 0%
Latest Blog:
None

pinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nicepinkfluffybunny is just really nice
Here are some pre-made

Here are some pre-made

To get the links to popup in a new window use this script

Create the movie in Flash:

Assign the getURL action to a button or keyframe.
For the URL, insert the code below, copying the information exactly.

Custom values for the URL, dimensions, toolbars, and scrollbars can by used, but creating a basic working example using this code first is recommended.
javascriptpenNewWindow('http://www.macromedia.com','thewin',
'height=400,width=400,toolbar=no,scrollbars=yes')


The above code can be pasted into the URL window. The above two lines must be copied separately, then pasted together into one single string of characters.
Publish the Flash movie and HTML page using the "Flash Only (Default)" HTML Template.
Part Two: Add the JavaScript to the HTML page

Open the published HTML from part one for editing using Notepad, Simple Text, or an HTML editor such as Macromedia Dreamweaver.
Copy the following code, exactly as it appears below:
<script language="JavaScript">
function openNewWindow(URLtoOpen, windowName, windowFeatures) {
newWindow=window.open(URLtoOpen, windowName, windowFeatures); }
</script>


Paste the code between the HEAD tags in the HTML source.

the face you see in the code should look like this with no spaces : o
Attached Files
File Type: zip Listbox-Pipey-271.zip (8.8 KB, 360 views)
File Type: zip ComboBox-Pipey-272.zip (10.3 KB, 319 views)
File Type: zip select-s-Toyin_Ak-624.zip (28.9 KB, 434 views)

Last edited by pinkfluffybunny : 03-26-2005 at 12:50 PM.
pinkfluffybunny is offline   Reply With Quote