ActionScript 2.0 :: Borderless Window (tutorial) Doesn't Seem To Work In MSIE 5+
Mar 7, 2002
I've tried to use it. It works fine in all the browsers in a non frame layout. But when aplying it to a frame layout (i know, not cool but nessecairy) it refuses to work, and it generates an error message. That it can't open the requested HTML page.
View 1 Replies
Similar Posts:
Mar 16, 2005
I tried the fading grid tutorial but it doesn't work.Url...
View 1 Replies
Aug 21, 2002
Ive been following the tutorial on how to create a borderless window, but i just cant get it to work. Ive pasted the
javascript:openIT('page.html',450,250,null,null,'m ywinname01');
code into the Url space i the get URL action i have applied to flash button which links to the page that i want to open in the borderless window.Ive also pasted the long Javascript codeinto the html page which i want to be borderless (I pasted this in between the <head> and </head> part of the html).I downloaded the chromless.js file, and renamed the cU, cO, cS parts of the code to match the file names of the images i wanted these to be.I cant see what it is ive done wrong. Everytime i click the button to link to the page, i get an error message.
View 1 Replies
Aug 28, 2002
the button doesn't open the borderless window.in the button actions, i write this :
on (release)
{
getURL("javascript:openIT('index.html',550,400,nul l,null,'mywinname01');");
[code].....
View 1 Replies
May 10, 2010
Is there a way to open a html page in a borderless popup window using AS3. I've found info using AS2 with the "getURL" but nothing with the "new URLRequest" This is an example of what I'm looking to do: [URL]
View 2 Replies
Mar 2, 2002
i attempted to add some code to call up another pop-up while my flash loads. since then my problem is this: both pages are called up correctly except that they come up full screen. this never happened before. i have specified the W and H variables in my flash script as 400 x 415, which worked fine before. the only thing i changed was adding the extra code at the start of my flash anim, and the pop up title.
View 7 Replies
Aug 21, 2004
I used the pop-up tutorial here on kirupa, and heres what I got: in the as layer i have :
[Code]....
But when I view it online th pop up doesn't work, it does when I view it in my folders, and in opera the pop-up works, but it still have scrollbar and it is lot of white space in top so it get weird.
[URL]
View 2 Replies
Aug 21, 2004
I used the pop-up tutorial here on kirupa, and heres what I got: in the as layer i have :
[Code]...
But when I view it online th pop up doesn't work, it does when I view it in my folders, and in opera the pop-up works, but it still have scrollbar and it is lot of white space in top so it get weird
View 1 Replies
Oct 29, 2010
In this code I'm creating a new window when I click the button. In the new window are TextInput and DropDownList components. When the new window opens, clicking the DropDownList does nothing - you have to click it a second time round to get it to open. However, click into the TextInput field first and then try opening the DropDownList works no problem.
Below is the code, or download the FXP file here.
// DropDownTest.mxml (application)
<?xml version="1.0" encoding="utf-8"?>
<s:WindowedApplication xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
[code]....
View 1 Replies
Aug 26, 2009
I'm trying to have my buttons open in the current window but it doesn't seem to work. Here is my code:
[Code]...
View 5 Replies
Feb 22, 2005
I've tried the chromeless script from chromeless.org but it doesn't work in windows XP SP1 and SP2. I need a pop up full screen window as I've designed the whole site with the full screen in mind and if I can't get a pop up, I got to redo everything!! I redid it twice and I'm not going to try the third!! OMG!! Anyone has alternative solutions for this? Or anyone has another version of the chromeless script that works with SP1 and SP2?
View 1 Replies
Dec 7, 2010
I have a simple website and I am going from one page(flash file) to another page(different flash file) using the following code.
var myLink:URLRequest;
function openPage(event:MouseEvent) {
switch (event.currentTarget) {[code]....
This works fine, but I want to be able to use "_self" so I open the new page in the same window yet it doesn't seem to work.
View 4 Replies
Jun 17, 2010
I just tried this code from this url and it didn't preload my sound: [URL] is there more to it that I need to know? here is the link to the project. You can see that the sound takes several seconds, but the animation already plays: [URL]
View 9 Replies
Oct 16, 2009
I decided to try to use setInterval for myanimation, which is just a mouse trail.However, I'm trying to get teh mouse trail to be a dynamic mask.In my previous swf this was achieved by using a holder mc with the animation inside and then using this as the mask. But this time I just canpt seem to hit on the right way to get it to work. The code I am using for the mouse trail is:
Code:
var i:Number = 0;
var myInt:Number;
var t:MovieClip;[code].....
in the function, but now the trail doesn't resize and the mask still doesn't work.
View 1 Replies
Mar 11, 2005
I've recently sucessfully ported a PHP/MySQL driven search to an offline Flash and XML format. It works perfectly loading its results from a large selection of XML files.The problem I have lies with Msie under SP2. Since there is a html frame structure for the offline site the browser silently fails to show the Flash movie that loads the XML files from the hard drive and displays search results. Another movie is responsible for collecting the search query and sends it to the results movie through a localConnection. Msie under SP2 obviously needs to be configured to allow this Flash file to be loaded and to let it retreive its xml files. My question is, are there nicer ways to work around this problem other than asking the viewer to manually configure his/her Internet Explorer..
View 1 Replies
Mar 11, 2005
I've recently sucessfully ported a PHP/MySQL driven search to an offline Flash and XML format. It works perfectly loading its results from a large selection of XML files.
The problem I have lies with Msie under SP2. Since there is a html frame structure for the offline site the browser silently fails to show the Flash movie that loads the XML files from the hard drive and displays search results. Another movie is responsible for collecting the search query and sends it to the results movie through a localConnection.
Msie under SP2 obviously needs to be configured to allow this Flash file to be loaded and to let it retreive its xml files. My question is, are there nicer ways to work around this problem other than asking the viewer to manually configure his/her Internet Explorer...
View 1 Replies
Nov 14, 2004
I tried the digital clock tutorial on Kirupa, but it doesn't display the correct time, even the example on the tutorial page is wrong. For example if my cpu clock says 3:00 PM, Saturday, November 13, 2004 the tutorial clock says 15:00 AM, Saturday, December 13, 2004. Could someone show me how to fix this,
View 1 Replies
Apr 21, 2010
I have a button object that I need to scale to align with the variable width of an array of images.However, when I set the width in code, the button does not actually become that width. Tracing out the width gives me the correct value, but on screen.. it's off.
I've proved it to myself by scaling the same button object manually in the properties pane and visually comparing. Both of the buttons below have a width of 410.
Code:
navigatorDown_btn.width = 410;
navigatorDown_btn.x = (stage.stageWidth/2)-(navigatorDown_btn.width/2);
trace(navigatorDown_btn.width); // output: 410
View 4 Replies
Oct 16, 2005
I've modified the code to work with Pear, since I had it installed. However, I can't get the code to work. The consolation is I can't get the original code to work, either. You can find the original code's results here:
[Code]....
View 7 Replies
Jul 7, 2010
I am an action script novice, however I have just created my own custom load bar and scrubber for the flvplayback component using a tutorial but the code didnt work. I also tried this code given to me:
[Code].....
View 0 Replies
Apr 11, 2011
Autorun borderless flash application from cd?I was wondering if anyone knew a way to do this without 3rd party software? I searched google but the only thing's out there dated back to 2005 and there were very little solutions.
View 1 Replies
Mar 24, 2004
I place the code in the timeline but I dont know where to place them to make the movie clips work?
* do i have to place them on the time line?
* Do the have to be named a certain Way ?
* Do they have to have some code ?
View 2 Replies
Oct 11, 2010
In my main movie, users can launch "applications" which are created using loadClip into an empty movie clip.The result is fine but it has a title bar which I would rather not have. Is there a way to remove it?
View 3 Replies
Mar 22, 2005
I sent an email to pom regarding a tutorial that he wrote, but the email was bounced and he hasn't replied to my PM. I have followed both of pom's tutorials that involve experiments with perspective in Flash, but I have encountered a problem while attempting to duplicate a movie clip symbol in the second tutorial ([URL]). I have a single instance of the "ball" movie clip symbol appearing at random positions. However, I cannot seem to successfully duplicate the symbol instance at random positions using the loop that pom provided:
[Code]....
View 10 Replies
Aug 11, 2010
I have built a catalog in flash that was orginally built in InDesign and exported but it has some small content that is hard to read for the elderly users viewing it and I would like to add a zoom feature or some type of magnifying glass.
View 1 Replies
Jul 27, 2005
I am looking for a tutorial called Senocular's 3D car race tutorial
View 1 Replies
Feb 28, 2006
original: I really just need to figure out how to center the pictures. here is what I did I have modified the tutorial that I finished to have a bigger stage for bigger pictures. Everything is working properly but the pictures are displayed on the left side, I want to have them centered in the stage for the images, after clicking on the thumbnails, plus my images are different sizes as well. ranging from 200x410 to 744x410 but all are the same height of 410. i will post up what I am talking about at the end. I believe it is something within either the action script or the xml coding that allows the position of the image to be differently? please help here is what i am talking about[URL] Continued: Here is my coding in action script:
[Code]....
View 4 Replies
Sep 20, 2011
I have a really strange problem with calling window facebook login from Flash. On my private server facebook api works like a charm, but in my company, where we use very advanced application in flash and windows server the facebook login doesn't work..
I setup the HTML file correctly, I initialized Facebook.init(.. ..) and I call Facebook.login(.. ..) after clicking a button, but nothing happens, totally nothing, zero reaction.. Because Flash right now doesn't give me any errors...
I have checked the connections, and this is my [URL] and it is connecting very well and I can see in debugging proxy that there are connections in facebook. BUT, at my work in [URL] nothing happens, no responses, and connection in flash is the same like in my labs....
View 1 Replies
Jul 20, 2009
I have a big image (1600x1200) Which obviously doesn't fit in the window. How can i have it so when i hover the mouse the image moves. Basically a Yugop scrolling effect but in all directions
View 3 Replies
Sep 14, 2009
how could I make a bar top or bottom which doesn't move when window resizes like that [url]
View 3 Replies