Flex :: OpenX Market IMG URLs Incorrect Problem?

Jul 16, 2010

I've got OpenX working on my Flex site. But, I'm having problems getting OpenX Market working. At the moment, I only get my OpenX dummy ad-- no OpenX Market ads are displayed.So, I set an alert on the img tags and looped through the return. I'm trying to figure out whether the img tags that are referenced are correct.url...

View 1 Replies


Similar Posts:


Flex :: Make GWT Gains More RIA Market?

Jan 11, 2011

I am a Java fan thus I would like to see GWT gains more RIA market compare to Flex.

Acquire Sencha Ext GWT, thus can be used freely for commercial product, like what Google acquired Instantiations and make GWT Designer free. Currently official GWT widgets do not reach enterprise level. Compare Ext-GWT showcase and Google showcase. Still behind Tour de Flex but I believe Google can catch up. (Note why not GWT-Ext/SmartGWT as Ext-GWT is built natively in GWT)

View 1 Replies

Xml :: Flex - Inspect The XML Sent From OpenX?

Jan 5, 2010

I'm trying to get Flex and OpenX working together. I can get the ads to work when I view the site on a Mac using Firefox or Safari. But, if I use a PC with IE, I get error #1090 which is an XML parser failure.

Apparently, there is malformed XML. How do I check the XML that OpenX produces? What's the best way to find the nasty node?

View 4 Replies

Xml :: Get Flex And OpenX To Work Together?

Jan 26, 2010

I'm trying to get Flex and OpenX to work together. OpenX is returning XML. I've got two Flex classes that clean-up the XML and place the ads on my site. Unfortunately, I get Error #1090: XML parser failure, when I test it. And I can't figure out why.The first class is:

package com.darylbowden.ads
{
import mx.controls.Alert;
public class Ad extends Object {

[code]....

View 2 Replies

Javascript :: Get Flex 3 And OpenX To Work Together?

Jun 5, 2010

I'm trying to get Flex 3 and OpenX to work together. Everything works great in Safari and Firefox. But, I get an XML parser error in Internet Explorer, which makes me want to rip my hair out and drink turpentine.

I've tried to simplify the problem as best I can. Basically, I take the adReturn and then turn it into xml.

adReturn = '<adXMLReturn>' + adReturn + '</adXMLReturn>';
xmlReturn = new XML(adReturn);

I don't think that IE likes adReturn, which is below:

[Code].....

View 1 Replies

Flash :: Log Into Local OpenX?

Aug 22, 2011

idiot co-worker went on vacation. Apparently he edits the flash banners through OpenX. I've looked around for 3 hours and can't find where to login to OpenX.

I can't change the flash banner, even by replacing them with other images, or the SWF file with images, it's like a nightmare from hell.

There are the OpenX code files on the server in a folder, OpenX, and plenty of explanations on the internet about how to login to the OpenX website, but i need to login into OPENX on my website. the V.P. is going to flay this guy

View 2 Replies

Flex :: Builder - Deploy Flex App Using Different Web Service Urls?

Sep 28, 2011

Is there some sort of configuration settings in FlashBuilder 4.5 where you can easily switch between webservice urls? Right now I have to delete and recreate the web service every time I switch from local to production and vice versa.

View 2 Replies

Flex :: Incorrect Selection In Itemrenderer With Checkbox?

Mar 22, 2012

I am using a 'Tilelist' and 'HBOX' as itemrenderer. In the HBOX I have checkbox.Passing arraycollection as dataprovider to TileList(my arraycollection length is 20). On selecting checkbox of item1 in the Tilelist and scroll the list I could see subsequent item as of item1 is selected. In blogs I found there is some issue of flex cache while using checkbox.

<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<mx:Application xmlns:mx="http://www.adobe.com/2006/mxml" verticalGap="0" xmlns:local="*" height="500" >
<mx:Script>

[code]....

View 1 Replies

Flex :: Coldfusion - Adds Incorrect Port To CFC Call?

Mar 7, 2012

I have a Flex/CF app that sits on 2 redundant servers behind a load balancer. Both the Flex and CF side make calls to the same CFC. The Flex, CF and CFC are all in the same folder. When the CF code calls the CFC, there's not a problem. However, when the Flex code calls the CFC, it adds an explicit port "84" to the URL.This causes a problem for the load balancer which only accepts traffic from port 80. As I understand it, the load balancer would internally route requests from port 80 to 1 of the 2 servers on port 84 (but that internal routing should be invisible to the client).

[Code]...

View 1 Replies

Annotations - Flex Chart AnnotationElement Incorrect Data Points?

Jul 22, 2010

I have 2 Y-axis on the chart and I am trying to use annotationElement's localToData to get the data points associated with a Point on the chart.

The annotation Element is able to return a set of values for the point ( 1 Y - data, 1 -x data), But it is returning the values against one axis and not the other.

Is there a way to associate the annotation element with a specific axis ?

View 1 Replies

Flex :: Actionscript 3 - Make Urls From Text Clickable?

Aug 20, 2009

In an AIR app, I am loading a bunch of arbitrary text via JSON, loading it into an object, and displaying it via a custom renderer. I would like to have urls be clickable. So I'm sure that this is possible via some crazy regex thing (as I found for php here), but, Flex being flex, I'm astonished that there isn't some builtin functionality for this that I'm just not finding, or, failing that, a library that someone has created to do just this. (I'm equally astonished that this question hasn't been asked here before. I anticipate being flamed with the link to that)

View 2 Replies

Flex :: Component IDs And URLs - Hyphens Versus Underscores

Sep 23, 2010

I'm using deeplinking in a Flex 3 application. I've got a ViewStack and I'd like to use the id's of the canvases in the url. I've read that search engines prefer hyphens over underscores as word separators. So, the search engine sees "big-book" as a separate word, but "big_book" as possibly one word. Also, underscores are obscured when a link is underlined. For the above reasons, I thought that it would be good to use hyphens. The problem is that Flex doesn't allow hyphens in an id.

<ViewStack>
<Canvas id="my_stuff"></Canvas>
<Canvas id="my_stuff_more"></Canvas>
<Canvas id="my_stuff_lots"></Canvas>
</ViewStack>

View 1 Replies

Flex :: Functions Called In Incorrect Sequence Or Earlier Call Was Unsuccessful

Mar 8, 2012

in my application, I did some trace statements of a file For example if(oldFile.parent.toString()!=file.parent.toString()) There are some other file print statements , and it seems to encounter this error stated below. But the error does not appear every time. For example i ran my application for 20 times, it will encounter this error once. Error: Error #2037: Functions called in incorrect sequence, or earlier call was unsuccessful. at Error$/throwError() at flash.filesystem::File/resolveComponents() at flash.filesystem::File/get parent()

View 1 Replies

Actionscript 3 :: Getting Actual Facebook And Twitter Profile Image URLS For Flex Security Policy?

Oct 25, 2011

I'm trying to display the profile images from both facebook and twitter. For facebook, the URLs I'm receiving are something like this (not actual urls):[URL]... Which is then redirected to the 'actual' url like this:[URL].. I'm also doing this with twitter, with the same issue (redirected url).

So, when I load the image, it loads fine. But when I close the container that the image is in, then I get the security sandbox violation. I can get this all to work if I add the URL from the 'actual' image url like this:

[Code]..

View 1 Replies

Flash :: CS4 Parameter Is Incorrect

Aug 12, 2009

CS4 was working fine for a few weeks, then yesterday I opened an FLA and got an error pop-up that said "Parameter is Incorrect".  The error happened for all FLA files.  I could save changes but could not preveiw or publish (same Parameter is Incorrect error as on starting CS4).  I even made a blank FLA and it wouldn't work either.
 
Relized today during more testing that this error only happens any time I open a file that is on my desktop (running XP).  Same file moved into another folder (Even desktop ewfolder) works fine.

View 5 Replies

ActionScript 3.0 :: Incorrect Number Of Arguments

Jul 30, 2009

I'm doing a little flash nav bar and I'm trying to have the buttons link to the correct web pages. My code is extensive and I'd rather not post the whole thing in here so I'll try to be as concise as possible.Basically I'm getting this error:1137: Incorrect number of arguments. Expected no more than 1.Everything was running smooth in my script until I added the URL requests here:[code]Is the syntax incorrect or something? Again, everything was fine up until I added those two at for case 0 and case 1.

View 3 Replies

Professional :: 'Parameter Is Incorrect' After Saving A .fla?

Feb 7, 2010

I'd been using flash cs4 fine for a few weeks before this happened but in the last few days whenever i save a file i'm working on i can no longer preview it (by preview i mean ctrl + enter) my cursor turns to the symbol to show it's working for a few moments but once i move the mouse this goes back to being my normal cursor. Whenever i try and publish a file i get the error "Parameter is incorrect". Before i save the work the file previews fine and even blank documents that i start and immediately save will not allow me to preview or publish them following the save
 
I'm running w7 64bit on a quad core with 4gb ram. I've tried uninstalling and reinstalling but this hasn't helped. My flash professional cs4 is also fully updated.I've attached one of my .fla files that to me i can't use properly anymore, it's just a basic animation of squares forming the words 'enemy down' on a black background.

View 7 Replies

Professional :: Incorrect Navigation From Homepage?

Dec 1, 2010

I am using AS3.0.I have created simple forward naviagtion from my homepage to my second screen using the code below and a simple button (click1)

//handle events for buttons...
click1.addEventListener(MouseEvent.CLICK, clickSection1);
function clickSection1(evtObj:MouseEvent){[code].......

Slightly modified code is used on consequent pages to navigate forward through my site.I have also created a home button that navigates me back to my first screen (called screen2) using the following code...

home_btn.addEventListener(MouseEvent.CLICK, clickhome1);
function clickhome1(e:MouseEvent):void
{gotoAndStop("screen2")
}

However, when I return to the homepage and click forward, instead of taking me to the next page and the next page, it jumps me forward directly to the 5th. screen.

View 5 Replies

Actionscript 3 :: Incorrect Syntax Highlighting Vim

Jun 24, 2010

The braces shown below after ...ret):String are incorrectly being highlighted as red I'm using the following syntax definition file for actionscript: [URL] 2 Questions: Does anyone happen to know off-hand what causes this weird matching? Is there anyway of identifying the current syntax matching group under the cursor?

View 1 Replies

ActionScript 3.0 :: Incorrect Number Of Arguments?

Jul 6, 2009

I must be in space suffering oxygen deprivation because I can not remove this error nor understand why it is occurring."1136: Incorrect number of arguments. Expected 1."

package bna{  import flash.display.Sprite;
public class BNALesson extends Sprite {
public function BNALesson() {  var sX:int = 16; 

[code]....

View 3 Replies

ActionScript 3.0 :: Way In It To Detect URLs?

Apr 22, 2009

I want to make a navigation, but this is a flash navigation in a normal website.

naturally its going to include rollovers, but i'd like it to show which page your already on.

is there a way in AS3 to detect URLs?

View 1 Replies

Cannot Add Urls To The Menu Text

Dec 1, 2009

I have a flash template and I can not add urls to the menu text.

View 1 Replies

ActionScript 3.0 :: Different Buttons / Different URLS

Jun 21, 2010

On one of the pages (In the site I'm designing) I have 4 buttons that need to link to 4 separate URLS. When I code one of the buttons, a link on another page is stopped.I guess what I'm asking is, what is the best way to 'layout' my button links in each page? And what is the best way to achieve 4 buttons with 4 different urls.

View 4 Replies

ActionScript 3.0 :: Buttons For URLs?

Sep 7, 2008

I am trying to put 3 buttons in a frame. I want each of themto act as a link to Web pages. If I use just the code forlink_btn_one it works great. If I include the code for the other 2it doesn't work. What am I doing wrong?Here's my code:

var link:URLRequest = new URLRequest("
http://www.skybooks.com");
link_btn_one.addEventListener(MouseEvent.CLICK, onClick);

[code]....

View 7 Replies

ActionScript 1/2 :: Using Xml To Load Urls?

Jan 18, 2010

I am a designer working on a flash project that is used to navigate to html pages. The project is a map - when you roll over different states there is an animation making that state pop out and show the state name. When you click each state (Button), it should open an html webpage. Right now the project works great, but I have the url's coded in flash actionscript using "onpress" and "load url." I would like to set it up so the flash file calls the URL for each button from an xml file, so it can be easily edited. The only thing it needs to call is the URL for each button. Can anyone give me simple instructions on how to make that happen?

View 5 Replies

Flash - How To Target URLs In AS3

Oct 27, 2011

How would you add a target="_self" function onto the buttons in this actionscript (as3) I need the buttons to open within the same browser window and not a new (_blank) window:

skype_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseDownHandler);
function mouseDownHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("skype:mySkypeIdentifier"));
} email_btn.addEventListener(MouseEvent.MOUSE_DOWN, mouseUpHandler);
function mouseUpHandler(event:MouseEvent):void {
navigateToURL(new URLRequest("mailto:myEmailAddresss@myDomain.com?subject=rts
Esolutions enquiry"));
}

View 1 Replies

ActionScript 3.0 :: Use One Button To Go To Different URLs?

Jun 27, 2009

I have a slide show swf file with an invisible button on the top frame. I would like this button to go to different URLs depending on what frame the movie is on when it is clicked. Is this possible?

The following works for one url:
oneBtn.addEventListener(MouseEvent.CLICK, oneButtonFunction);
function oneButtonFunction(event: MouseEvent) {
var request:URLRequest = new URLRequest("http://webpage/");
navigateToURL(request);
}

The reason I am trying to do it this way is I want the script to all be on one frame because I will be using this as a template for other slide shows and want to be able to edit the urls all in one window. I already have a slide show with key frames at the places where the new url would be accessed is click, but it is a pain to edit and add new content.

View 3 Replies

ActionScript 3.0 :: Getting Various RSS URLs From Flash With PHP

Sep 3, 2010

I'm building a flash app that gets rss links from a list but then I need to retrieve the rss feed from the rss link to work with in flash. I did this locally using a proxy.php wich works on all types of urls.

PHP Code:
<?php
$url = $_GET['url'];
readfile($url);
?>

But on the server it only works with urls ending in .rss but not when it's a redirected url like .xml or other feedreader urls. How do I retrieve the rss from redirected urls on servers? Little sidenote, I made a test using a php form to call this proxy.php file that I made and when I use the urls that don't work in the flash app it does retrieve the rss feeds.

View 3 Replies

ActionScript 3.0 :: Incorrect Number Of Arguments - Expected No More Than 0?

Feb 17, 2009

I'm trying to make a simple slideshow that ends with the option to click and enlarge each image. Clearly, I'm a complete n00b at this and know nothing about coding.

Here's what I've done:Created the slideshow. It works. Created a thumbnail of each picture and made it into a button (btn1, btn2, btn3, btn4) with the same instance names, each on their own layer. Created an Actions layer with the following code:

stop();
function rollOverFunction(evt:MouseEvent) {
play();

[code]....

The code was working fine until I added the second button...now I get the error above.

View 6 Replies

ActionScript 3.0 :: MouseEvent - Incorrect Number Of Arguments

Nov 18, 2009

When I have a function defined like this
function stopDragging(e:MouseEvent):void{
stopDrag();
//and other stuff
}

It gets called by various mouse events, thats fine. But when I want to call it like this
if(some condition){
stopDragging();
}

I get an error 1136: Incorrect number of arguments.
Expected 1. stopDragging();
And how do I get around it so that I can fire stopDragging from my if statement?

View 2 Replies







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