Ask a Question related to Macromedia Flash Data Integration, Design and Development.
-
teohell #1
IE flashplayer plugin fails to pass variable!
hi evr1
got a real problem that I can't figure out
I am trying to make a menu for a site, made of 5 frames, each one containg an
highlighted button and 3 unhighlighted ones, plus a first frame containing all
4 unhighlighted. In the first frame I got an AS such this:
stop();
if (root.fr) {
frame=_root.fr;
gotoandstop(frame);
}
and in the corresponding HTML page, I use "FlashVars" appended to the object
and embed tags, such as described in technote 16417, to pass the variable "fr"
which is the frame number the movie has to display when opening such HTML page.
finally, every button has an AS that opens the desired HTML page with the
"geturl" function.
well, when I open the page with FIREFOX, no problem, the menu goes to the
right frame and opens the right page when clicking on either button.
BUT! In Internet Explorer, clicking on one button opens the right page, but
displays ALWAYS the second frame of the movie!!!!
How can it be? anyone ever got this problem, or knows how to figure it out?
the site is online in his beta-version at the URL
[url]http://lnx.over-all.com[/url]
thanks and best regards
teo.
teohell Guest
-
pdf viewer plugin fails after update
After updating to AcroProf 7.0.8 (from 7.0.?) I can no longer display pdfs in Safari 1.3.2 under OS 10.3.9 on my desktop G5. The Schubert plug-in... -
flash form fails to pass to cf page
I have a flash form that when submitted passes 4 text fields to www.promegasigns.com/thanks.cfm. The action script for the send button in the... -
The variable won't pass
The problem I am having is with setting a variable which would hold an id and it would be used on multiple pages. The variable should change when... -
Extract plugin fails to open in Photoshop 7.01
gordon, see this faq: Mathias Vejerslev "Dialog box is missing??" 10/29/02 2:06pm </cgi-bin/webx?50@@.1de62d18> -
[PHP] Still can't pass variable through url
<?php $year=1999; $month=march; echo "<a href=\"http://www.thingamajigger.com/index.php?year=$year&month=$month\" ?> -
Unregistered #2
Re: IE flashplayer plugin fails to pass variable!
I see a coding error.
if (root.fr) {
should be
if (_root.fr) {
Hope that helps!Unregistered Guest



Reply With Quote

