Tracking Forums, Newsgroups, Maling Lists
Home Scripts Tutorials Tracker Forums
  Advanced Search
  HOME    TRACKER    Flash




No Scriptacces Windows 2000 IE6 I-frame



We encountered a problem when trying to call a javascript function from flash in IE6 on a pc running windows 2000.The Flashplayer version is 9, but also version 7 gives the same result.This problem occurs only when the page with the Flash movie is inside an i-frame. The allowScriptAcces parameter has been set correctly: 'sameDomain' (even tried it with 'always').The Flash movie has been published as Flash 7, with Actionscript 2.0.It looks like a cross domain security issue, which it should not be however.



Adobe > Flash General Discussion
Posted on: 07/04/2007 06:50:32 AM


View Complete Forum Thread with Replies

See Related Forum Messages: Follow the Links Below to View Complete Thread

Flash CS3 On Windows-2000 ?
Interested in learning ActionScript 3.0
Will Flash CS3 install on Windows-2000 ?

Compatibility Problems Windows 2000 & NS4.07
It appears that in some occasions Flash won't play in netscape 4.0.7. Does anyone have any experience on this subject ? Furthermore I'm facing problems printing from flash. When I print a frame in windows 98 everything is working fine but in windows 2000 everything is rescaled to A4 size. Can anyone help me out ? Thanx in advance,
Shaman

Flash MX Locks Up Windows 2000
I just downloaded the demo version of Flash MX and I'm considering the upgrade from Flash 5. I like the new stuff it has to offer plus the layout of the new interface.

Here's what I don't like.....

Since I've started using it, it's crashes my computer which uses Windows 2000. This happens in a form of a lockup that I can't use the Task Manager to get out of it. I have to hit the reset button. This really amazes me because NOTHING has crashed Win2k in the past. It's been a very reliable operating system.

The crash doesn't occur immediately. It waits until I'm really into something the GUI and then BOOM, there it goes. I broke my favorite Homer Simpson coffee mug by mistake because I was so mad! lol....

Has anybody else had this problem? Hard to believe there would be a patch for the demo! lol.. I'll be reporting this to Macromedia as well. Just wondering if someone in here had the same problem....

Thanks in advance for any thoughts.

Autorun For Flash (Windows 2000)
Hi guys,

Hope you can help me out here. I have created a Flash multimedia and burnt it to a CD. I have inclded an auto run file for it.

My problem is, when the autorun is run, which is linked to an exe file, the first swf will run fine. But, when it links to another swf file, the audio speech files that i included in it lags. It's like hearing the speech in slow motion. Same goes for the background music, as well as any sound files. The animation is ok though. The exe file is 1.63 MB.

This does not happen when I click the exe directly, instead of letting it autorun. Also, this only happens on Windows 2000, on multiple PCs which i tried. I tested it out on Windows 98, on multiple PCs also, either by exe or autorun, and it runs fine.

Hope you guys can solve this mystery for me. Thanks in advance.

[F8] Mouseovers Not Working In Windows 2000
Hi there,

I'm doing some screenshots for work, and I have comments section that when you mouse over the comments section, a comments bubble pops up explaining what the comments are. I have other comments sections on the screen shot, but when testing we found that if you click on the comments section, three comments bubbles show up for that section, not just the one that's supposed to pertain to that section.

For instance, the add time off comments section has the actionscript:


Code:
//for add time off
addtimeoffbubblemc._visible = false;

addtimeoffbtn.onRollOver = function(){
addtimeoffbubblemc._visible = true;
}

addtimeoffbtn.onRollOut = function(){
addtimeoffbubblemc._visible = false;
}

function moveaddtimeoffBubble(){
addtimeoffbubblemc._x = _xmouse;
addtimeoffbubblemc._y = _ymouse;
}

myInterval = setInterval(moveaddtimeoffBubble,10);
for the list comments section, the actionscript is:


Code:
//for comments
commentsbubblemc._visible = false;

commentsbtn.onRollOver = function(){
commentsbubblemc._visible = true;
gotoAndStop("comments");


}

commentsbtn.onRollOut = function(){
commentsbubblemc._visible = false;
gotoAndStop("plaintmesheet");


}

function movecommentsBubble(){
commentsbubblemc._x = _xmouse;
commentsbubblemc._y = _ymouse;
}

myInterval = setInterval(movecommentsBubble,10);
for the enter time section, the actionscript is:


Code:
//for enter time
entertimebubblemc._visible = false;


entertimebtn.onRollOver = function(){
entertimebubblemc._visible = true;
gotoAndStop("entertime");

}

entertimebtn.onRollOut = function(){
entertimebubblemc._visible = false;
gotoAndStop("plaintmesheet");

}

function moveentertimeBubble(){
entertimebubblemc._x = _xmouse;
entertimebubblemc._y = _ymouse;
}

myInterval = setInterval(moveenertimeBubble,10);
The problem is when you left click on the "entertimebtn" in the swf on Windows 2000, all three of the bubbles (entertimebubblemc, commentsbubblemc and addtimeoffbubblemc) show up. This doesn't happen in Windows XP. In fact nothing happens, which is what should happen, because it's a mouseover, not a clickable.

Does anyone have any idea why Windows 2000 does this? If you could let me know as soon as you can, that would be great!

Thanks,
Diane

Swf Doesn't Work In IE6 On Windows 2000
Yeah, I know, who cares if it doesn't work in IE6 on Windows 2000... my client does. So, I have to, too. Here's the page: http://www.rudolphfoods.com/scrapbook.php I tried using the swfobject detection script. That broke the whole page.
I've been searching all over the internet looking for a solution to this & haven't come up with anything yet. Any ideas & suggestions are most welcome!
Aimee

FLV Not Playing On Windows 2000 Server
I know there are issues and know the workaround for windows 2003 server but are there issues with 2000 - the flv works fine localy but when put on the dev server does not function. Any ideas anyone.

Thanks,
Bryan

Email Projector Problem Windows 2000
I am producing a CD-ROM project in Flash MX.

When I publish a .exe projector the email links do not

work in a Windows 2000 OS.

J-tools used to fix this problem. Now it doesn't.

Any help?

Thanks.

Windows 2000 OS...launching PDF's...dos Screen Keeps Appearing
I've searched through all the threads pertaining to this issue and I can't seem to find any resolution. Launching a .pdf using a .bat file: everything works fine but I can't seem to get rid of the brief DOS window that appears. I have created a shortcut and minimized it but the window still appears. Anyone have any other ideas?

Thanks!

A Problem With A PHP Script On A Windows 2000 Server. PLEASE HELP.
Dear Flashkitters,

I have a problem and I will be very much thankful to you if somebody who has experience in running PHP scripts on Windows servers can help me.

Namely, a have a simple email sender script that works OK on a UNIX server, but that does not work on a Windows server. And the problem is not with CHMOD’ing – I know that the server permissions on a Windows server need be set differently. And they are set correctly, I am sure!

Here is a simple example to illustrate the problem. I have the following simple PHP script called simple_sender.php:
<?php
$Subject="Test";
$Body="Test";
$Headers = "From: Test <Test@test.com>";
mail($Address, $Subject, $Body, $Headers);
?>
which sends an email to the address $Address. This variable, however, is not defined inside the script, and I wish to pass it to the script “from outside”. To do this I use the url:
http:http://www.MyServer.com/simple_sende...s@MyServer.com”
This does work on a UNIX server, but it does not work on a Windows server.

Will somebody give me an idea what can be the reason of this?

Thank you very much in advance for your help,

Vahagn

A Problem With A PHP Script On A Windows 2000 Server. PLEASE HELP
Dear Flashkitters,

I have a problem and I will be very much thankful to you if somebody who has experience in running PHP scripts on Windows servers can help me.

Namely, a have a simple email sender script that works OK on a UNIX server, but that does not work on a Windows server. And the problem is not with CHMOD’ing – I know that the server permissions on a Windows server need be set differently. And they are set correctly, I am sure!

Here is a simple example to illustrate the problem. I have the following simple PHP script called simple_sender.php:
<?php
$Subject="Test";
$Body="Test";
$Headers = "From: Test <Test@test.com>";
mail($Address, $Subject, $Body, $Headers);
?>
which sends an email to the address $Address. This variable, however, is not defined inside the script, and I wish to pass it to the script “from outside”. To do this I use the url:
http:http://www.MyServer.com/simple_sende...s@MyServer.com”
This does work on a UNIX server, but it does not work on a Windows server.

Will somebody give me an idea what can be the reason of this?

Thank you very much in advance for your help,

Vahagn

Windows 2000 OS...launching PDF's...dos Screen Keeps Appearing
I've searched through all the threads pertaining to this issue and I can't seem to find any resolution. Launching a .pdf using a .bat file: everything works fine but I can't seem to get rid of the brief DOS window that appears. I have created a shortcut and minimized it but the window still appears. Anyone have any other ideas?

Thanks!

Annoying Grey Frame On Windows
On some windows comps (maybe the ones with SP2) when theres a flash thing in a page, holding the mouse over it shows a grey frame around it, and then you must click for it to be active, see image.

edit: ah my image ran away, wait

can this be removed somehow?

or so that the user doesnt have to click twice for some buttons?

thanks

/Johannes

Multiple Links In Same Frame Opening To Separate Windows
I want to have 4 buttons IN THE SAME FRAME that open SEPARATE URLS in SEPARATE windows.

Currently, I have two problems:

Problem 1: clicking on any of these 4 buttons only opens the first one
Problem 2: when i co-erce it into working by placing the script in separate frames, it still opens up the newest link in the same new window. This is a problem because I have opened up a music player in the first new window, and I don't want to open the next URL in the same window.

I put my code below. I'm sure I'm doing something simple, but the book that I am using doesn't tell me how to do what I want to do. Thanks SO much for your help! This is driving me crazy.



function buysmall1(myevent:MouseEvent):void {
var buysmall1_url:String="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1749562"
var buysmall1_win:String="newwindow";
var buysmall1_features:String="width=1000, height=800, left=250, top=00, toolbar=0, location=0, directories=0, scrollbars=1, resizable=1, toolbar=1"
ExternalInterface.call("openwindow", buysmall1_url, buysmall1_win, buysmall1_features)
}
small1_btn.addEventListener(MouseEvent.CLICK, buysmall1)

function buymedium1(myevent:MouseEvent):void {
var buymedium1_url:String="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1749570"
var buymedium1_win:String="newwindow";
var buymedium1_features:String="width=1000, height=800, left=250, top=00, toolbar=0, location=0, directories=0, scrollbars=1, resizable=1, toolbar=1"
ExternalInterface.call("openwindow", buymedium1_url, buymedium1_win, buymedium1_features)
}
medium1_btn.addEventListener(MouseEvent.CLICK, buysmall1)

function buylarge1(myevent:MouseEvent):void {
var buylarge1_url:String="https://www.paypal.com/cgi-bin/webscr?cmd=_s-xclick&hosted_button_id=1749579"
var buylarge1_win:String="newwindow";
var buylarge1_features:String="width=1000, height=800, left=250, top=00, toolbar=0, location=0, directories=0, scrollbars=1, resizable=1, toolbar=1"
ExternalInterface.call("openwindow", buylarge1_url, buylarge1_win, buylarge1_features)
}
large1_btn.addEventListener(MouseEvent.CLICK, buysmall1)

function viewcart1(myevent:MouseEvent):void {
var viewcart1_url:String="https://www.paypal.com/en_US/i/btn/btn_xpressCheckout.gif"
var viewcart1_win:String="newwindow";
var viewcart1_features:String="width=1000, height=800, left=250, top=00, toolbar=0, location=0, directories=0, scrollbars=1, resizable=1, toolbar=1"
ExternalInterface.call("openwindow", viewcart1_url, viewcart1_win, viewcart1_features)
}
viewcart1_btn.addEventListener(MouseEvent.CLICK, buysmall1)

Can You Make Fixed Sized Frame Pop Up Windows In Flash?
Hi,
So I have a link on the main Falsh site. I want it so when you click on the link it goes to a fixed sized frame/window. I want it to be the size of the image. I don't want it so when you click the link it opens the whole browser window, just a smaller fixed size frame. Is this possible in Flash? If not can someone direct me in Dreamweaver?

FLV And Win 2000?
Hi everyone!!

Im finishing a web site and in some momento I call flv videos dynamicaly
in a new movieclip, through progressive download.
In my machine it works ine, same for MAC's and PC's using win WP.
But for win 2000, some times the video doesn't appear, or play the first
frame and stop.
In all the cases the FLV player component appears in the window, but the
flv video not.

Someone could help me???

Thanks a lot!!

PS: Sorry for the english!!!

Any Bugs W/ Win 2000?
can anyone tell me if there are any know bugs w/ MX and WIN2000? i created a super simple load unload movie action on a button, and flash is telling me that it cannot open the file that the movie (to be loaded) is in - the same that the index is in. is there some new thing im supposed to do in MX to make this work correctly. if i made this in flash 5 (and on my WINME machine) it would work.
help please if anyone knows anything, or do i just suck at this.

thanks

Mail To, MX, Win 2000
Mailto does not work in MX running on Windows 2000.
Any clue on how to solve this?

How To Stream FLV From Behind ISA 2000
Hello. I successfully setup FMS and have a virtual IIS directory pointing to the web pages that will display the streaming videos. Internally on our network, I can stream all videos no problem.

But from the outside world (Internet) I can access the web page and select a video, but no video is displayed. We use ISA 2000 as our firewall and proxy server. We host our own web site. Accessing web pages is no problem, it just the streaming of video is causing me a headache. I have tried to open ports on the server to allow streaming but it still does not seem to work. I have tried to open port 1935 without luck it seems.

Does anyone have FMS running behind an ISA 2000 firewall exposed to the Internet that successfully streams videos? I would be very keen to hear how you have done this.

Cheers
Pete Zed

Jpeg 2000 ? In Swf And/or Fla? ?
I'm always a step behind others in these sort of things. I've found some demos and other stuff that uses jpeg 2000, and I made a few photos, and uploaded the results. I can see it on my system, but I have no clue if others can in general in browsers.

Most importantly, can I import jpeg2000 pictures (the demo i have outputs a .jpg AND .j2k (i think it is) format) into an fla and will it be viewable in the end resulting swf??

thank you all

Pre-2000 Flash
Hey! Let's share some old pre-year 2000 flash you have saved up somewhere.

Here's one I found from G-Shock in 1999
It runs a little fast now that we all have faster Processors.

How many of you remember it?

http://www.jiensys.com/US/gshock.swf

Fonts Not Working On NT&2000
My Hebrew fonts work on Win95/98 but don't work on Win2000 or NT.
does any1 know why?

Frontpage 2000 And Flash, Please Help
I have named the swf. correctly in the code and I have placed the file in the same folder as the html page. Can someone please help me get this to work!

CODE:

object classid="clsid27CDB6E-AE6D-11cf-96B8-444553540000"
codebase="http://active.macromedia.com/flash4/cabs/swflash.cab#version=4,0,0,0"
id="Movie1" width="400" height="300">
<param name="movie" value="Movie1.swf">
<param name="quality" value="high">
<param name="bgcolor" value="#FFFFFF">
<embed name="Movie1" src="Movie1.swf" quality="high" bgcolor="#FFFFFF"
width="400" height="300"
type="application/x-shockwave-flash"
pluginspage="http://www.macromedia.com/shockwave/download/index.cgi?P1_Prod_Version=ShockwaveFlash">
</embed>
</object>

Swish And Frontpage 2000
I'm having problems seeing my text I created from Swish on my FP2000 index page where I'm creating my site. I can see it in my preview window and browser. I can't see in while I'm creating.

Flash 5 And MS Powerpoint 2000
Hi.

I am going to try and intigrate a Flash 5 menu into a Powerpoint 2000 slideshow.

I have read on MS Developer Network Library that you can control Powerpoint with VBScript...

"PPT.ActiveWindow.View.GotoSlide(2)" is supposed to change the current slide to number 2.

I was wondering if anyone knew how to get Flash to send VBScript "out" to whatever's running it (i.e. to the Powerpoint slideshow) and if anyone knew how to impliment VBScript into Powerpoint in this context?

Many thanks in advance,
Jon

Frontpage 2000 And Flash
I created a simple movie, saved it and copied the html as per instructed. I also uploaded the .swf file. I can view the movie in the Frontpage preview and when I preview it in the browser, however, when I upload all the files to my webhost I get nothing.

Please tell me what I am doing wrong. THANK YOU!!!

Connecting To SQL 2000 With FlashMX And CF
Hello. I am new to flash remoting and I am trying to connect to a SQL 2000 database. I have received some information from our web hosting company that is running CF MX with flash remoting and SQL 2000 for our database needs. The information I have is below:

- SQL2000 Table name
- username
- password
- ftp site name
- and this code (editing the actual names of course for security)
<CFQUERY dataSource="edited" USERNAME="edited" password="edited">

My main question is how would I use this information to connect to the database? I have installed the flash remoting piece to flash mx 04 pro and have read a little on it, but just haven't found the exact answer i need.

The link I have pasted below is of a form and a booth layout. I have recreated the booth layout in flash with buttons behind each booth number. The form was created with CF. Right now when someone fills in the form, clicks submit, it updates the database with the booth number and information. You can see the current version working now. My goal is for the booths to auto update themselves with the information when someone fills out the form and submits the info. First off is this possible? Right now we have to manually color in the booths and repost the .gif. Thank you in advance for any help you can give me.

referring link: http://www.massagent.com/events/exregfinal.cfm
http://www.massagent.com/events/exregfinal.cfm

Whoa 2000 Posts
yo guys my 2000 th post..it took a long time but i finally got there cheers everyone !!

SQL Server 2000 Vs. MySQL
Greetings friends!

Looking for some database thoughts...

I have been working with SQL Server 2000 for about 6 months now and absolutely love how efficient it is. The main feature I fell in love with is stored procedures - which make my life very easy. I happened to notice this very morning that MySQL offers the same features.

Is there anyone who has perhaps worked with both, or even a MySQL veteran that could give me some reasons to perhaps switch? Does MySQL and ASP 3 get along? Does MySQL work with ASP.NET?

Thanks for any input on this!

Flash-9 Beta And Win 2000
Hi

Flash-9 beta version is for Win-XP and above.
Is there any way to install Flash-9 Beta in Win 2000.

Regards

JPEG 2000 In Flash
Has anyone read about JPEG 2000? http://www.jpeg.org/jpeg2000/ It sounds totally awesome. I am wondering why it hasn't gotten more mainstream exposure. Is it going to be supported in Maelstrom?

Problem With Fps And 2000+ Frames
Any idea why does flash start cutting fps when play head is playing frames above 2000? And how to avoid it?

Mailto: & Win 2000 Issue
I am creating a Flash MX projecter file & wish to have an email button. I've used:
on (release) {
    getURL("mailto:me@mydomain.com");
}
However, the getURL function does not work on Win2K systems. I've googled but am unable to find a solution for this. Any help would be greatly appreciated. I'm hoping there's a workaround for this without using PHP forms.

And by the way, thanks to Macromedia for not addressing this issue that I can find.

Formatting Numerical Value Eg : 2000 Into 2,000
Hi, my name is IGX and I have question :

Is there anyway in Flash to format displayed number with comma or decimal point for example : 2000000 should be displayed as 2,000,000 for more ease to our eyes, is there any available way ?

Thank you.

- IGX

HELP Problems With Opening PDFs From A CD On Win NT/2000
Hi guys,

I have created a Flash movie for a CD where users can open PDF files from. I am using the DOS start command to open the PDFs and the CD works fine in Windows 95/98 but it doesn't work for Windows NT or 2000. I know that for Win NT/2000 you need use cmd.exe to execute DOS commands.

Any idea how I can solve this problem?

Please help, my deadline is looming!!!

Thanks

Have A Problem With Mailto In Projector And Win 2000
Hi

I made an autorun cd with an flash projector!

it works fine on my win 98 system.
I did the mail links wit get url... mailto:.....

on win 2000 they just don´t work!!!!!!!!! does anyone have an idea! i tested all options like (blank, self, top, post ...)

It´s really urgent, because we want to produce on monday 3000 of the cds!

thanks for your help

Flash On Microsoft Frontpage 2000
I have a question how the hell do you put flash into microsoft frontapge 2000 i am usin swish 1.51 please let me no asap

Merging Swish With Frontpage 2000
my swish movie won't disappear and takes up the top of my page. check it out. http://www.corpnetsol.com. I would appriciate it if anyone can help me with this. I will send you my swish or html files if needed. I would like to get done with this today if possible. If I don't export the swish html file into my index.html it won't play the movie at all.
At least this way it plays the movie, but it really looks bad and unprofessional. HELLPPP!!!!!

Simple Form Add To Acces 2000 Db
Hi, I've made a simple square where you can type some text. I've got a button that I want to use as a post button. now how can I make this button add the text to the database? Im using access 2000.

Flash Movie And Frontpage 2000?
i use Frontpage 2000 for making sites.

how do i throw in a flash movie to a page?

can i "click and drag" it into Frontpage?

-Sin

Unicode Answer Work Only 4 2000&XP?
Hi all..

I've asked before about writing in multilanguages in Flash and U people were so nice to help me "BUT" when I went to Macromedia's site and read the instructions and did them another problem came to the lighte.

First of all let me explain the so called answer:

They said that I should write the text I intend to load and save the text file as a UTF-8 and then start the first line with : //!-- utf8

And the damn thing worked but the strangest thing happened when I checked it with operating systems like WIN98 and "WIN ME" .In other words ,people with anything less than WIN2000 will get nothing but crap.

Plz can anyone help??

P.S I noticed that the notepad of these old operating systems doesn't have the UTF-8 kind in there save as window but I couldn't figure what to do to make everyone with any platform view my file

Is there Away to silve this prob??

Thanx 4 any help guys

WIN XP And 2000 Issue With Flash/swf Resolved?
Has anyone found a solution to the stuttering problem with CD Roms on Win XP and 2000 machines? Please help if you have the solution!

Thanks!

How Can I Import Jpeg 2000 In To Flash?
how can i import jpeg 2000 in to flash?
is there any plugin or something?

Game That Is Similar To Tyrian 2000?
How do i make a game that is similar to Tyrian 2000?

If anyone is kind enough, can i have a .fla file?

SQL 2000 Database-driven Site
I am looking for any resource (books, web sites, etc.) that can show me how to create a Flash site that connects to a SQL 2000 database back-end, with no middleware required. I imagine it would require ActionScripts, ADO.Net, and/or C# or VB.Net. Thanks for your help!

[MX04] Flash And SQL Server 2000
I'm trying to find a way to have a Flash file communicate with SQL Server 2000. I have a login page built in Flash and instead of passing the username and password through the query-string or session variables, I would like the Flash movie to authenticate it directly to a SQL Server DB. Is that possible?

Flash Player 7 And Win 2000 Problem
According to macromedia's system requirements for Flash Player 7 are it is not compat with IE 6 on Win 2000. Can anyone confirm this? Thanks, I am sore from trying to get it to work anyway.

PPT 2000 Crash On Copy And Save
I'm getting some strange errors in any PowerPoint that has Flash elements included. PowerPoint is randomly closing down without showing errors when I copy Flash objects using ctrl-c. Typically I can copy and paste anywhere from 5-10 Flash objects before the error occurs.

It appears to get worse over time. It also gives an error "PowerPoint found an error that it cannot correct." from time to time when I save.

I've asked around and tried it on different systems and everyone seems to be getting the same errors. I'm using the latest Flash plugin and ActiveX controls.

Is this problem unique to me or is this some sort of new ActiveX control problem?

Password Check For 2000 Users
Hi,

How would i do this? I need the user to input their email and password to enter the site. They are just as confirmation, the password would be the same for everyone.

But for 2000 people, if i had the 2000 emails all in one file, is there someway i can check with the password and against that list when they hit 'ok'?

Generally looking for the easiest but also 'best' way to achieve this.

thanks





cuse

Copyright © 2005-08 www.BigResource.com, All rights reserved