Banner Slider load function

Hello all,
I've got a problem with a AS 1-2 code.
The problem is that I want to load external images. But it's keep giving me output errors, these are they:
Error opening URL 'file:///C|/Users/Tim%20Backx/Documents/2.%20Stage%20werk/Website%20Visual%20Brand/Bronne n/Sliders/undefined'
I know I'm giving only one error. But this multiplies by 3 and they are al the same.
So the swf works but the don't show up. And I don't know where to begin (anymore). I'm stuck with this for already 3 full days..
I would be very very very happy if someone can help me or can put me in the rigth direction !
Thank you in advance!
Here is my AS code:
playclip._visible = false;
menu.button_mc1.title_txt = title1;
menu.button_mc2.title_txt = title2;
menu.button_mc3.title_txt = title3;
menu.button_mc4.title_txt = title4;
visuals_MC.artist1_MC.loadMovie(Afbeeldingen,"Ebooks.png");
visuals_MC.artist2_MC.loadMovie(Afbeeldingen,"LOST.png");
visuals_MC.artist3_MC.loadMovie(Afbeeldingen,"Oceans.png");
visuals_MC.artist4_MC.loadMovie(Afbeeldingen,"Toy-Story-3.png");
visuals_MC.artist1_MC.onRelease = function() {
getURL(deUrl1, "http://www.visualbrand.nl");
visuals_MC.artist2_MC.onRelease = function() {
getURL(deUrl2, "http://www.visualbrand.nl");
visuals_MC.artist3_MC.onRelease = function() {
getURL(deUrl3, "http://www.visualbrand.nl");
visuals_MC.artist4_MC.onRelease = function() {
getURL(deUrl4, "http://www.visualbrand.nl");
urlButton.onRelease = function() {
getURL(doorgeefURL, "");
var btnnum = 0;
pauze.onRelease = function() {
visuals_MC.stop();
balk.stop();
pauze._visible = false;
playclip._visible = true;
if ("btn"+btnnum == "btn1") {
btn1.stop();
btn2.stop();
} else if ("btn"+btnnum == "btn2") {
btn2.stop();
btn3.stop();
} else if ("btn"+btnnum == "btn3") {
btn3.stop();
btn4.stop();
} else if ("btn"+btnnum == "btn4") {
btn4.stop();
btn1.stop();
// end else if
playclip.onRelease = function() {
visuals_MC.play();
balk.play();
playclip._visible = false;
pauze._visible = true;
if ("btn"+btnnum == "btn1") {
btn1.play();
btn2.play();
} else if ("btn"+btnnum == "btn2") {
btn2.play();
btn3.play();
} else if ("btn"+btnnum == "btn3") {
btn3.play();
btn4.play();
} else if ("btn"+btnnum == "btn4") {
btn4.play();
btn1.play();
// end else if
btn1.onRelease = function() {
getURL(deUrl1, "http://www.visualbrand.nl");
btn1.onRollOver = function() {
visuals_MC.gotoAndStop(3);
btn1.gotoAndStop("active");
btn4.gotoAndStop("notactive");
btn2.gotoAndStop("notactive");
btn3.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn1.onRollOut = function() {
visuals_MC.gotoAndPlay(401);
btn2.onRelease = function() {
getURL(deUrl2, "http://www.visualbrand.nl");
btn2.onRollOver = function() {
visuals_MC.gotoAndStop(112);
btn2.gotoAndStop("active");
btn4.gotoAndStop("notactive");
btn1.gotoAndStop("notactive");
btn3.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn2.onRollOut = function() {
visuals_MC.gotoAndPlay(100);
btn3.onRelease = function() {
getURL(deUrl3, "http://www.visualbrand.nl");
btn3.onRollOver = function() {
visuals_MC.gotoAndStop(212);
btn3.gotoAndStop("active");
btn4.gotoAndStop("notactive");
btn2.gotoAndStop("notactive");
btn1.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn3.onRollOut = function() {
visuals_MC.gotoAndPlay(200);
btn4.onRelease = function() {
getURL(deUrl4, "http://www.visualbrand.nl");
btn4.onRollOver = function() {
visuals_MC.gotoAndStop(311);
btn4.gotoAndStop("active");
btn3.gotoAndStop("notactive");
btn2.gotoAndStop("notactive");
btn1.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn4.onRollOut = function() {
visuals_MC.gotoAndPlay(300);
};playclip._visible = false;
menu.button_mc1.title_txt = title1;
menu.button_mc2.title_txt = title2;
menu.button_mc3.title_txt = title3;
menu.button_mc4.title_txt = title4;
visuals_MC.artist1_MC.loadMovie(Afbeeldingen,"Ebooks.png");
visuals_MC.artist2_MC.loadMovie(Afbeeldingen,"LOST.png");
visuals_MC.artist3_MC.loadMovie(Afbeeldingen,"Oceans.png");
visuals_MC.artist4_MC.loadMovie(Afbeeldingen,"Toy-Story-3.png");
visuals_MC.artist1_MC.onRelease = function() {
getURL(deUrl1, "http://www.visualbrand.nl");
//visuals_MC.artist1_MC.loadMovie("Afbeeldingen\Ebooks.jpeg");
visuals_MC.artist2_MC.onRelease = function() {
getURL(deUrl2, "http://www.visualbrand.nl");
visuals_MC.artist3_MC.onRelease = function() {
getURL(deUrl3, "http://www.visualbrand.nl");
visuals_MC.artist4_MC.onRelease = function() {
getURL(deUrl4, "http://www.visualbrand.nl");
urlButton.onRelease = function() {
getURL(doorgeefURL, "");
var btnnum = 0;
pauze.onRelease = function() {
visuals_MC.stop();
balk.stop();
pauze._visible = false;
playclip._visible = true;
if ("btn"+btnnum == "btn1") {
btn1.stop();
btn2.stop();
} else if ("btn"+btnnum == "btn2") {
btn2.stop();
btn3.stop();
} else if ("btn"+btnnum == "btn3") {
btn3.stop();
btn4.stop();
} else if ("btn"+btnnum == "btn4") {
btn4.stop();
btn1.stop();
// end else if
playclip.onRelease = function() {
visuals_MC.play();
balk.play();
playclip._visible = false;
pauze._visible = true;
if ("btn"+btnnum == "btn1") {
btn1.play();
btn2.play();
} else if ("btn"+btnnum == "btn2") {
btn2.play();
btn3.play();
} else if ("btn"+btnnum == "btn3") {
btn3.play();
btn4.play();
} else if ("btn"+btnnum == "btn4") {
btn4.play();
btn1.play();
// end else if
btn1.onRelease = function() {
getURL(deUrl1, "http://www.visualbrand.nl");
btn1.onRollOver = function() {
visuals_MC.gotoAndStop(3);
btn1.gotoAndStop("active");
btn4.gotoAndStop("notactive");
btn2.gotoAndStop("notactive");
btn3.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn1.onRollOut = function() {
visuals_MC.gotoAndPlay(401);
btn2.onRelease = function() {
getURL(deUrl2, "http://www.visualbrand.nl");
btn2.onRollOver = function() {
visuals_MC.gotoAndStop(112);
btn2.gotoAndStop("active");
btn4.gotoAndStop("notactive");
btn1.gotoAndStop("notactive");
btn3.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn2.onRollOut = function() {
visuals_MC.gotoAndPlay(100);
btn3.onRelease = function() {
getURL(deUrl3, "http://www.visualbrand.nl");
btn3.onRollOver = function() {
visuals_MC.gotoAndStop(212);
btn3.gotoAndStop("active");
btn4.gotoAndStop("notactive");
btn2.gotoAndStop("notactive");
btn1.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn3.onRollOut = function() {
visuals_MC.gotoAndPlay(200);
btn4.onRelease = function() {
getURL(deUrl4, "http://www.visualbrand.nl");
btn4.onRollOver = function() {
visuals_MC.gotoAndStop(311);
btn4.gotoAndStop("active");
btn3.gotoAndStop("notactive");
btn2.gotoAndStop("notactive");
btn1.gotoAndStop("notactive");
balk.gotoAndStop("notactive");
playclip._visible = false;
pauze._visible = true;
btn4.onRollOut = function() {
visuals_MC.gotoAndPlay(300);

visuals_MC.artist4_MC.loadMovie(Afbeeldingen,"Toy-Story-3.png");
should be...
visuals_MC.artist4_MC.loadMovie("Toy-Story-3.png", Afbeeldingen);
as should all the rest

Similar Messages

  • Slide Presentation functionality fails in preloader

    I am using MX 2004 Pro for a slide presenation on the web.
    Problem 1: viewer can see all the slides load before the
    start of the show. How do I prevent this??
    see problem here
    Is there an actionscript I can add to the presentation to
    keep slides2-20 invisible while the file loads?
    Problem 2: I created a preloader following
    this
    tutorial and was able to get the file to load nicely using
    example 1 -- HOWEVER the functionality of the screen buttons was
    lost. I could not get tutorial fixes to work.
    I've attached the code of the presentation

    any one please?

  • The value returned from the load function is not of type numeric  errors after migration to Coldfusion 11

    I am currently testing our website with CF11. It is currently working with CF8 however after migrating it to a new server running CF11 I have encountered the following error.
    The value returned from the load function is not of type numeric.
    The error occurred in
    D:/Applications/CFusion/CustomTags/nec/com/objects/address.cfc: line 263
    Called from D:/Applications/CFusion/CustomTags/nec/com/objects/contact.cfc: line 331
    Called from D:/Applications/CFusion/CustomTags/nec/com/objects/user.cfc: line 510
    Called from D:/Applications/CFusion/CustomTags/nec/com/objects/user.cfc: line 1675
    Called from D:/website/NECPhase2/action.validate.cfm: line 54
    261 : <cfif isNumeric(get.idCountry)>
    262 : <cfset rc = this.objCountry.setID(get.idCountry)>
    263 : <cfset rc = this.objCountry.load()>
    264 : </cfif>
    265 : <cfset this.sPostcode = get.sPostcode>
    Have there been any changes between CF8 and CF11 that could  cause this error?
    Does anyone have ideas?

    This is the code in file object file country.cfc (nec.com.objects.country):
    <cfcomponent displayname="Country object" hint="This is a Country object, it allows you to access and set values in the Country.">
    <!---
    // Construct this object
    --->
    <cfset this.objFunctions = CreateObject( 'component', 'nec.com.system.functions' )>
    <cfscript>
      this.idCountryID = 0;
      this.sCountryName = "";
      this.sISOCode = "";
      this.sDHLCode = "";
      this.iErrorID = "";
    </cfscript>
    <!---
    // The following functions are the setters and getters. offering us a better way to get
    // at the contents of the object
    --->
    <!---
    // Getters
    --->
    <cffunction name="getID" displayname="Get ID" returntype="numeric" output="false" hint="This returns the ID of the current item.">
      <cfreturn this.idCountryID>
    </cffunction>
    <cffunction name="getsCountryName" displayname="Get sCountryName" returntype="string" output="false" hint="This gets the sCountryName value of this item.">
      <cfreturn this.sCountryName>
    </cffunction>
    <cffunction name="getsISOCode" displayname="Get sISOCode" returntype="string" output="false" hint="This gets the sISOCode value of this item.">
      <cfreturn this.sISOCode>
    </cffunction>
    <cffunction name="getsDHLCode" displayname="Get sDHLCode" returntype="string" output="false" hint="This gets the sDHLCode value of this item.">
      <cfreturn this.sDHLCode>
    </cffunction>
    <cffunction name="iError" displayname="Get iError" returntype="numeric" output="false" hint="This returns the iError of the current item.">
      <cfreturn this.iError>
    </cffunction>
    <!---
    // Setters
    --->
    <cffunction name="setID" displayname="Set ID" returntype="boolean" output="false" hint="This sets the ID value of this item.">
      <cfargument name="idCountryID" required="true" type="numeric" displayname="ID" hint="The ID to use.">
      <cfset this.idCountryID = arguments.idCountryID>
      <cfreturn true>
    </cffunction>
    <cffunction name="setsCountryName" displayname="Set sCountryName" returntype="boolean" output="false" hint="This sets the sCountryName value of this item.">
      <cfargument name="sCountryName" required="true" type="string" displayname="sCountryName" hint="The sCountryName to use.">
      <cfset this.sCountryName = arguments.sCountryName>
      <cfreturn true>
    </cffunction>
    <cffunction name="setsISOCode" displayname="Set sISOCode" returntype="boolean" output="false" hint="This sets the sISOCode value of this item.">
      <cfargument name="sISOCode" required="true" type="string" displayname="sISOCode" hint="The sISOCode to use.">
      <cfset this.sISOCode = arguments.sISOCode>
      <cfreturn true>
    </cffunction>
    <cffunction name="setsDHLCode" displayname="Set sDHLCode" returntype="boolean" output="false" hint="This sets the sDHLCode value of this item.">
      <cfargument name="sDHLCode" required="true" type="string" displayname="sDHLCode" hint="The sDHLCode to use.">
      <cfset this.sDHLCode = arguments.sDHLCode>
      <cfreturn true>
    </cffunction>
    <!---
    // Clear, to empty out the contents of this object
    --->
    <cffunction name="clear" displayname="Clear items Details" returntype="boolean" output="false" hint="Clears out all of the items details.">
      <cfscript>
       this.sCountryName = "";
       this.sISOCode = "";
       this.sDHLCode = "";
       this.iErrorID = "";
      </cfscript>
      <cfreturn true>
    </cffunction>
    <!---
    // The following functions deal with the load, save and deleting of objects
    --->
    <!---
    // Load
    --->
    <cffunction name="load" displayname="Load items details" returntype="numeric" output="false" hint="This loads in all the information about an item.">
      <cfset rc = this.clear()>
      <!---
      // First of all we need to get the name of the data source we are going to be using
      --->
      <cfscript>
      objDS = CreateObject("component","nec.com.system.settings");
      sDatasource = objDS.getDatasource();
    </cfscript>
      <!---
      // Check to see if it exists
      --->
      <cftry>
       <cfquery name="checkID" datasource="#sDatasource#">
        SELECT idCountryID
        FROM tblCountry
        WHERE idCountryID = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("load: checkID: '#this.idCountryID#' #cfcatch.detail#");
        </cfscript>
        <cfset this.iErrorID = iErrorID>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfif not checkID.recordCount>
       <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         if(isDefined("session.afr")){
          whichOne = "#session.afr.getsAFRNumber()#";
         } else {
          whichOne = "";
         iErrorID = objError.addError("A Country with that id doesn't exists.[#this.idCountryID#][#whichOne#]");
        </cfscript>
       <cfset this.iErrorID = iErrorID>
       <cfreturn iErrorID>
      </cfif>
      <!---
      // If we got past all then then load in the details
      --->
      <cftry>
       <cfquery name="get" datasource="#sDatasource#">
        SELECT idCountryID, RTRIM(sCountryName) as sCountryName, RTRIM(sISOCode) as sISOCode, RTRIM(sDHLCode) as sDHLCode
        FROM tblCountry
        WHERE idCountryID = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("load: get: #cfcatch.detail#");
        </cfscript>
        <cfset this.iErrorID = iErrorID>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfset this.idCountryID = get.idCountryID>
      <cfset this.sCountryName = get.sCountryName>
      <cfset this.sISOCode = get.sISOCode>
      <cfset this.sDHLCode = get.sDHLCode>
      <cfset this.iErrorID = "">
      <cfreturn true>
    </cffunction>
    <!---
    // Save
    --->
    <cffunction name="save" displayname="Save items Details" returntype="numeric" output="false" hint="Saves (to some source) the current details for the ID of the item.">
      <!---
      // First of all we need to get the name of the data source we are going to be using
      --->
      <cfscript>
      objDS = CreateObject("component","nec.com.system.settings");
      sDatasource = objDS.getDatasource();
    </cfscript>
      <!---
      // Now check to see if ithat ID exists
      --->
      <cftry>
       <cfquery name="checkID" datasource="#sDatasource#">
        SELECT idCountryID
        FROM tblCountry
        WHERE idCountryID = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("save: checkID: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <!---
      // If it doesn't exist, then add the record, otherwise update the record
      --->
      <cfif not checkID.recordCount>
       <cfreturn this.add()>
      <cfelse>
       <cfreturn this.update()>
      </cfif>
    </cffunction>
    <!---
    // Add
    --->
    <cffunction name="add" displayname="Add Country" returntype="numeric" output="false" hint="This adds a Country.">
      <!---
      // Check to see if that a different item isn't already using the same unique details
      --->
      <cftry>
       <cfquery name="checkUnique" datasource="#sDatasource#">
        SELECT idCountryID
        FROM tblCountry
        WHERE sCountryName = '#this.objFunctions.scrubText(this.sCountryName)#'
        OR sISOCOde = '#this.objFunctions.scrubText(this.sISOcode)#'
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("add: checkUnique: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfif checkUnique.recordCount>
       <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("A Country with that name or ISO code already exists. idCountryID=#checkUnique.idCountryID#");
        </cfscript>
       <cfreturn iErrorID>
      </cfif>
      <cftry>
       <cfquery name="add" datasource="#sDatasource#">
        SET nocount on
        INSERT INTO tblCountry(sCountryName, sISOCode, sDHLCode)
        VALUES('#this.objFunctions.scrubText(this.sCountryName)#','#this.objFunctions.scrubText(t his.sISOCode)#','#this.objFunctions.scrubText(this.sDHLCode)#')
        SELECT @@identity as autoID
        SET nocount off  
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("add: add: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfreturn add.autoID>
    </cffunction>
    <!---
    // Update
    --->
    <cffunction name="update" displayname="Update Country" returntype="numeric" output="false" hint="This updates a Country record.">
      <!---
      // Check to see if that a different item isn't already using the same unique details
      --->
      <cftry>
       <cfquery name="checkUnique" datasource="#sDatasource#">
        SELECT idCountryID
        FROM tblCountry
        WHERE (sCountryName = '#this.objFunctions.scrubText(this.sCountryName)#'
        OR sISOCOde = '#this.objFunctions.scrubText(this.sISOcode)#')
        AND idCountryID <> #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("update: checkUnique: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfif checkUnique.recordCount>
       <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("Another Country with that name already exists. idCountryID=#checkUnique.idCountryID#");
        </cfscript>
       <cfreturn iErrorID>
      </cfif>
      <!---
      // Attempt to update the record to the datasource
      // if this fails for any reason then we submit an error message
      // to the error component and return the ID of the error
      --->
      <cftry>
       <cfquery name="update" datasource="#sDatasource#">
        UPDATE tblCountry
        SET sCountryName = '#this.objFunctions.scrubText(this.sCountryName)#',
        sISOCode = '#this.objFunctions.scrubText(this.sISOCode)#',
        sDHLCode = '#this.objFunctions.scrubText(this.sDHLCode)#'
        WHERE idCountryID = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("update: update: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfreturn this.idCountryID> 
    </cffunction>
    <!---
    // Delete
    --->
    <cffunction name="delete" displayname="Delete Country" returntype="numeric" output="false" hint="This deletes a Country record.">
      <!---
      // First of all we need to get the name of the data source we are going to be using
      --->
      <cfscript>
      objDS = CreateObject("component","nec.com.system.settings");
      sDatasource = objDS.getDatasource();
    </cfscript>
      <!---
      // Now check to see if ithat ID exists
      --->
      <cftry>
       <cfquery name="checkID" datasource="#sDatasource#">
        SELECT idCountryID
        FROM tblCountry
        WHERE idCountryID = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("delete: checkID: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfif not checkID.recordCount>
       <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("A Country with that id doesn't exists, delete failed.");
        </cfscript>
       <cfreturn iErrorID>
      </cfif>
      <!---
      // Now check to see if there are any dependancies, if so we can't delete the item
      --->
      <cftry>
       <cfquery name="checkDependancies" datasource="#sDatasource#">
        SELECT idCountry
        FROM tblAddress
        WHERE idCountry = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("delete: checkDependancies: idCountry: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfif checkDependancies.recordCount>
       <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("That Country is being used by an address, delete failed.");
        </cfscript>
       <cfreturn iErrorID>
      </cfif>
      <!---
      // Now attempt to remove the record.
      // if this fails for any reason then we submit an error message
      // to the error component and return the ID of the error
      --->
      <cftry>
       <cfquery name="delete" datasource="#sDatasource#">
        DELETE FROM tblCountry
        WHERE idCountryID = #this.idCountryID#
       </cfquery>
       <cfcatch>
        <cfscript>
         objError = CreateObject("component","nec.com.system.errors");
         iErrorID = objError.addError("delete: delete: #cfcatch.detail#");
        </cfscript>
        <cfreturn iErrorID>
       </cfcatch>
      </cftry>
      <cfreturn this.idCountryID>
    </cffunction>
    </cfcomponent>

  • How to overide Slider a function ?

    Hi,
    I'm trying to override a slider function, but I get an error : "Namespace was not found or is not a compile-time constant:
    Code:
    // ActionScript file
    package  {
        import mx.controls.sliderClasses.Slider;
        import mx.core.UIComponent;
    use namespace mx_internal;
        public class SliderX extends Slider{
            public function SliderX ():void{
                super();
         *  Get the thumb's x position from a slider value. 
            override mx_internal function getXFromValue(v:Number):Number
                return 0;

    Thanks... Now that its not 3am it seems so much clearer...
    -g

  • Intro banner slide show gallery

    I'm trying to find a banner slide show or tutor to build in flash a banner similar to the one on this page http://www.greggavedon.com/ . I have searched on google and can only seem to find tutor or programs that are sinlge image banner rotators. Can anyone point me in the right direction?
    Thanks

    Thank you for your reply, I must have not been
    clear, not the top banner but the flash movie on the page. But in the mean time
    I figured it out, well except for the transformations

  • Unable to load function storage while opening MM

    Hi All,
      I am eporting the design object from development to a completely new different server.
    i used to get all the object in place other than the MMAPPING.
    when i open the MM , i faced an error showing "Unable to load function storage""
    Can anone suggest me the right approach that i have to follow.
    thanks.
    JD.

    Hi,
    in new server u also ulpoad standrad IDOC that u r using in message mapping
    if not then upload ot and try agin
    thnaks
    Amit Shivhare

  • Create a parallax banner slider in edge?

    Hi there
    I'd like to create a banner slider with a parallax effect, and would like to use EDGE to do it so that others in the office can edit it. IDeally it will fade between a few background images, with each getting lightly animated elements and text overtop.
    Can edge do this?

    Yes.
    To get started  check out the lessons  in Edge Animate
    And also here is a tutorial to on Parallax banner too http://www.adobe.com/inspire/2014/01/parallax-edge-animate.html

  • Failed to load function!d3d9.dll Direct3DCreate9

    For some reason after updating mumble when I open skype with mumble running i get an error message saying Failed to load function!d3d9.dll Direct3DCreate9 however if I close mumble completely and open skype it works fine. I can then open mumble after skype is running and there are no issues. This has gotten extremely annoying and I have tried individually replacing the d3d9.dll files (by downloading the directx files directly from microsoft and manually copying them into system32 AND by using their installer) but it didn't change anything. I attatched my dxdiag text log to this post as well. Any help is appreciated

    Please,  run the DirectX diagnostics tool. Go to Windows Start  and in the Run box type dxdiag.exe and press the OK button. This will start the DirectX diagnostics program. Run this diagnostics and save the results to a file. Please, attach this file to your post. Be aware that you will have to zip this file before attaching it here.

  • How do I save the "Slide Show" functions when off line ?

    I'm working on an interative porfolio (to use off line) using IWeb. But once saved in a folder on my computer, the Slide Show functions (black background, reflection effects, sliding thumbnails, etc.) are not existing (?)
    By the way, can anybody tell me about a good (and simple to use !) shareware for editing iteractive slideshows ?
    Thanks !

    Thanks a lot !
    Those links are perfect !
    The slideshow effects you mention are only available
    when you publish to .Mac.
    It is possible to enhance the slideshow you get when
    you publish to a folder, but you need the help of
    third-party expertise. Your first port of call should
    be here:
    http://www.geocities.com/[email protected]/iWeb.htm
    l
    As an alternative, you might also like to take a look
    at the first post in this Discussions topic:
    http://discussions.apple.com/thread.jspa?threadID=3132
    01&tstart=0
    [ Visit here
    for iWeb Tips, Tricks and Hacks ]

  • Object load-function

    I am trying to write a class called toolkit, where I want a load function for a certain object. Is it possible to have a function that load and returns a specific object? The class does not have a main, and I have to handle just about every error as well.
    If anyone could write, or perhaps point in a direction of a source code that does this, it would be highly appreciated.
    Regards,
    Tud

    What, you mean like deserializing a serialized object?
    Or loading a class from a class name?
    Or just instantiating an object for a class your code already knows about?

  • Integrate Dataworkshop Data Load functionality into an Application

    Is it possible to reuse the Data Load functionality provided by the Dataworkshop inside an application. I'm writing a batch processing app and it would be great to have reuse the load capability that already exists, perhaps by default in target tables and attributes, are there any api's available to allow this?
    Thanks in advance for your help,
    Matt

    Just a small comment on the solution provided at the link above Jari - it is feasible to have a carriage return within double quotes and it not be the end of the line. The solution above breaks if that happens.
    You could add a few lines like:
             if v_char = '"' then
                 b_insidequotes:= not b_insidequotes; -- Toggle Inside Quotes
             end if;
      IF v_char = CHR (10) and not b_insidequotes AND v_position < v_clob_len OR v_position = v_clob_len
             THENThis will handle any 'Notes' type fields you may have in your CSV file.
    Cheers,
    Matt

  • How to automatically load function parameters when editing c/c++ DLL call?

    I built a DLL in CVI and is used in TestStand, I want this DLL to have the ability to automatically load function parameters after specifying Module pathname and function name in "Edit C/C++ DLL Call" dialog? How can I do it?

    Staring with CVI 7.1 and TestStand 3.1 you do not need a type library for TestStand to load parameters automatically. Just make sure you declare your exported functions with the __declspec(dllexport) modifier as in the following code:
    __declspec(dllexport) void fun(void)

  • "GLM7X.dll Load Function fpfindMBInfo failed"

    After updating the Nvidea nForce4 drivers to the current version, I started getting the error "GLM7X.dll Load Function fpfindMBInfo failed"
    I looked for GLM7X.dll and found it in all of the MSI application/utility folders albeit with wildly differing versions. Ranging from 0.3.0.0 to 0.6.10.24.
    a) Can anyone offer me an explanation/solution to this error ? Core Center (newest version) & DigiCell (odest version) and  Live Monitor (middle of the road version) load at start up
    b) Should I overwrite the older GLM7X.DLL's with copies of the newest ones in each of the located folders ?
    Cheers, Peter

    Peter,
    Use the latest nVidia nForce Drivers
    Take Care,
    Richard

  • Beta 2 On-Load Function?

    Hi, I just wanted to know if there's a way to do as in the first beta a On-Load of the state. (It was in the black box.)
    Just here is my problem. I have a starting animation that goes off at first load of the application. This gets the user to the main menu. Then, when I come back to the main menu, from another slate, I want a part of this animation to play, but not all of it. And I can't make it work. Here is how I'm doing and why I need that "On-Load" function
    Slate A (Start Of the animation) On application start goes to Slate B (Works)
    Slate B (Part of the animation I want to repeat) *Must go to Slate C when triggered* (Doesn't work)
    Slate C (Main Menu)
    Can someone Help?

    Hi Fredy,
    This feature is still there, it's just moved to a different place in the UI.  Deselect (for example by clicking in a blank area of the artboard), then look in the Interactions panel.  The heading should say "Application."  Click the Add Interaction button and add a new interaction for "On Application Start."
    If you don't see the Interations panel, it probably means you didn't uninstall beta 1 before installing beta 2 on top of it.  This can cause a number of problems.  To fix this particular issue, go to Window > Reset Workspace.
    - Peter

  • Using javascript to delay flash banner from loading

    I have a website built in HTML with a small flash banner. My
    problem is that the flash loads before the rest of the page loads.
    Is there a way to delay the flash from loading using javascript
    until the rest of the page has loaded?
    Thanks for your help.

    It is a bit complicated but you can set a delayed function,
    where you will load the flash banner:
    var interval;
    interval = window.setInterval("loadBanner()", 1000);
    var i = 0;
    function loadBanner() {
    // code for banner load
    it is not a best methode but it works,
    Titti
    http://textures.z7server.com/

Maybe you are looking for

  • I can't get itunes to open. Any suggestions?

    i can't get itunes to open. Any suggestions?

  • Error Document type "" not defined

    Hi All, I am getting below error message when i am trying to see the output of a query build on Infoset in SAP R3 system. The Infoset is build on top of BKPF,BSEG and EKPO Tables. Document type  not defined Message no. F5814 Diagnosis Financial Accou

  • How to dynamically populate a listbox with the values in the database

    Hi, How do dynamically populate the list box with the values in the oracle database. I want to load the list box at run time.Plz anybody help me out to find a solution for this problem. Thanks in advance... Regards, Shiva.

  • 9850 speed dial issue

    I have a 9850 os 7.1 and have been having speed dial problems. I can touch and hold a number but the phone will not always dial. Sometimes I have to hold it for 10-15 seconds before it starts to dial. Other time I have to release and try again. I've

  • Local werc webserver

    Dear all, I'm trying to run a werc website locally on my machine, but it's not that easy. When I open http://localhost in a browser, I only get the source file index.md as a text file, instead of the full werc interface. I use lighttpd as a webserver