i wanna open url on full screen mode from button on flash projector. Is there a way to do it without any third party software?
I try the following code but not working
on (release) {
getURL ("javascript:NewWindow=window.open('http://www.imediaids.com/demo/client/sbhchapter/ims%5Fdisplay/index.php','newWin','
left=0,top=0,toolbar=No,loc...
I am successfully running Bluetooth-SPP applications relying on http://bluecove.org/
That is Java to Java.
I do now want to establish Bluetooth-connectivity in an Adobe Flex-application. Anyone has experience, ideas?
I appreciate your advise.
Thank you
Bart
...
Hi,
I am using TextField in that Line break is not working i given multiline property to true also. even though i am not getting line break.
how to do using textfield in flash AS3.
Thanks in Advance
...
Hi,
is it possible using actionscript to determine what operating system the flash projector is running on...I'm producing a swf that is to run from a cd-rom and so will be published as an .exe for windows and a .app for mac...parts of the presentation change depending on what os the user is running it on...i don't want to have to publi...
Hi again everyone :) So today I'm trying to basically create a simple glow effect on button rollOver. I may be over complicating things, but the way I'm going about this is by having 2 movieClips(default state and over state).
First I add the default state to the stage, next I add the rollOver state to the stage, but at a depth of 0 a...
In flash I have static text fields using a non standard font. In the IDE it looks fine, however in exported swf's they default to a default font. When I change the font to dynamic and embed the font it works fine. However using a static field doesn't show the font at all.
Anyone have any ideas as to why this is? Is this a bug or glitch...
Hi there,
I'm having some trouble writing a correct algorithm for centering a background image. Here's a link to the effect I'm getting right now: http://www.pilotinteractive.ca/dev/.
Here's a sample of what I'm aiming for: http://flashden.net/item/easy-xml-background-image-rotator/full_screen_preview/22015
Here's the not-so-great fun...
just what the question says, but here is more info -
project involves creating a Flash front-end to a RESTful Rails app that will load banner ads, twitter feed, list of movies, etc. all read-only as far as Flash is concerned (for now).
There will also be a live chat window with the ability to create private rooms.
Is there anything...
We have discovered that when we draw one bitmapdata into another bitmapdata using draw, there is an upper bound on the scaling transform. At some point the IBitmapDrawable parameter ceases to be rendered on the target bitmap.
Does anyone know what the parameters of this upper bound are? Is this documented somewhere?
...
I've embedded a MovieClip symbol with the [Embed] syntax into my AS3 project, which I'm compiling with the Flex 3 SDK. That MovieClip has instances of other clips within it that are placed on stage with instance names. I can't just access them by instance name like I would if I were compiling with the Flash IDE.
How can I reference them...
How do I go about making a socket policy file server in C#. All it has to do is listen on port 843 for the string "<policy-file-request/>" followed by a NULL byte and then return an XML string (which is the socket policy file).
I haven't coded this sort of thing before and am unsure of where to start. Do I create it in a windows service...
Excuse me, I am finding a tool for making UI test for program written in Flash.
May I ask is there any recommended tool for that?
And actually, do I need to consider platform issue (i.e. web browser version, OS version, etc.)?
And is it usually the UI testing tool for Flash can only test Flash separately? Or they may also test Flash e...
Hi,
I have a requirement of uploading an image to flickr through an application in Flash AS 2.0. I am not clear with the authentication process. Could anyone help me out with this?
Thanks in advance.
...
In a tutorial I find a statement "In the Document Class text box in the Property inspector of flash document, write Test1" But i didnt find that document class textbox. Im using flash CS3. Where it is. Please Help.
...
Hi all!
I need to send some pretty long strings from a flash application to a PHP page, and of course I want to compress it to reduce the traffic load to/from the server. How can I compress the string in an effective way and easily decompress it in PHP?
As it looks now, we're leaning towards standard zip file transfer, but the function...
In Actionscript 3 I see that if I press the "8" key (from the numpad) I got the result of keyCode of the numpad key "8", but when I disable the "Num Lock" and press the numpad key "8", the event I receive the keyCode of the Up Arrow key...
How to difference between the keys of the numpad (with Num Lock disabled) and the original keys, s...
I recently found a method (ByteArray.clear()) that FlexBuilder complains is possibly undefined; however, the method is in fact documented in the Flex LiveDocs. It must have been added in a later version of the SDK than I have installed. I'm not asking about this particular method, but I'm giving it as an example of the documentation is...
Hi,
I need a way to copy the content of one movie clip (with many frames) into another dynamically using as3.
This is how I tried to do it:
var table:Table = new Table(); //A custom class that extends MovieClip.
var swf:MovieClip = this.content.swf; //The movie clip I want to copy from.
for (var z:int = 0; z < swf.totalFrames; z++) //...
This was my initial structure:
main.swf -> child.swf
Main loads various child swfs. I am dispatching events from the child swfs, and main is listening for the events. Everything was working great.
Then, I added a preloader swf, so now the structure is:
loader.swf -> main.swf -> child.swf
I did not change the relationship between main...
hi there,
I have been using wget to download some webpages:
wget -E -H -k -K -p URL
The above command works well for HTML, CSS, and images, but not Flash. Is there a way with wget to also download embedded Flash files? Or with some other open source tool?
thanks
...