Targeting Flash, Different Frameset

This is a discussion on "Targeting Flash, Different Frameset" within the JavaScript Forum section. This forum, and the thread "Targeting Flash, Different Frameset are both part of the Program Your Website category.



Go Back   Webforumz.com > Main Forums > Program Your Website > JavaScript Forum

Notices


Reply
 
LinkBack Thread Tools
  #1 (permalink)  
Old Jun 25th, 2006, 20:28
New Member
Join Date: Jun 2006
Location: Chicago
Age: 33
Posts: 6
Thanks: 0
Thanked 0 Times in 0 Posts
Targeting Flash, Different Frameset

Hello and thanks in advance.

I've been attempting to create (with big help from better coders than I) a javascript / flash-actionscript which involves a flash document in one frameset and the javascript in another.

At first, it only worked in Safari (Mac). A friend helped me to get it working for Safari (Mac), IE (Windows) and Netscape/Firefox (Windows).

It does NOT, however, work in IE (Mac) or Netscape/Firefox (Mac).

I'd very much like to have it working in as many browsers as possible, if not universally in all of them (smirk).

One user suggested that I use the "Flash/JavaScript Integration Kit" and I'd be happy to if I could just get someone to show me HOW.

I understand the installation well enough, no prob. So, now for my question ...

Based on the following code, is there an easier or more streamlined way to get the same output in all current browsers, without errors? If not, how would I get the "Flash/JavaScript Integration Kit" to do this?

My concept is simple but getting to work reliably is troubling

The code ...

NOTE: "upper" is the frameset and "navigation" is the flash doc.

<html>
<head>
<script language="JavaScript">
<!--
function reSet(target, frameNumber)
{
parent.upper.document.navigation.TCallFrame(target , frameNumber);
}
//-->
</script>********
</head>
<body bgcolor="#FFFFFF">*
<form><input type="BUTTON" value="Reset" onclick="reSet('/', 3)"></form>
</body>
</html>
Reply With Quote

Reply

Tags
targeting, flash, different, frameset

Thread Tools

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
targeting pages paulab Website Planning 6 May 19th, 2007 20:05
problem targeting iframe donoghmac Web Page Design 0 Feb 10th, 2007 19:41
FRAMESET and JS comaiwat Web Page Design 1 Mar 29th, 2006 08:23
iFrame targeting websky_miki Web Page Design 2 Mar 4th, 2006 22:00
Frameset target help please charter Flash & Multimedia Forum 4 Mar 28th, 2004 10:05


All times are GMT. The time now is 09:30.


Powered by vBulletin®
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Friendly URLs by vBSEO 3.2.0 RC8
© 2003-2008 Webforumz.com : All Rights Reserved

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43