Preloader prob

Preloader loads to 100%, but won´t start playing, needs to reload page.
Any help would be appreciated. Here´s the code:
package KC {
import flash.display.MovieClip;
import flash.display.Sprite;
import flash.display.Loader;
import flash.net.URLRequest;
import flash.events.*;
import br.com.stimuli.loading.BulkLoader;
    import br.com.stimuli.loading.BulkProgressEvent;
import caurina.transitions.*;
import flash.net.*;
public class Main extends MovieClip {
public var contentPages:Array = new Array;
public var currentPage;
public var bulkLdr:BulkLoader = new BulkLoader("main-site");
var loaderAnimation:pagePreLoader = new pagePreLoader();
public function Main():void {
contentPages = [ {page: "0.swf"},
{page: "1.swf"},
{page: "2.swf"},
{page: "3.swf"},
{page: "4.swf"},
{page: "5.swf"},
{page: "6.swf"},
{page: "7.swf"},
{page: "8.swf"},
{page: "9.swf"},
{page: "10.swf"},
{page: "11.swf"},
{page: "12.swf"},
{page: "13.swf"},
{page: "14.swf"},
{page: "15.swf"},
{page: "16.swf"}];
for(var a = 0; a < contentPages.length; a++) {
bulkLdr.add(contentPages[a].page);
bulkLdr.start();
bulkLdr.get("4.swf").addEventListener(BulkProgressEvent.PROGRESS, introProgressEvent);
bulkLdr.get("4.swf").addEventListener(BulkProgressEvent.COMPLETE, introCompleteEvent);
introScreen.addEventListener(Event.ENTER_FRAME, introEnterFrameEvent);
public function introEnterFrameEvent(evt:Event) {
removeIntro();
public function introCompleteEvent(evt:Event) {
removeIntro();
public function removeIntro():void {
if(introScreen.totalFrames ==  introScreen.currentFrame) {
if(bulkLdr.get("4.swf").bytesLoaded == bulkLdr.get("4.swf").bytesTotal) {
bulkLdr.get("4.swf").removeEventListener(BulkProgressEvent.COMPLETE, introCompleteEvent);
bulkLdr.get("4.swf").removeEventListener(BulkProgressEvent.PROGRESS, introProgressEvent);
introScreen.removeEventListener(Event.ENTER_FRAME, introEnterFrameEvent);
loadContent("4.swf");
caurina.transitions.Tweener.addTween(introScreen, {alpha: 0, time:2.2, onComplete:function() { removeChild(getChildByName("introScreen"));}});
this.addEventListener("more_news", loadnews);
public function introProgressEvent(evt:ProgressEvent):void {
introScreen.percent.text = Math.ceil(100 * (evt.bytesLoaded / evt.bytesTotal)) + "%";
public function traceMe() :void{
trace("Called on main timeline");
public function loadContent(swfName:String):void {
var currentPage = swfName; //
for(var e = 0; contentHolder.numChildren > e; e++) {
contentHolder.removeChildAt(e);
if (bulkLdr.get(swfName).bytesLoaded == bulkLdr.get(swfName).bytesTotal) {
bulkLdr.getContent(swfName).gotoAndPlay(1);
contentHolder.addChild(bulkLdr.getContent(swfName));
else {
contentHolder.addChild(loaderAnimation);
bulkLdr.get(bulkLdr.get(swfName)).addEventListener(BulkProgressEvent.PROGRESS, loaderProgressEvent);
bulkLdr.get(bulkLdr.get(swfName)).addEventListener(BulkProgressEvent.COMPLETE, loaderCompleteEvent);
public function loaderProgressEvent(evt:ProgressEvent):void {
loaderAnimation.ldrPercent.text = Math.ceil(100 * (evt.bytesLoaded / evt.bytesTotal)) + "% loaded";
public function loaderCompleteEvent(evt:Event):void {
currentPage.removeEventListener(BulkProgressEvent.PROGRESS, loaderProgressEvent);
currentPage.removeEventListener(BulkProgressEvent.COMPLETE, loaderCompleteEvent);
loadContent(currentPage);
public function loadnews(evt:Event){
trace("Toimii");

I did some testing and bulkLoader class is ok.
I took of transitions from preloader page, but it didn´t solve the prob.
Preloader stops at 100% on some browsers, but not with all.
I have multiple swfs and total size ab 25Mb(lots of bitmaps).
Maybe that causes prob, I´m not sure.
Any further suggestions to solve this?
Here´s code:
package KC {
    import flash.display.MovieClip;
    import flash.display.Sprite;
    import flash.display.Loader;
    import flash.net.URLRequest;
    import flash.events.*;
    import br.com.stimuli.loading.BulkLoader;
    import br.com.stimuli.loading.BulkProgressEvent;
    import caurina.transitions.*;
    import flash.net.*;
    public class Main extends MovieClip {
        public var contentPages:Array = new Array;
        public var currentPage;
        public var bulkLdr:BulkLoader = new BulkLoader("main-site");
        var loaderAnimation:pagePreLoader = new pagePreLoader();
        public function Main():void {
            contentPages = [     {page: "1.swf"},
                                        {page: "2.swf"},
                                        {page: "3.swf"},
                                        {page: "4.swf"},
                                        {page: "5.swf"},
                                        {page: "6.swf"},
                                        {page: "7.swf"},
                                        {page: "8.swf"},
                                        {page: "9.swf"},
                                        {page: "10.swf"},
                                        {page: "11.swf"},
                                        {page: "12.swf"},
                                        {page: "13.swf"},
                                        {page: "14f.swf"},
                                        {page: "15.swf"},
                                        {page: "16.swf"},
                                        {page: "17.swf"}];
            for(var a = 0; a < contentPages.length; a++) {
                bulkLdr.add(contentPages[a].page);
            bulkLdr.start();
            bulkLdr.get("pesark_5.swf").addEventListener(BulkProgressEvent.PROGRESS, introProgressEvent);
            bulkLdr.get("pesark_5.swf").addEventListener(BulkProgressEvent.COMPLETE, introCompleteEvent);
            introScreen.addEventListener(Event.ENTER_FRAME, introEnterFrameEvent);
        public function introEnterFrameEvent(evt:Event) {
            removeIntro();
        public function introCompleteEvent(evt:Event) {
            removeIntro();
        public function removeIntro():void {
            if(introScreen.totalFrames ==  introScreen.currentFrame) {
                 if(bulkLdr.get("5.swf").bytesLoaded == bulkLdr.get("5s.swf").bytesTotal) {                    
                    bulkLdr.get("5.swf").removeEventListener(BulkProgressEvent.COMPLETE, introCompleteEvent);
                    bulkLdr.get("5.swf").removeEventListener(BulkProgressEvent.PROGRESS, introProgressEvent);
                    introScreen.removeEventListener(Event.ENTER_FRAME, introEnterFrameEvent);
                    loadContent("5.swf");
                    removeChild(getChildByName("introScreen"));}});
                    this.addEventListener("more_news", loadnews);
        public function introProgressEvent(evt:ProgressEvent):void {
            introScreen.percent.text = Math.ceil(100 * (evt.bytesLoaded / evt.bytesTotal)) + "%";
        public function traceMe() :void{
    trace("Called on main timeline");
        public function loadContent(swfName:String):void {
            var currentPage = swfName;
            for(var e = 0; contentHolder.numChildren > e; e++) {               
                contentHolder.removeChildAt(e);
            if (bulkLdr.get(swfName).bytesLoaded == bulkLdr.get(swfName).bytesTotal) {
                bulkLdr.getContent(swfName).gotoAndPlay(1);
                contentHolder.addChild(bulkLdr.getContent(swfName));
            else {
                contentHolder.addChild(loaderAnimation);
                bulkLdr.get(bulkLdr.get(swfName)).addEventListener(BulkProgressEvent.PROGRESS, loaderProgressEvent);
                bulkLdr.get(bulkLdr.get(swfName)).addEventListener(BulkProgressEvent.COMPLETE, loaderCompleteEvent);
        public function loaderProgressEvent(evt:ProgressEvent):void {
            loaderAnimation.ldrPercent.text = Math.ceil(100 * (evt.bytesLoaded / evt.bytesTotal)) + "% loaded";
        public function loaderCompleteEvent(evt:Event):void {
            currentPage.removeEventListener(BulkProgressEvent.PROGRESS, loaderProgressEvent);
            currentPage.removeEventListener(BulkProgressEvent.COMPLETE, loaderCompleteEvent);
            loadContent(currentPage);
        public function loadnews(evt:Event){
            trace("Toimii");

Similar Messages

  • Progress bar as preloader prob

    Hi,
    I can't get the progress bar to disappear once a video via
    FLVPlayBack has loaded.
    I'm using the following code... any ideas anyone...
    myBarListener=new Object();
    myBarListener=function(eventObject) {
    myBar._visible=false;

    Sorry - I'm a beginner and try not to use ActionScript that
    much. On the point of sounding like an idiot can I ask you to
    explain to me what I need to do step by step - as I'm looking for a
    quick solution...??
    many thanks...

  • Trying to decode this from USB Prober re. old joystick device

    I'm troubleshooting a USB issue with an old joystick device. I can't find explanations to the various fields in USB Prober, i.e. what are the consequences of specific values/labels. I would like to verify that this device will not work with OS Mavericks or if possible find a workaround.
    The device shows up on USB Prober, but it will not show up in "Joystick and Gamepad Tester" for Mac and will not work in FG v3.0 for Mac.
    The device does work under a virtual WinXP on my iMac, but the application (FG v3.0) under the virtual machine is running very slow.
    I suspect the "Not Captive" could be the problem, but I would appreciate help to simply understand what the various outputs from USB Prober means for this device and what you think causes it not to work and of course if there is any way in your opnion to make it work.
    From USB Prober:
    Full Speed device @ 5 (0xFD130000): .............................................   Composite device: "Wingman Force"
        Port Information:   0x0018
               Not Captive
               External Device
               Connected
               Enabled
        Device Descriptor  
            Descriptor Version Number:   0x0100
            Device Class:   0   (Composite)
            Device Subclass:   0
            Device Protocol:   0
            Device MaxPacketSize:   8
            Device VendorID/ProductID:   0x046D/0xC281   (Logitech Inc.)
            Device Version Number:   0x0100
            Number of Configurations:   1
            Manufacturer String:   1 "Logitech"
            Product String:   2 "Wingman Force"
            Serial Number String:   0 (none)
        Configuration Descriptor  
            Length (and contents):   32
            Number of Interfaces:   1
            Configuration Value:   1
            Attributes:   0x40 (self-powered)
            MaxPower:   0 ma
            Interface #0 - Vendor-specific  
                Alternate Setting   0
                Number of Endpoints   2
                Interface Class:   255   (Vendor-specific)
                Interface Subclass;   255   (Vendor-specific)
                Interface Protocol:   255
                Endpoint 0x82 - Interrupt Input  
                    Address:   0x82  (IN)
                    Attributes:   0x03  (Interrupt no synchronization data endpoint)
                    Max Packet Size:   16
                    Polling Interval:   8 ms
                Endpoint 0x01 - Interrupt Output  
                    Address:   0x01  (OUT)
                    Attributes:   0x03  (Interrupt no synchronization data endpoint)
                    Max Packet Size:   32
                    Polling Interval:   4 ms
    From Logitech support forum:
    Re: Logitech Wingman Force & Windows 7 64-bit
    Options
    06-25-2012 11:21 AM
    SO:
    The Wingman Force and Formula Force are not USB HID products
    They do not use the common drivers that HID products can
    They are serial products that can use a special USB adapter and communicate to the PC in very nonstandard ways
    Their feedback effects HAVE to be prewritten to the memory of the device and executed by calling to the memory space of the effect. Every USB Force Feecback device we made after these two devices can accept on-the-fly effects sent to them from the comptuer and do not require preloading to the hardware.
    The memory of the device was quite good at the time of the build, but now and with what game developers are doing, it's very limited
    To extend the life of the product, we implemented ever-more complex tricks to get the device to transparently work as long as possible, but modern game effects continued to put more demand on the hardware.
    With 64-bit addressing, our tricks were completely broken. Considering the limitations of the hardware on such a fundamental level, we did not continue development. To unify the codebase, all support was taken out for both 5.x builds, and if you want to continue using this product, use LGS 4.6 on a Windows x86 machine.
    Our LGS 4.6 code is not prepared for public release and I do not think we will ever release it openly.
    Update: Here is more information from USB Prober IORegistry:                5: Wingman Force@fd130000  <class IOUSBDevice>
    Message was edited by: renapple

    As long as you have not reloaded much (or any) new information to the iPod (or the PCs), the following links will direct you to software that has a chance of recovering some or all of your music files. Most are not shareware or freeware, so you may have to spend a little money.....
    This PodSalvage software will only work with Macs running OS X. See the PodSalvage page at SubRosaSoft.com: http://www.subrosasoft.com/MacSoftware/index.php?mainpage=product_info&productsid=2
    This link will give you several 'Erased iPod' recovery resources for both Mac and Windows users:
    http://forums.ipodlounge.com/showthread.php?s=&threadid=45619
    Make sure you read through many of the posts on the iLounge – some folks had good results, others had poor results. There seems to be a split camp on the effectiveness of recovery programs.
    Either way, strongly consider a backup strategy after you recover/replace your music: http://discussions.apple.com/click.jspa?searchID=210939&messageID=1215125
    http://www.recover4all.com/
    http://www.pcinspector.de/file_recovery/UK/welcome.htm
    http://www.handyrecovery.com/index.shtml
    http://www.stellarinfo.com/mac-data-recovery.htm
    http://www.binarybiz.com/vlab/mac.php
    http://www.yamipod.com/main/modules/home/

  • Preload external swf's

    Hi,
    Every time I have asked this question, people say , just go
    online you'll find lots of preloaders out there. Or, its documented
    really well in flash help. BUt I still dont get it. Im sure that
    anyone who knows actionscript moderately well can figure it out no
    prob.
    All I want to do is preload 3 external swf's into my main
    movie - and I want to include the preloading script in the
    preloading script I already have for my main movie. This is the
    script Im using (it has a loader bar etc,..).
    onClipEvent (load) {
    if (_parent.getBytesTotal() == _parent.getBytesLoaded()) {
    quickPlay = true;
    } else {
    preLoad = (_parent.getBytesTotal() * 0.75); //percent to
    preload
    _parent.stop();
    onClipEvent (enterFrame) {
    gotoAndStop(loadedIndicatorFrame());
    if (quickPlay == true) { //quickly play the anim
    if (_currentframe == _totalframes) {
    _parent.play();
    } else { //wait for the preload
    if (_parent.getBytesLoaded() >= preLoad) {
    _parent.play();
    Can someone help me out here?
    Also, if I preload it right at the beginning, do I need to
    additionally specify the place (empty mc) that I want to eventually
    run it in?
    Thanks a million for anyone who can help with this. Please
    dont tell me its well document\ed, because although it may, Its
    just as hard to figure it out with the documentation, Im not great
    at action script.

    I'm having a similar issue!
    I am currently building a web gallery that loads external
    .swfs (of each gallery) into movie clip containers within seperate
    frames.
    Is there any way to preload those .swfs in the background
    before they are called upon by going to those frames?
    An example of a site I built in this manner can be found
    here:
    http://gillestoucas.com/
    Help! Thanks a bunch!

  • Decoding USB Prober output on iMac

    I'm troubleshooting a USB issue with an old joystick device. I can't find explanations to the various fields in USB Prober, i.e. what are the consequences of specific values/labels. I would like to verify that this device will not work with OS Mavericks or if possible find a workaround.
    The device shows up on USB Prober, but it will not show up in "Joystick and Gamepad Tester" for Mac and will not work in FG v3.0 for Mac.
    The device does work under a virtual WinXP on my iMac, but the application (FG v3.0) under the virtual machine is running very slow.
    I suspect the "Not Captive" could be the problem, but I would appreciate help to simply understand what the various outputs from USB Prober means for this device and what you think causes it not to work and of course if there is any way in your opnion to make it work.
    From USB Prober:
    Full Speed device @ 5 (0xFD130000): .............................................   Composite device: "Wingman Force"
        Port Information:   0x0018
               Not Captive
               External Device
               Connected
               Enabled
        Device Descriptor 
            Descriptor Version Number:   0x0100
            Device Class:   0   (Composite)
            Device Subclass:   0
            Device Protocol:   0
            Device MaxPacketSize:   8
            Device VendorID/ProductID:   0x046D/0xC281   (Logitech Inc.)
            Device Version Number:   0x0100
            Number of Configurations:   1
            Manufacturer String:   1 "Logitech"
            Product String:   2 "Wingman Force"
            Serial Number String:   0 (none)
        Configuration Descriptor 
            Length (and contents):   32
            Number of Interfaces:   1
            Configuration Value:   1
            Attributes:   0x40 (self-powered)
            MaxPower:   0 ma
            Interface #0 - Vendor-specific 
                Alternate Setting   0
                Number of Endpoints   2
                Interface Class:   255   (Vendor-specific)
                Interface Subclass;   255   (Vendor-specific)
                Interface Protocol:   255
                Endpoint 0x82 - Interrupt Input 
                    Address:   0x82  (IN)
                    Attributes:   0x03  (Interrupt no synchronization data endpoint)
                    Max Packet Size:   16
                    Polling Interval:   8 ms
                Endpoint 0x01 - Interrupt Output 
                    Address:   0x01  (OUT)
                    Attributes:   0x03  (Interrupt no synchronization data endpoint)
                    Max Packet Size:   32
                    Polling Interval:   4 ms
    From Logitech support forum:
    Re: Logitech Wingman Force & Windows 7 64-bit
    Options
    06-25-2012 11:21 AM
    SO:
    The Wingman Force and Formula Force are not USB HID products
    They do not use the common drivers that HID products can
    They are serial products that can use a special USB adapter and communicate to the PC in very nonstandard ways
    Their feedback effects HAVE to be prewritten to the memory of the device and executed by calling to the memory space of the effect. Every USB Force Feecback device we made after these two devices can accept on-the-fly effects sent to them from the comptuer and do not require preloading to the hardware.
    The memory of the device was quite good at the time of the build, but now and with what game developers are doing, it's very limited
    To extend the life of the product, we implemented ever-more complex tricks to get the device to transparently work as long as possible, but modern game effects continued to put more demand on the hardware.
    With 64-bit addressing, our tricks were completely broken. Considering the limitations of the hardware on such a fundamental level, we did not continue development. To unify the codebase, all support was taken out for both 5.x builds, and if you want to continue using this product, use LGS 4.6 on a Windows x86 machine.
    Our LGS 4.6 code is not prepared for public release and I do not think we will ever release it openly.
    Update: Here is more information from USB Prober IORegistry:                5: Wingman Force@fd130000  <class IOUSBDevice>
    Message was edited by: renapple
    iPhoto '08, OS X Mavericks (10.9.2), iPhone 4 32 GB and iPhone 4 8 GB 

    Thank you for replying Rudegar
    I just got this further information from USB Prober:
    bcdDevice   256 (0x100)
    bDeviceClass   0 (0x0)
    bDeviceProtocol   0 (0x0)
    bDeviceSubClass   0 (0x0)
    bMaxPacketSize0   8 (0x8)
    bNumConfigurations   1 (0x1)
    Bus Power Available   250 (0xfa)
    Device Speed   1 (0x1)
    idProduct   49793 (0xc281)
    idVendor   1133 (0x46d)
    iManufacturer   1 (0x1)
    IOCFPlugInTypes  
        9dc7b780-9ec0-11d4-a54f-000a27052861   IOUSBFamily.kext/Contents/PlugIns/IOUSBLib.bundle
    IOGeneralInterest   IOCommand is not serializable
    IOUserClientClass   IOUSBDeviceUserClientV2
    iProduct   2 (0x2)
    iSerialNumber   0 (0x0)
    locationID   -49086464 (0xfd130000)
    Low Power Displayed   No
    PortNum   3 (0x3)
    Requested Power   0 (0x0)
    sessionID   3548107075914 (0x1ba9714a1ba9714a)
    USB Address   5 (0x5)
    USB Product Name   Wingman Force
    USB Vendor Name   Logitech
    Can you explain to me what it is that makes this device unserviceable in Mac OS?
    Besides the virtual machine where there is a WinXP driver there's also a driver for it in Linux. I do not know if the open source of Linux can be used for anything in this respect. Do you know anything about that?

  • Problem with Preloader in my Flash AS2 Game

    I have been using this tutorial to make a preloader:
    http://www.republicofcode.com/tutori.../preloader_bc/
    I have run into one problem though.
    When I simulate the download, it just shows the background color of the game while it loads, and when it finished loading, it shows the loading screen fully loaded. I have followed the tutorial exactly, except added my file names into the AS2 code.
    Here is the ActionScript in Frame 1 I have for the preloader:
    if (_root.getBytesTotal() != _root.getBytesLoaded()){
    stopAndGoto(1);
    preloaderBar._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*100;
    loaderTxt.text=Math.round((_root.getBytesLoaded()/_root.getBytesTotal())*100)+"%";
    Any hints or answers to what i'm doing wrong?
    Thanks, MrA615.

    Your description of what you've done and the code you show does not match what the tutorial says to do and what code to use... (there is no stopAndGoTo() function in Flash).
    Right-click the second frame on the upper layer labeled Actions and select Actions. Copy and paste the code below to make our preloader functional.
    if (_root.getBytesTotal() != _root.getBytesLoaded()){
    gotoAndPlay(1);
    bar_mc._xscale=(_root.getBytesLoaded()/_root.getBytesTotal())*100;
    loader_txt.text=Math.round((_root.getBytesLoaded()/_root.getBytesTotal())*100)+"%";

  • My apps dance open and close on their own in my IPad 2 what can be the prob? I have already restored

    I got the charger flex or pin changed and now the apps dance on the screen, photos open and zoom in, then out, the other apps open and close. I have already restored the device with Itunes and prob is still there. What can be the problem? Any suggestion will be welcome. Thank you

    THANKS for your prompt reply  Bluetooth is off in my laptop and IPhone.. and in fact the reset is the only thing that can make it back to normal. But for a lil while. I wonder if it is the touch, or the home botton... both things are very expensive to replace, so I wouldn't like to spend $$ and continue having the prob.....

  • Prob in decode function

    hi iam having prob with the following decode function
    declare
    c varchar2(20);
    begin
    select decode(deptno,
         10, 'accounting',
         20,'Research',
         30 ,'sales',
         40,'operations','UNKNOWN') into c from dept where loc='DALLAS';
    dbms_output.put_line('DEPARTMENT in DALLAS'||c);
    select decode(deptno,
         10, 'accounting',
         20,'Research',
         30 ,'sales',
         40,'operations','UNKNOWN') into c from dept where loc='INDIA';
    dbms_output.put_line('DEPARTMENT IN INDIA'||c);
    end;
    iam getting no_data_found exception which is reasonable..but what happened to 'unknown' clause in decode function.
    thank u
    rajiv

    DECODE only works on rows returned from the database. If there are no rows, DECODE has nothing to work on.
    Consider:
    SQL> SELECT DECODE(dummy, 'X', 'Found a row', 'No row')
      2  FROM dual;
    DECODE(DUMM
    Found a row
    SQL> SELECT DECODE(dummy, 'X', 'Found a row', 'No row')
      2  FROM dual
      3  WHERE 1=2;
    no rows selectedIf you want to have c contain UNKNOWN when there are no rows returned, you need to do something more like:
    DECLARE
    c VARCHAR2(20);
    BEGIN
       BEGIN
          SELECT DECODE(deptno, 10, 'accounting',
                                20,'Research',
                                30 ,'sales',
                                40,'operations','UNKNOWN')
          INTO c
          FROM dept
          WHERE loc='DALLAS';
       EXCEPTION
          c := 'UNKNOWN';
       END;
       DBMS_OUTPUT.Put_Line('DEPARTMENT in DALLAS'||c);
       BEGIN
          SELECT DECODE(deptno, 10, 'accounting',
                                20,'Research',
                                30 ,'sales',
                                40,'operations','UNKNOWN')
          INTO c
          FROM dept
          WHERE loc='INDIA';
       EXCEPTION
          c := 'UNKNOWN';
       END;
       DBMS_OUTPUT.Put_Line('DEPARTMENT IN INDIA'||c);
    END;HTH
    John

  • ISE 1.2 - Multiple NICs/Load Balancing for DHCP Probe

    Hello guys
    Just prepping an ISE 1.2 patch 8 setup in our organization. I am going for the virtual appliances with multiple NICs. It will be a distributed deployment with 4 x PSNs behind a load balancer and there is no requirement for wireless or guest user at the moment. I've got 2 points I will like to get some guidance on:
    Our DC has a dedicated mgmt network and I plan to IP the gig0 interface of the PANs, MNTs and PSNs from this subnet. All device admin, clustering, config replication, etc will be over this interface. However, RADIUS/probe/other user traffic to the ISE PSNs will be over the gig1 interface which will be addressed from another L3 network. Is this a supported configuration in ISE?
    I intend to use the DHCP probe as part of device profiling and will ideally like to have just an additional ip helper to add to our switch SVI config. Also, it will appear that WLCs can only be configured for 2 DHCP servers for a given network so another consideration for when we bringing our WLAN in scope. We however use ACE load balancers within our DC and from what I have read, they do not support DHCP load balancing. Are there any workarounds to using the DHCP probe with multiple PSNs without having to add each node as an ip helper/DHCP server on the NADs?
    Thanks in advance
    Sayre

    Hello Sayre-
    For Question #1:
    Management is restricted to GigabitEthernet 0 and that cannot be changed so you should be good there
    You can configure Radius and Profiling to be enabled on other interfaces
    Even though you are not using guest services yet, you can dedicate an interface just for that. As a result, you can separate guest traffic completely from your production network
    Take a look at this link for more info:
    http://www.cisco.com/c/en/us/td/docs/security/ise/1-2/installation_guide/ise_ig/ise_app_c-ports.html
    For Question #2
    If you are using a Cisco WLC and running code 7.4 and newer you don't need to mess with the IP helper configurations. 
    The controller can be configured to act as a collector for client profiling and interact with the DHCP thread along with the RADIUS accounting task that is running on the controller. The controller receives a copy of the DHCP request packet sent from the DHCP thread and parses the DHCP packet for two options:
    –Option 12—HostName of the client
    –Option 60—The Vendor Class Identifier
    After this information is gathered from the DHCP_REQUEST packet, a message is formed by the controller with these option fields and is sent to the RADIUS accounting thread, which is in turn transmitted to the ISE in the form of an interim accounting message.
    Both DHCP and HTTP profiling settings are located under the "Advanced" configuration tab in the WLC
    On the other hand, you can also use Anycast for profiling. You can check out some of Cisco Live's sessions for more info on that. Here is one that is from a couple of years (There are more recent ones that are available as well):
    http://www.alcatron.net/Cisco%20Live%202013%20Melbourne/Cisco%20Live%20Content/Security/BRKSEC-3040%20%20Advanced%20ISE%20and%20Secure%20Access%20Deployment.pdf
    I hope this helps!
    Thank you for rating helpful posts!

  • Help with a preloader in AS3

    Hi,
    I upload a website and I have problems with the preloader did it in AS3. It starts after two or three minutes. I have a MC with an animation of 100 frames and the dynamic text of the percent. The preloader is located in the 1 frame to the 10, I mean, first frame with the actions and the other three layers (text, MC and background) with a lenght of 10. The movie has 525 frames. Here is the code:
    stop();
    addEventListener(Event.ENTER_FRAME, lodeando);
    function lodeando(event:Event):void
              var bytesTotales = stage.loaderInfo.bytesTotal;
              var bytesCargados = stage.loaderInfo.bytesLoaded;
              var porcentaje = Math.round(bytesCargados * 100 / bytesTotales);
              textoPorcentaje.text = porcentaje + "% Cargados";
              cargaAnimada_mc.gotoAndStop(porcentaje);
              if (bytesCargados == bytesTotales)
                        removeEventListener(Event.ENTER_FRAME, lodeando);
                        gotoAndPlay(2);
                        textoPorcentaje.text = "";
                        removeChild(textoPorcentaje);
                        removeChild(cargaAnimada_mc);
    Please, Could you help me?.

    These screen captures show the library of the movie. As you can see I export the most of them. However I have doubts about if I must convert to symbol the graphics. I have the preloader in the "presentación" folder without any exportation.
    Please, Could you correct the website?. Please, tell me an e-mail address and I send you the website via WeTransfer.

  • I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    I'm try to buy a movie from iTunes with my I pad 3 and it tells me there is not enough local storage and when I go to my local storage there is a lot on free storage I also restarted my ipad but still the same prob what do I do?

    5GB is typically not enough space to download a movie.  Often, movies take from 3 - 5 GB to begin with.  The only option you have is to delete more things from your iPad.  You can remove unused Apps, pictures, music, text message (messages with pictures can take up a lot of space), email messages, books, magazines etc.

  • Issue in FF v 3.6.10: I have a page which have more than 20 link, clicking on these link opens up a popup using window.showModalDialog, for the first 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open.

    Issue in FF v 3.6.10: I have a web page which have more than 20 link, clicking on each of these link opens up a pop-up using window.showModalDialog, for the first consecutive 20 popup opens up without any prob but for the 21st n more click it block the popup and do not open. This is m problem, the real user on the web page can click on more than 20 link in such a scenario it may create problem, please help

    Your above posted system details show outdated plugin(s) with known security and stability risks.
    *Shockwave Flash 9.0 r999
    Update the [[Managing the Flash plugin|Flash]] plugin to the latest version.
    *http://www.adobe.com/software/flash/about/
    In Firefox 3.6 and later versions you need the Next-Generation Java™ Plug-In present in Java 6 U10 and later (Linux: libnpjp2.so; Windows: npjp2.dll).
    http://java.com/en/download/faq/firefox_newplugin.xml
    See also http://java.sun.com/javase/6/webnotes/install/jre/manual-plugin-install-linux.html

  • Using the Execute Preloaded Option for ABAP Dataflows in SAP BODS

    Hello All,
    This is regarding the use of Advanced Option in SAP Application Type (ECC) Datastore settings in SAP BODS 4.2, where there are two options to select from for ABAP Execution Option property: (1)Generate and Execute and (2) Execute Preloaded. Since our ECC client is often locked by BASIS team even on DEV environment, we would like to make use of the second option 'Execute Preloaded' so that we could extract the data from ECC tables without having to ask the BASIS team to unlock the ECC client every time before extraction.
    The problem is that we are getting an error upon generating and uploading the ABAP program to ECC client. I have searched the blogs and so far I have only found that there are certain ABAP programs or function modules that come with SAP BODS which need to be installed by BASIS team on ECC side to allow the ABAP dataflows to be generated and uploaded to ECC server. I would appreciate it if anyone could provide a list of which function modules BASIS needs to install on ECC or a blog that provides details around using this option.
    So far, from the SAP BODS designer, we are performing below steps but getting an error upon generating and uploading the ABAP dataflow program:
    1. Create a test ABAP Dataflow using SAP ECC datastore. Provide the ABAP program options.
    2. Right click, select Generate ABAP Program.
    3. Once the ABAP Program Generation Dialog box appears, check the box "Upload Generated Program".
    4. Upon clicking OK, we are getting the following error:
    The ABAP program <ZRTEST01> for ABAP data flow <RT_TEST_R3> (datastore <R3_DS>) was not uploaded: < RFC CallReceive error <Function /BODS/RFC_ABAP_INSTALL_AND_RUN: RFC_ABAP_MESSAGE- Exception condition "NOT_SUPPORTED_BY_GUI" trigger[SAP NWRFC 720][SAP Partner ### ][clientname][servername][accountname][4103]>. >.
    Any help would be greatly appreciated.
    Thanks,
    Rizwan

    All,
    The BASIS team reviewed steps provided in the BODS document and attempted to install the Function Modules but now none of the BODS jobs would work. All BODS jobs are being terminted with the Syntax Error error when extracting data from ECC using ABAP dataflows:
    17740 16404 R3C-150412 06/17/2014 9:38:46 AM |Data flow RT_DF_TEST_PC207
    17740 16404 R3C-150412 06/17/2014 9:38:46 AM RFC CallReceive error <Function /BODS/RFC_ABAP_INSTALL_AND_RUN: RFC_ABAP_RUNTIME_FAILURE-(Exception_Key: SYNTAX_ERROR)- Syntax
    17740 16404 R3C-150412 06/17/2014 9:38:46 AM error in program /BODS/SAPLBODS                          .[SAP NWRFC 720][SAP Partner 740 ][DEV1][Server][account][4103]>.
    22052 20572 R3C-150412 06/17/2014 9:38:46 AM |Data flow RT_DF_TEST_PC207
    22052 20572 R3C-150412 06/17/2014 9:38:46 AM RFC CallReceive error <Function /BODS/RFC_ABAP_INSTALL_AND_RUN: RFC_ABAP_RUNTIME_FAILURE-(Exception_Key: SYNTAX_ERROR)- Syntax
    22052 20572 R3C-150412 06/17/2014 9:38:46 AM error in program /BODS/SAPLBODS                          .[SAP NWRFC 720][SAP Partner 740 ][DEV1][Server][account][4103]>.

  • Prob. with iTunes, Phone won't shut off.  Tks.

    3GS with 6.1.3 Prob. with iTunes.  When I want to close out of iTunes after a Podcast the App will not close out when I hit Home. All other Apps shut down, only prob. is with iTunes.  Cant turn phone off goes back ti iTunes when turned on again.  Tks.

    I hope the previous replies are wrong. It was my understanding that even when Match is turned off in iTunes, music previously matched or uploaded to iCloud will stay there, associated with my Apple ID, even through a cold boot etc. If you want to remove songs from iCloud, but keep them locally, do this:
    1. Click "Store" in the iTunes top Menu
    2. Select "Turn on iTunes Match" (if it isn't already turned on)
    3. Close iTunes.
    4. Hold down the Shift key while you open iTunes - this will prompt you to choose or create a (new, locally empty) Library in a different folder from your main Library.
    5. Now you should see ONLY music that is stored in iCloud.
    6. Delete them all. iTunes will show a checkbox or button for you to click to delete the selected items from iCloud.
    7. Turn off iTunes Match (see #1)
    8. Restart iTunes with the Shift key again, so you can get back to your main Library - with Match turned off.

  • Prob with iTunes on Vista! Please Help!

    hi guys,
    i am getting the following error message when i install iTunes 7.5 version
    [IMG]http://img403.imageshack.us/img403/8344/itunesprobbo9.jpg[/IMG]
    i also tried iTunes 7.4 version but i am getting the same error message
    iTunes used to work before, but suddenly the prob
    i tried unistalling and installing the app again but in vain...
    Please Help!
    Thanks in advance!
    -Manish

    “iTunes.exe – Bad Image” ... “C:\Windows\system32\mssip32.dll is either not designed to run on Windows or it contains an error. Try installing the program using the original installation media or contact our system administrator or the software vendor for support.”
    Okay. Literally, it's saying that one of the dlls associated with Cryptographic Services on the PC is damaged. That can cause an iTunes launch failure.
    ... However, most of our experience here at Discussions is with troubleshooting these sorts of messages on Windows XP systems, rather than Vista and I don't have a Vista box handy for reference.
    So, if you don't receive any further replies here, it might be best to try posting instead at the Windows Vista Community Discussions Groups. Fingers crossed someone there might be better placed to help you troubleshoot this:
    http://windowshelp.microsoft.com/communities/newsgroups/en-us/default.mspx
    (Not trying to get rid of you here, just trying to get you on the radar screens of people who might be in a better position to help.)

Maybe you are looking for