ActionScript 2.0 :: Chromeless Window Alternative Doesn't Work In Windows XP

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


Similar Posts:


ActionScript 2.0 :: Chromeless Window Alternative?

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

ActionScript 2.0 :: Create Chromeless Windows In Flash

May 18, 2005

I want to create chromeless windows in flash and I've already read through chromeless pop-up window tutorial but I still couldn't get it. What do I have to name the page tht is to be pop-up? Also should the html in tht page should put between the <head> tags or after it?

View 1 Replies

ActionScript 2.0 :: Launch Multiple Chromeless Windows From One Html Page?

Oct 10, 2004

I did a tut from actionscript.org about chromeless windows. It works fine but I would like to launch multiple chromeless windows from one html page. I pasted the script two times, added the correct addresses and now one button is launching the page behind the other button and the other button isn't working

View 2 Replies

ActionScript 2.0 :: Pop-up Chromeless Window?

Apr 2, 2002

i have questions about the chromeless window components. i figured this may be the best forum for the post.

1. how do i control the size of the "close" button on the top right, and the position (also the minimize button's size and position)? i am trying to use a jpeg that is 80x30, but it is getting smooshed into what looks to be 25x25 pixels. how can i fix this to use whatever size image i want (could i also use an embedded flash file?).

2. how would i make the window's components shift to the bottom of the window (i.e., see www.microbians.com to see what i mean about this part)?

View 6 Replies

ActionScript 2.0 :: Pop Up Window Doesn't Work

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

ActionScript 2.0 :: Pop Up Window Doesn't Work?

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

Actionscript 3 :: Air 2.6 Chromeless Window With Drop Shadow

Nov 22, 2011

How do you obtain a chromeless window with a drop shadow with air 2.6 ?

Here is my -app.xml setup :

<initialWindow>
<content>maker.swf</content>
<systemChrome>none</systemChrome>
<transparent>true</transparent>

[Code]......

View 1 Replies

ActionScript 2.0 :: Arrange Position Of Chromeless Window?

Jun 4, 2003

I don't know how to arrange the position of the chromeless window. I add the script below. Could you show me where and what I need to write to arrange the position of the window from left and top side.

The window opens almost at the center in my computer but I checked in other computers it opened at the top and work like a fullscreen. I want it control by myself.[cod]e...

View 3 Replies

Flex :: DropDownList Doesn't Work In New Window

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

ActionScript 3.0 :: Buttons Open In The Current Window But It Doesn't Seem To Work

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

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

ActionScript 3.0 :: Button Navigation - Open The New Page In The Same Window, It Doesn't Seem To Work?

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

Windows :: Flex - Air - Alwaysontop - Does Not Work In MAC But Works In Windows

Aug 29, 2009

i setup alwaysOnTop="true" in mx:WindowedApplication alwaysOnTop="true" tag. but this does not work in MAC but works in windows.

View 1 Replies

ActionScript 3.0 :: Alert Window Component Alternative

Nov 26, 2007

Does anyone know of a class file or third party component that has the same functions (or similar) of what the alert window component did in flash 8? I am doing this is AS3 obviously is why i need an alternative.Im trying to make a pop up modal window of sorts like the alert window component did.

View 3 Replies

ActionScript 2.0 :: Dynamic Masks - Trail Doesn't Resize And The Mask Still Doesn't Work

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

Professional :: Text Doesn't Appear In Windows?

Jun 15, 2011

I have a flash website at [URL] which, for some reason, has problems showing all of the text when viewed under Windows 7 (any browser). Under the experience tab, the text below should appear at the very bottom. It does not.

The experts on the team bring resources in financial underwriting and risk analysis, field and project management and a wide range of relationships with local and regional real estate executive leaders.

View 34 Replies

Windows :: Adobe Doesn't Have A Documentation For Using Flash In VC++

Apr 4, 2010

I am trying to host a flash object inside an CAxWindow, I have managed to insert a shockwaveflash (SWF) and its working fine. I am trying to find all available API's that are available in the flash ocx. I am unable to find any documentation for the functions in the IShockwaveFlash interface.I know that Adobe doesn't have a documentation for using flash in VC++ but I was wondering if anyone can point me to a place where I can find an UNOFFICIAL documentation for flash.ocx or code samples as the only API that I could find and I'm currently using is "PutMovie".

View 2 Replies

Windows :: Flex - Testing To See If A Window Is Maximized?

Aug 5, 2009

I noticed that in Windows, if you maximize a window you can not resize it until you un-maximized it again. This appears to be a normal behaviour, so I would like to remove my resize gripper when the window is maximised.At the moment I can't find a property to detect if a window is maximized, and although I could add a boolean in my controller, it wouldn't necessarily catch requests to maximize from the OS.So if you know of a reliable way to test if a window is maximized please let me know.On a related note, I am using custom chrome, and when I maximize a window it overlaps the windows task bar. I can think of hacks to detect available screen size (using a transparent system chrome window), but it would be good to know of a better method.

View 7 Replies

ActionScript 3.0 :: Width Doesn't Work - How To Make It Work

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

Windows :: Flex - Adobe Air Start Native Window Hidden?

Feb 16, 2011

How do I open a new window as hidden? (note the visible="false")

<s:Window xmlns:fx="http://ns.adobe.com/mxml/2009"
xmlns:s="library://ns.adobe.com/flex/spark"
xmlns:mx="library://ns.adobe.com/flex/mx"
showStatusBar="false"
resizable="false"
visible="false">

If I declare a window this way, and then call this.open(false);, the window will quickly open and then hide, and then be reshown when I actually display it, I want to do this to be able to load content and fit the window to that size before showing it.

View 1 Replies

Actionscript 3 :: Affect The Maximizing Area Of Other Windows So That AIR Window Is Always Shown?

Mar 27, 2012

I want to do in Adobe AIR (e.g. in ActionScript 3.0) what Facebook Messenger does when it's "maximized":

So imagine that I would be making a clone of this Facebook Messenger.

Is this possible in Adobe AIR?

I've tried to search in the AIR Reference with no success. And I don't even know what words to use in Google Search.

View 1 Replies

Does Flash 4 Work In Windows 7

Jan 13, 2011

SWF generated in Flash 4 with embedded pics seem to display poorly (jagged) ONLY in Windows 7 IE - vector elements are fine.url...

View 2 Replies

Click On A Link But It Doesn't Open A New Windows It Load Into A Movie Clip?

Aug 12, 2009

I have a flash project where I want when i click on a link it open in a movie clip.the movie clip is call mccontainer but i try doing parent.mccontainer but that did work.I am using CS4 the only document i found that was near to what i what to do is this but i try this but nothing is it different in CS4.so basically i want to click on a link that go to www.google.com but it doesn't open a new windows it load into a movie clip.

View 6 Replies

Windows :: Why Does StageVideo Not Work Locally In IE

Aug 1, 2011

I'm having troubles testing a StageVideo file locally. The HTML file that contains the swf loads perfectly in Chrome & FireFox, but when I go to open it in Internet Explorer 9 nothing happens (it just shows a white screen).

I've added the permissions for the location to the 'Global Security Settings' tab of the Flash settings manager (on the Macromedia website). I've also checked in the IE9 settings to make sure that it allows GPU rendering.

why it might be blocked in IE9?

View 1 Replies

Extreme Rare Bug: Properties Windows Doesn't Appear - Have To Kill Flash With Task-manager?

Aug 21, 2009

I double-clicked on a bitmap-item in the library and instead of opening the properties-windows where you can change compression, import and so on, the focus changed to a random explorer window and flash got "locked". Flash probably thought that it actually opened a new sub-window and waited for it being closed, but there was no such window! Seems like the open-procedure failed and the next window to focus on was just an explorer window. Closing this one didn't get the focus back to flash. What a luck, I could still save the file using ctrl-s but couldn't get back to the application. So I had to kill Flash with the task-manager.

View 1 Replies

Html :: Handling JavaScript Calls To Window.open()- Not Using Native Windows - Adobe AIR

Jul 26, 2010

I am developing an Adobe AIR application which uses both native windows and floating panels. Is is possible to enable the creation of a floating window instead of a native window when a JavaScript window.open() function is called?

It is required that all of the floating windows are contained within one native window, therefore the creation of more native windows is not suitable.

I have used a Custom HTMLHost class in order to enable the creation of a native window but I can't work out a way of creating a MDI window instead. I am using the flexMDI framework for my floating panel interface.

View 1 Replies

Windows :: Site Does Not Work In Firefox And Chrome On Pc's?

Aug 14, 2010

In firefox and chrome on my macbook the video plays full screen in the background.However, my client is complaining about it not working at all on windows computers. While I thought that most browser compatibility issues were mostly browser based and not OS based, apparently the same site does not work in firefox and chrome on pc's.I'm not 100% sure, but it might be some sort of a z-index problem? I heard that the video would show up, but none of the content would.

View 1 Replies

Media Server :: Creating An Interface With Several Video Windows Where A User Can Connect Their Own Camera To Window?

Feb 13, 2012

currently I use the following workflow for Live video streaming.I have FMLE on a computer streaming the Video feed to my FMS.I currenlty use  Dreamweaver to create window with a few instances of a video window and one of the windows is configured to rtmp to my server and the stream name of the stream I have setup in FMLE.This then streams to one of the windows.I then assign a different Stream name to the other windows.

I send an FMLE client to a user in the locations that want to have a video presence on the webpage.I send them instructions and running FMLE and the parameters to use to get their camera up and running.This works fine to a point.Most of the users are not technically minded and so often this leads to issues and delays to get these things to work.
 
I want to move on and improve this flow.I want to create the video instances on the page where:Below each video window is a text input field where a user can type in their name which will be used as the stream name.Below each video window is a button that the user clicks to connect their camera automatically without having to install FMLE.Once the video feed is running, only that user can click the button again to disconnect it. ( The button changes to "Stop Broadcast" etc).
 
I have looked at the structure of Ustream for example, and this seems to be the method they use as you can download the XML file of your channe,l and the RTMP URL and stream name can be copied and then used directly in FMLE and you can stream with more control of your camera that way.

View 1 Replies

ActionScript 3.0 :: Socket.Close Does Not Work In Windows Browsers?

Nov 11, 2009

I have an FTP program written that uploads ByteArrays through sockets. It works great on my Mac! I open a command connection, then a data connection, send the ByteArray and then use socket.close() on my data connection. This causes the server to disconnect me and sends the 226:transfer succeeded message back through my command connection. The problem is that in IE8, FF 3.5, and Safari 4 on Windows the socket.close() func does not make the server close the connection. The fact that it works in all of my Mac browsers, and the IDE, but not in Windows browsers makes me think that it's something to do with the Flash Player.

My FP version check data:
MAC 10,0,32,18
WIN 10,0,32,18

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved