Html :: Banner Block Up Authorization Div?
Feb 17, 2010Flash banner block up authorization div. Currently it looks like:
View 2 RepliesFlash banner block up authorization div. Currently it looks like:
View 2 RepliesA few days ago I manage to modify a code I get from a post here. The file was from tommywizbang[URL]It works fine, but at the end I have the idea of use HTML format to load images on the text block. The idea works fine with static text, but in this code is not working and I'm not sure if it is because of the original AS2...
View 0 RepliesThe basic idea is that I have a string that contains a user's comment, which could potentially contain URLs, so I wanted to take a string like:"Gee, the folks in the Url...And using pattern replace, replace the URL with an HTML hyperlink, so the string would end up being:[code]So my question is how can I alter the pattern replace code so that it accommodates a string containing random text, as well as a URL.
View 1 RepliesI'm working on a website which has advert banners which link to external pages.I've recently added the ability to have flash banners, but am stuck on how to make the banners link without editing the flash file.
The idea is that clients wanting to advertise on the site send a flash advert which is then linked to their site through the CMS, however unless the client embeds the link into the flash file, or add a flashvar parameter which can then pull in the info from the database, the flash banner doesn't link as it's seems not to link being surrounded by an <a> tag.
This is probably a well known thing, but this is my first time doing flash adverts, so I'm coming to it from a completely novice position.Is this something than anyone creating a flash advert would know about and instinctively do or will it need to be instructed to the client before hand, or is there a way to get it to be a link through html?
I'm creating a desktop application with Adobe Flash CS 5 and AIR 2.5. Is it possible to display a banner through HTML and JavaScript inside the app?
JS:
<script type="text/javascript">
(function(){
[code].....
I am trying to make a form in a Banner that when you click, it passes the info to the page and give you the information. I have been reading the PHP with emails, and its not getting the feilds to go to the page.
I have tried "loadVariablesNum" and "getURL" but nothing gets passed. I am useing a drop down, radio buttons, and a text box. Am I suppose to get the radio buttons into a var somehow?
The thing is that once uploaded in DART, my ad is not transparent so we always see the white screen where the ad expands.I know this problem is normally solved with wmode=transparent but the thing is that the person can't have an html code to put the wmode code.I wonder how I can set my flash banner to be transparent without html codes..Using Flash CS4 with ACS2! Here's the fla file : http:[url]......
View 2 RepliesI purchased a flash website template and am in the process of editing my main.fla file. In order to get listed on an advertising website with a higher rating, I have to place a reciprocal link to them on my site. However, I cannot figure out how to place an html link/banner on my site for other businesses. If I paste the html code in a text box, all that shows up is the html code rather than the image and link it is meant to generate.
View 1 RepliesI have multiple ideas/designs which want to work into my new site. It utilises designing graphics in AE, exported as .swf that lay on an alpha, building them into my HTML page layout, and once there the alpha/space in the design will enable HTML background elements to show through. How do I set this up in AE, HTML or Flash?
View 3 RepliesI have a site I have created for a client which features a flash header image, the only problem is he accessed a draft of the site on his iPhone and was put off by the fact it didn't display any of the head image as it was an iPhone (which as we know are not flash happy!). Also, I would need this anyway incase the visitor has flash turned off or uninstalled (I have provided the usual 'install flash' link when flash isn't displayed).Is there a way I can do this with just HTML/CSS or will I have to use JS or something similar?I have tried adding tags but this does nothing.
<div id="container">
<div id="header"><a href="index.html"><img src="images/logo.jpg" width="214" height="50" alt="Tom Frost - Personel Trainer in Leeds, West Yorkshire" style="border:none;"/></a></div>[code].........
Obviously my flash image is in the title_box div.
I have a textbox on asp.net webform, which shows the jQuery datepicker on click. There is also a flash banner on my page.
My problem is that the datepicker is appears hidden behind the flash banner, and I need it to appear on top of the banner.
Is there a cross-browser solution available to give a flash banner an html link, without putting it into the flash itself? (i.e. the Flash has no clickable button in it). I tried giving the surrounding anchor tag a high z-index, but that did not work. I'm using the standard google swfobject to include the flash banner, but am not stuck on using that.
View 1 RepliesSo i have an external as file which have a function. the function make the movie clip do something when it hit another object which i named "block."
but the external as file can't accses "block" movie clip which's added from the fla files and given an instance name as "block".
The website I am designing is a single-page site which scrolls using jquery to anchor points on the page (instead of having separate html pages for each section) The intro section has a flash banner which alternates images of different sections of the site. I have used the following code to get these images to link to the relevant page section
name_btn.onRelease = function() {
getURL("#anchorname");
};
This however just jumps to the named anchor point - I need to make this scroll to the anchor instead to keep it consistent with the rest of the site.
I'm trying to create a flash banner with URL buttons for a html site but I've come acropa and can't figure out why.
Here is my code
[code]...
but why am I getting 2 syntax errors on the URL line?
how to put the code into the HTML file to complete the clickTAG process for a banner ad.
I have put the following code onto the button (covers whole ad):
on (release) {
clickTAG = "http://" + clickTAG.slice(7);
if(clickTAG.substr(0,4)=="http") getURL(clickTAG,"_blank");
}
but I need to know what to do with the HTML doc....Is this how the ad goes to the intended location like a regular URL link would?
The website I am designing is a single-page site which scrolls using jquery to anchor points on the page (instead of having separate html pages for each section)The intro section has a flash banner which alternates images of different sections of the site. I have used the following code to get these images to link to the relevant page section
name_btn.onRelease = function() {
getURL("#anchorname");
};
This however just jumps to the named anchor point - I need to make this scroll to the anchor instead to keep it consistent with the rest of the site
why the buttons in the flash banner I created in Flash CS4 work when I preview it in either Flash or HTML in the Flash CS4 program, but when I go to load it into a html document in Dreamweaver CS4 and preview it in a firefox or IE browser, the banner comes up fine, but the buttons this time will not work. The buttons are displayed with there animation and sound, but the links will not work. I have tried scripts in AS2 and AS3.
View 3 RepliesI am trying to make a scrolling banner like the html <marquee> tag that loads text from a .txt file. Here is what I have so far:
Frame1
Code:
var formatObj = new TextFormat();
formatObj.size = 15;
formatObj.color = 0;
formatObj.font = "Comic Sans MS";
[code].....
For some reason it only works by using the stop(); command. The problem is that this causes the animation not to automatically start when placed into an html page. The result I want is for the text to automatically begin to scroll.
can I make role based authorization when sending requests to an ASP.NET MVC backend system. I am calling action methods and expecting JSON results, however, some action methods are decorated with the [Authorize] attribute, others require some role privileges to be present. I certainly hope that passing authorization data with every request is possible
View 1 RepliesIt seems impossible to accomplish a GET request that requires HTTP Authentication in ActionScript?
View 1 RepliesI'm trying to load an url with htaccess authorization w/o successthis is my code
Code:
public class test extends Sprite
{
[code]......
I get this error when I try to run my application as a standalone SWF. In case the application is run from the Flash IDE, the application works fine.
View 5 RepliesI have to connect to a third party tool for getting authorization, the tool is called superman which my client uses. Not sure whether this is inhouse or bought. I am using Spring security for authenticating, getting user is done by providing the query externally to JDBC service. When authorization query specific to this tool is executed, I get the following error:
[Code]...
I have this so far.
function authcheck(evt:MouseEvent):void {
if (ID_input=="447839" || Password_input=="33227") {
gotoAndStop("authgood");
} else {
gotoAndStop("authbad");
}}
logbtn.addEventListener(MouseEvent.CLICK , authcheck);
It's probably not working because AS3 can't identify the "ID_input" input field. I have the two input fields on the stage with the instance names ID_input and Password_input.
I have an air app and I want to add proxy-authorization header whenever my client is behind a proxy. I am adding 'proxy-Authoriztion' header in urlRequest headers but still I am getting the OS prompt for username/password.
var loader:HTMLLoader = new HTMLLoader();
var be:Base64Encoder = new Base64Encoder();
be.insertNewLines = false;
be.encode("test" + ":" + "test");
[Code]...
Are there any differences implementing Flex application security in a clustered Java environment (such as Oracle Application Server/OC4J or a JBoss cluster) vs a single application server environment? (And/or does it depend on the specific environment software?)
What considerations are there in a situation where you need to authenticate with LDAP (AD) and store user access information in a database (ex. USER table containing username + permissions/roles info)? Any differences between Blaze DS and Granite DS?
I have an application that is coded using Flex 3 on UI side and java @ the service layer, along with BlazeDS. Now we need to authorize the users accessing the system based on the roles that are defined for them in the database, e.g. : say a user with role guest should not be able to access Admin tab on ui and also should not be able to do any operations other than viewing the data displayed on dashboard. Also the point to note here is that roles can be created dynamically by Super users from UI. I came across this link which describes how to perform Role Based Authentication & Authorization. With this approach I need to define the roles in service-config.xml but since my roles are not pre-defined I cannot go with this.
View 1 RepliesIs it possible to write to a local file 'example.txt' from a Flex swf? FileStream class is available in Adobe AIR, not in Flex. I want to write to from a swf,not AIR application. I am developing a kiosk type application which has to log user interaction data to a text file on the machine. Is there a code example for doing this? [URL]
View 1 RepliesI am building a banner ad and I am using Flash CS4. I need it so when someone clicks the banner it takes them to the page in a new window. Its just a a simple URL and I keep getting syntax errors now and I dont know how to do this properly. I have tried these methods.
[Code]...