ActionScript 3.0 :: URL Doesn't Work When Publishing?

Jun 21, 2011

I added 2 URLs to my project using AS3, when I test the movie the URLs work, but when I open the swf in the browser it does not work.
 
Is it because I did not upload the project to the server? or there is something wrong with the code?
 
This is the I code I used for my URLs:
 
GamLink1_mc.addEventListener(MouseEvent.CLICK, URLC);GamLink2_mc.addEventListener(MouseEvent.CLICK, URLC);
GamLink1_mc.buttonMode = true;GamLink1_mc.useHandCursor = true;

[Code]....

View 3 Replies


Similar Posts:


Flash :: Publishing In .gif - Cs4 Doesn't Work

Sep 12, 2009

I'm trying to export an animated text image, but for some reason, when I publish in .gif format, the text is all screwed up. I have example of it, in the attached file. It worked for me in flash mx, but in flash cs4 it doesn't work. I want the text to be readable and animated, in this .gif.

View 4 Replies

Professional :: IOS 5 Beta Publishing Doesn't Work?

Jun 17, 2011

I recently updated my flash to cs5.5 and my iPad (1g) to the IOS 5 beta. Since then I haven't been able to publish my apps to any IOS device. The apps run in adl and as swf on my macbook pro, but on my iPad (IOS 5) and iPhone 3gs (IOS 5) they just start up and freeze at the stage. I use a loader to load a soundfile and image to the stage right at the start but they just don't show up.

The weirdest thing is that my colleague uses cs5.5 on windows and cs5 on a mac to publish to the same iPad and his apps do work! When I tried to publish on another mac in cs5 I just got the same problem as before.

I hope someone knows a solution for this problem because it is getting on my nerves.

View 3 Replies

ActionScript 3.0 :: NavigateToURL Doesn't Work After Publishing?

Dec 11, 2010

ActionScript Code:
function goSite(event:MouseEvent):void {
var myURL:URLRequest = new URLRequest("asite");
navigateToURL(myURL, "_parent");
}

It works perfectly fine when I test it, but after I load it onto an actual website it won't work anymore.

I searched around and the only thing I could find was somebody who said to set the publish settings to "Access network only"-- but it still doesn't work.

View 2 Replies

ActionScript 1/2 :: Swf Doesn't Go To Next Frame After Publishing?

Dec 3, 2010

Hopefully a very simple fix here. I test my movie in Flash, even open it directly with the browser, and all is well. The gotoAndPlay works, and my animations look fine. However, when I publish the movie, and then test in the website, it stops after the first frame! What gives?

View 2 Replies

Media Server :: FMS 4/AS3: Publishing Works, Recording Doesn't?

Mar 24, 2011

I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86).When I stream a webcam using ns.publish("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar", "record"); neither broadcasting nor recording works.Using the "live" parameter the client appears in the log files and in the administration console as "publishing", using "record" the client appears as "idle".Is there anything I need to configure besides LIVE_DIR in fms.ini?

Is this a restriction in the developer edition? Here is the relevant part of the code (condensed):

--------------------------------------------------------------------
var camLive:Camera = Camera.getCamera();
var nc:NetConnection = new NetConnection();[code]............

View 1 Replies

Publishing Work Without The Stage Or The Background

Nov 16, 2009

i am interested in publishing my flash design without exporting my stage or background , if someone out there in flash land

View 2 Replies

Actionscript :: Flash Media Server / Publishing Works Recording Doesn't

Mar 24, 2011

I'm currently having an issue with FMS4 developer edition on both Linux (x64) and Windows XP (x86). When I stream a webcam using ns. publish ("foobar", "live") I can watch the live stream on another client, however when i use ns.publish("foobar", "record"); neither broadcasting nor recording works. Using the "live" parameter the client appears in the log files and in the administration console as "publishing", using "record" the client appears as "idle". [code]

-Is there anything I need to configure besides LIVE_DIR in fms.ini?
-Is this a restriction in the developer edition?
-Is there something else I'm missing?

View 1 Replies

Media Server :: Auth Addin Doesn't Prevent Non-FMLE Clients From Publishing Stream

Aug 3, 2009

The auth_addin works as expected when using the Flash Media Live encoder requiring a username and password before publishing a stream.However, tools like Wirecast and even the sample broadcasting SWF that comes in the FMS Introduction page can publish a stream without providing any credentials!

View 1 Replies

ActionScript 1/2 :: Publishing FLA File With Script Added Does Not Work

Jul 8, 2009

I hired someone else to do the scripting for an animation that I originally created. It calls an xml file which displays 3 different items in the flash. It works great... except when I open the FLA file and republish it even if I don't change a single thing, the resulting SWF file does not work. I've tried everything to no avail. The script writer is using CS3. I am using CS4 although I HAVE tried with CS3 (on different computer). Both the script writer and myself work on Macs. The script writer even sent screen shots of the publish windows, and I'm selecting all the exact same options. (version 9, AS2).  Has anyone else run into this type of problem? I'm at witt's end. I really need to be able to make changes to this file and republish it. I can post the FLA file if someone wishes to take a look.

View 18 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

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

Swf Into Fla Doesn't Work?

Jul 23, 2009

I have a swf that is pretty complicated, you can interact with the page and go to different keyframes and it stops and/or starts depending on buttons, but I want to put it in a fla or something so I can put other swfs next to it and build it up and put several of them together as one.

I don't care about making it too complicated, I just want one interactive swf to go to the next compiled swf when that movie ends, but when I try importing it or loading it it just runs straight through without stopping or paying any attention to the scripting.

View 16 Replies

ActionScript 2.0 :: CS3 'if' Doesn't Work But 'else' Does

Apr 8, 2010

I am trying to more between frames using the data returned from a node n_EventID in an xml, when the node returns "1408" I want to move to frame 1 but if it returns anything else I want to move to frame 2. The part where the code moves to frame 2 seems to work perfectly but I can't seem to move to frame 1 when "1408" is returned.

xmlResultFinish = new XML();
xmlResultFinish.ignoreWhite = true
xmlResultFinish.onLoad = loadXmlResultFinish;

[code]....

View 5 Replies

Flash Doesn't Work On Some IE's?

Apr 14, 2010

I'm having a problem, where random IE's are not able to display my .swf file. All the IE's are IE8 with the latest flash pluggins and all security's are set at Medium, however some IE's get just a grey box and other's get the full flash file. What's going on? It works fine in Safari and Firefox of course, but why so much difficulty with AS3 Flash9 in IE? here is a link to the site, and it's the big image changer at the bottom of the front page.

[URL]

View 2 Replies

.swf Fullscreen Doesn't Work?

Nov 19, 2009

But my proublem is that I have a flash presentation.The defalt for moving the slide screens back and forth are left and right arrows.It works fine when tested or even the .swf fileBut then the left and right buttons don't respond when I go to fullscreen.

View 5 Replies

ActionScript 3.0 :: SWF Doesn't Work In IE

Dec 10, 2009

Is it common for AS3 apps to not work in IE? Is there a way to make them work? I have a movie clip in my library linked to a custom class Main and I have nothing on stage. Just one frame. Everything is built inside that movie clip. I add that movie clip to stage through a document class and everything works perfectly in Firefox and Chrome but when I open it in IE, it's just a blank page.

View 6 Replies

IDE :: Pop Up Doesn't Work In IE But In Safari?

Apr 12, 2007

i followed the instructions oh how to make a centered pop up window here :i'm using a mac..nd it works in Safari... but when i try to use explore to open it, the pop up window doesn't come up...why is that.......? did i do something wrong?here is my website:and please click on 'message' to see for yourself.

View 5 Replies

IDE :: Pop Up Doesn't Work In IE But In Safari

Jan 9, 2004

i followed the instructions oh how to make a centered pop up window here : [URL]

i'm using a mac... and it works in Safari... but when i try to use explore to open it, the pop up window doesn't come up..

here is my website: [URL] and please click on 'message' to see for yourself.

View 6 Replies

ActionScript 2.0 :: F8 DuplicateMovieClip Doesn't Work

Jan 15, 2009

this is what i have on the maintimeline:[code]I have 4 moveiclips called: redhex, bluehex, greenhex, and yellowhex.what the above code should do is make a 15x15 grid of hexes (yes i wanted all 4 hex mc's overlapping each other at each space on the grid.).Before i added the lines to dupllicate the blue, green, and yellow hexes also... the redhex movieclip duplicated exactly as it should.But after adding the lines to duplicate the blue, green, and yellow hexes also, in the same locations... Nothing at all showed up when i tested the movie (not even the redhex's)

View 4 Replies

ActionScript 2.0 :: Key.isDown Doesn't Work?

Apr 12, 2009

In the actions of a movie clip,I want to use something like:

PHP Code:
if(Key.isDown(W)){
//do stuff
}

But,it does not take anything else than LEFT,RIGHT and some others.I even tried ASCII:

PHP Code:
if(Key.isDown(100))
{}

It doesn't work.Then how do we use keys like W,A,S,D?

View 1 Replies

9-slice Scaling Doesn't Work

Sep 18, 2009

I've made a rounded rectangle with a gradient fill and another rounded rectangle over it with a transparency to create kind of a glossy effect. Both objects are part of a symbol in the library of the FLA file. Then, I activated the checkbox to create a scale-9 grid, and the Export for Actionscript checkbox in order to add this symbol from AS3. Next I made sure that every rounded corner was completely included in the slices on the edges of the grid. Well, no matter what, the object is scaled as a normal graph: the rounded corners appear bigger and deformed.

View 4 Replies

ActionScript 2.0 :: [F8] : DuplicateMovieClip Doesn't Work

Mar 12, 2010

this is what i have on the maintimeline:

Code:

initialize();
function initialize() {
for (i=1, r=0; r<15; r++, i++) {
for (c=0; c<8; c++) {

[code]...

I have 4 moveiclips called: redhex, bluehex, greenhex, and yellowhex.what the above code should do is make a 15x15 grid of hexes (yes i wanted all 4 hex mc's overlapping each other at each space on the grid.).Before i added the lines to dupllicate the blue, green, and yellow hexes also... the redhex movieclip duplicated exactly as it should.But after adding the lines to duplicate the blue, green, and yellow hexes also, in the same locations... Nothing at all showed up when i tested the movie (not even the redhex's)

View 8 Replies

ActionScript 2.0 :: CS3 Querystring Doesn't Work

Oct 26, 2010

I'm in a big distress, I'm using AS2 with CS3 (Flash 9.0 on OSX Snow Leopard) and I can't get the querystring. I don't understand it has always worked before with my previous version of Flash. I'm using this AS code: t_txt.text += _root.age; I have a dynamic text linked to t_txt. For the HTML I simply published using Flash, then I changed in the html file like this:

<param name="movie" value="age.swf?age=56" />

And

<embed src="age.swf?age=56" quality="high" etc >

When I set to use AS1 it just works fine. But I can't use AS1 all my projects are with AS2. So what's wrong?

View 3 Replies

ActionScript 3.0 :: CS5 S3 Redirect Doesn't Work

Apr 2, 2011

flash cs5 wont follow s3's redirects, instead it makes an ioerror with http status code 303 which is not an error code, its a redirect code. It doesn't hit the redirect page at all. If i was to save this file as a cs4 doc and run it in cs5, same issue. If if was to open and run it in cs4, it works fine, no error, redirect gets hit.Exactly the same file works in cs4 but not in cs5.

View 1 Replies

CS3 Input Text Doesn't Work?

Jun 2, 2011

on my website I have a contact form where you should be able to type into an input text box. For some reason, my website won't allow me to click and edit the input text box. Could the problem be that it is within a movieclip?

View 21 Replies

Doesn't Work When Loaded Into External Swf?

Aug 30, 2011

I've only been working with flash for about 3 weeks and I'm fairly new to programming soI'm using Flash CS5 with AS3 btw.

Code:
///////////////////////////
// Custom Mouse Controls

[code]....

View 2 Replies

ActionScript 1/2 :: GotoAndStop - Doesn't Work?

Apr 22, 2009

So here's my code:

mcbutton.onPress = function() [code]....When I click on button it goes to _down frame but it shifts back to 1st frame. It doesn't really stop there. How can I make it work?

View 3 Replies

CS4 Share Fonts Doesn't Appear To Work

May 11, 2009

I've followed the documentation (I think) but it doesn't seem to work. I have a root document which loads a bunch of swfs created off a 'template' that uses two fonts. Rather than embed the fonts on each swf I though I'd embed them in the calling document and share them. The documentation explains to export them for sharing and give give them an identifier string and a URL. AS3 however doesn't permit the identifier string so I assume this is supposed to work with the class name.

As for the URL I'm giving it the name of the compiled root document (home.swf). I then copied the fonts from the calling document's library to the library of one of the called documents. I then told the pasted font symbol properties to import for runtime sharing and added home.swf to the URL field. The swfs are all in the same directory but when I compile the home.fla and call the swf there is no text visible. No errors show up.

View 8 Replies

Map With A Link - Buttons Doesn't Work

Jun 5, 2009

My map: [URL] The problem: The buttons does'nt work,i think i'm doing something wrong. They're in the map it self,because i don't want them to move while zooming. Actions of the button is: on (release) {getURL("http://mapping.lt", "_blank");} T.y. The fla of the map is here [URL]

View 1 Replies







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