Hello All, I changed the background on a page and now swf's no longer show up. The page is http://www.cenational.org/bnyc/bnyc2007/bnyc2007.asp The 3 white...
Hi, Its Regd System Folder list in Actionscript Using Flash alone if possible if any third party plugin freeware also. it should be infinite files to be...
Hi, look in your page for the script with the "AC_RunActiveContent.js" and put it just after your META lines. Your swf files donīt work because they canīt...
Seriously, I made some web banners and need to have a simple actionscript to loop the add three times then stop. I'm just getting back into actionscript so I...
I'm sure everyone (else) has been through this, so I thought I'd ask. What's the preferred method of dealing with the fact that browsers don't print flash...
Yes, I have a problem with it to, especially when converting something like a single page word document into a Flash Paper (which I love) file. It is rare...
Well, I don't know of a way to fix that. You could put your page in a browser that lacks a toolbar. That will tend to encourage people to take advantage of the...
What about... here's the latest thought... using css, putting a copy of the same swf file into 2 different divs, one for the screen "screenDiv" and the other...
Every now and then I have a very long scrolling list (client list, faqs, etc..) I create a mc and put it into a scroll object just fine, but... it only shows...
hi if u give actions on movieclip the btn under it will not work instead create another btn in that mc on first fram and give the action gotoAndPlay(2) ... ...
Hi, I am building a site to show museum blueprints with the location of paintings on each floor, but to make things simpler, i only built one flash movie that...
have you tried http://www.asual.com/swfaddress/ ? might be worth looking into.. then again the structure of you site might be different. check it out. ... ...
The problem you are seeing is due to the fact that IE displays Flash content using an <object> tag, whereas Firefox needs <embed>. When you publish Flash...
Amazing help from all you guys. I looked into every solution you posted and i learned quite a bit with all of them. The obj/embed, ie/firefox solution worked,...
I'm trying to get a Linux shell script to execute from a swf with fscommand. The host machine is Fedora Core 6 Linux and I'm using the latest Flash 9 player...
... Usually, things in browsers don't trigger system-level code... the risks are too great. ("fsCommand" was for communicating with the browser, not the OS.) ...
... risks ... not ... I'm not running in a browser, but through a projector. In my particular application, I need to get a signal out to the OS so I can fire...
Hi, I need to know the code or how to do a redirect. I have a domain name which redirects people to whatever server I happen to be using at the time. I loaded...
Hi everybody, Problem : _name.substr(); inside 1 general MC(name = mc_menu) I have several sub-MCs, all the sames. Each of these sub-MCs is named according to...
Just create a blank index.html (or any other file you want to redirect) and add: <?php header("Location: http://wwwmyotherdomain.com"); ?> Put this file on...
Just create a blank index.html (or any other file you want to redirect) and add: <?php header("Location: http://wwwmyotherdomain.com"); ?> Put this file on...
Happy Friday. I'm using javascript to work around the IE "click here to activate" nonsense. I have a <noscript> alternative, but it doesn't seem to be working....