Searching for flash based forums, or a way to load forums into flash ?

Im searching for flash based forums, or a way to load forums into flash ? i found this
http://activeden.net/item/flash-forum/52576?page=1
Any ideas or recommendations would be greatly appreciated

You can load the raw html - if flash is told (e.g. via
flashvars) the url of the page that you want (its available in
flash as what you would think of as the browser's 'view source'
style plain text) with either as2 or as3.
But you can't do full browser-style rendering of the content
because flash just can't do all that. You could parse the raw html
(probably a custom parser as I think the internal xml parser might
choke on some of the tags in html that are not closed such as
<br> etc) and just pick out bits of text or images that you
could display but you can't achieve an embedded browser.
Adobe's AIR might be more what you want - it has embedded
browser support- but it doesn't run inside a browser like flash.

Similar Messages

  • Sales Order in PCUI: Search for products based on BP?

    Hello,
    my customer wants to migrate to PC-UI and has the requirement that when creating a new sales order the search for products only returns those products that are defined by a partner-product relation PPR, as is possible in standard SAPGui. Unfortunately I do not see a way to restrict the search for products in a way like this, is there?
    Thanks
    Thomas

    Hello thomas,
    If it is not available in standard, you can always enhance the query method of your MAC to show select only products based on your parner-product relation PPR.
    Regards,
    Frederic

  • I just highlighted and changed the artist name of about a hundred songs in my library.  This was an accident and I want to change them back. I can't "undo" or search for artists' names online. Any way to fix this? They are still highlighted.

    These were all songs I had ripped from old CDs, lot of which, I no longer have. I can't remember that artists' names for all these songs.  They are all "oldies" from the fifties and I just accidentally changed the artist for all them to Fats Domino. I'd had them all highlighted because I had done a batch change of their genre to Oldies. I couldn't tell that they were all still highlighted after that change because I could only see two of the songs at the time that I changed the artist name.  Is there any possible way to undo this?  All the tracks are still highlighted from the naming operation. I can't search for the artists' names online because I didn't purchase them from iTunes.  Any suggestions would be greatly appreciated.  Thanks!

    I found one other way to do it.  I just deleted them all out of my iTunes library. Now I can re-import them from Window's My Music file with the original artists' names intact.
    Thanks for your help, Matt!

  • Searching for tasks based on Responsible Resource

    Hi All,
    I am having a requirement to search for all the tasks within cProjects based on the Responsible Resource field in cProjects. I am planning to design a custom Webdynpro application for this purpose. The requirement is that when i enter the user name of a person the entire list of tasks for which that user is the responsible resource is to be displayed.
    Can anyone tell the related tables for this purpose? i want to know which table contains the Responsible Resource field. Also, i would like to know which tables are related to this functionality. If anyone can give me an idea to get me started, that would be great.
    Best Regards,
    Mazin
    Edited by: mazin mahmood on Dec 10, 2008 2:49 PM

    Hi Mahmood,
    You've probably already figured this out, but you might want to look into DPR_ENTITY_LINK.This table lists role assignments to task. The fields that would be of interest to you are the following:
      -  Entity_GUID = Task GUID (system value)
      -  Participant_GUID (system value)
      -  Responsible (boolean) - part-guid is "responsible role"
      -  Concrete (boolean) - part-guid has "resource' (concrete role)
      -  Entity Type (of structure item)
    Note, though, that this table will not have entries if there are no role assignments in your tasks. Since you're trying to identify responsible resources (concrete role), this won't be an issue when querying the table.
    Good luck.
    Lawrence

  • Custom search for Catalog based on UDF fields combination

    Can we customize in OIM 11g R2 PS1 to search catalog items based on multiple fields (similar to User search scenarios). If someone has to search based on combination of 2-3 custom attributes e.g. UDF fields , is it possible ? do we need to do complex changes in code through Catalog APIs ?
    Edited by: Shashi kiran on May 15, 2013 9:45 AM
    Edited by: Shashi kiran on May 15, 2013 9:49 AM

    In my scenario , i have to customize catalog search with combination of 2-3 attributes including UDF attributes with standard attributes (Application Instance, Role and Entitlement). As, these 3 attributes (Application Instance, Role and Entitlement) are by default out of box ,present for catalog search we can use their combination for catalog search.
    But, what if along with these standard attributes ,if there are other custom attribute like UDFs (e.g. : Sub application,Domain,etc) in combination ?
    Is this customization for catalog search is possible through UI or do we have to make changes in Source Code exposing catalog APIs to work this scenario out ?
    Edited by: Shashi kiran on May 16, 2013 12:06 PM

  • Best way to load xml to flash

    I have a movie on my stage that will need to load in a
    relatively small xml document. The problem is that the xml that is
    loaded into the flash is based on search results so it will change
    all the time and therefore won't read from a local xml file. I have
    an example working where it calls a webservice to do the search and
    gets back the xml. But in this scenerio the flash has to load, run
    the search and then parse the results so it could be a few seconds
    that the page has loaded before the flash finishes loading. I've
    thought about passing the xml in as a parameter which would put it
    right in the html code. I'm not sure how to do this though in as3.
    Is there another way that I'm overlooking where it could load the
    xml without having to put it right in the html or call a
    webservice? Thanks.

    I am at work now and able to access my files. I have
    developed this basic xml loader class. Some of it is my creation,
    some of it I pulled from these forums. Hope it helps you out.

  • Searching for worksheet name in master worksheet then copying data back into worksheet name

    I have a workbook with 100+ worksheets. I have a 'Data' worksheet that includes data for the 100+ worksheets. I would like a macro to find the worksheet name in the 'Data' worksheet and copy the data below into the worksheet name.
    For example, The first worksheet is named "Trains".  I go through the 'Data' worksheet, look under column A for "Trains", then copy the data below "Trains", and paste into the 'Trains' worksheet. The data in the
    'Data' worksheet is separated by a blank row.

    I have assumed that your data is like the diagram below and that the data should be added at the bottom of column A of each sheet.
    <Blank row>
    Trains  <On its own row>
    <Data row>
    <Data row>
    <Etc....>
    <Blank row>
    Sub TestMacro()
        Dim w As Worksheet
        Dim R As Range
        For Each w In Worksheets
            If w.Name <> "Data" Then
                Set R = Worksheets("Data").Cells.Find(w.Name)
                If Not R Is Nothing Then
                    Set R = R.CurrentRegion
                    Set R = R.Offset(1).Resize(R.Rows.Count - 1)
                    R.Copy w.Cells(w.Rows.Count, "A").End(xlUp)(2)
                End If
            End If
        Next w
    End Sub

  • How to dynamically load images into Flash

    I have a movie clip on the stage that I want to dynamically
    load images into (that constantly change), how would I go about
    doing this? Thanks.

    Use the Loader class to load in images.
    Then use addChild to add the Loader class into your MovieClip
    on the stage.
    As far as &amp;quot;constantly change&amp;quot; what
    do you mean by that? You could use setInterval, ther enterFrame
    event, or any other means to trigger a new image to be loaded into
    the Loader instance.
    Finally, you can use the Tween class to create some nice
    effects for the images (fade it, blur in, photo blend, masks,
    etc)

  • Search for file based on file date

    I have an application that performs testing and I calculate and record several metrics into datalog files.  For certain metrics, I create a new datalog file for each day of testing.
    What I want to be able to do for one metric in particular is to recall historic data from previous files programatically. In other words, I want to display the previous day's data or week old data as a comparison to the current day's data without any user intervention.
    My file naming convention is to use an identifier for the type of data stored and then include the date the file was created (one file per day) ie.  FPY_09-19-12.dl  (FPY = First Pass Yield btw)
    I could probably take the current day's file path\name and go through some routine to change the date info but this seems kludgy and would have to account for weekends, holidays and what not.
    My prefrence would be to automatically search the data file path or folder (all files for a given metric are stored in a single network folder) and find the most recent file that is older than the current date or perhaps a weeks worth of files so I can average data across multiple days.
    Any thoughts on an approach to this would be appreciated.
    Doug
    "My only wish is that I am capable of learning each and every day until my last breath."

    The List Folder function will return to you a list of files as an array of strings. You could then search this string. If you want to deal with timestamps (perhaps some of your searching may be easier if you have a timestamp datatype), then you can simply convert each string in the array. Something like this:
    Attachments:
    parse file names into timestamps.png ‏20 KB

  • HT4876 I remote wiped my iphone 4s, but I have people searching for it. Is there any way to undo the remote wipe?

    If there's a way, how can I do it?

    Unfortunately it is not possible to cancel a remote wipe.

  • HT4628 Airport on Mac is searching for Wi-Fi from Time capsule. I can get into my back-up, but internet. Modem is fine( I can get online with Ethernet cable). I was told it is a difference in IP addresses ( outgoing from modem and streaming from capsule).

    What might be a problem with IP addresses? I did contact Time Warner Cable about my service, there is no problems at the modem until it gets to Time Capsule. I have everything in the house running off of wireless, now nether asset is working. I was  able to connect to Time Capsule wirelessly, but Internet is no go. Any ideas? Thank you!

    I would recommend that you do the following as a minimum:
    Power-down the modem, AirPort base station, and computer(s).
    Disconnect the AirPort base station from the Internet broadband modem.
    While all of the devices are powered-down, perform a "factory default" reset on the base station. This will get it back to its "out-of-the-box" configuration and make setting it up much easier, especially if you use the "Assist me" process within the AirPort Utility. (ref: Resetting an AirPort Base Station or Time Capsule) (Note: Performing this type of reset will NOT affect any data stored on the Time Capsule's internal HDD.)
    After the base station resets, go ahead and power it back down.
    Reconnect the AirPort base station to the Internet broadband modem. For the Extreme and Time Capsule, be sure to connect the cable to the base station's WAN (circle-of-dots) port.
    Power-up the modem; wait at least 10-15 minutes to allow it adequate time to initialize.
    Power-up the AirPort base station; wait at least 5-10 minutes. Note: The AirPort's status light may continue to flash amber after it has intialized. That is because, there may be some additional configuration items necessary, like setting up wireless security, before the overall setup is completed to get a green status.
    Power-up your computer(s).
    In this basic configuration, the AirPort base station will broadcast an unsecured wireless network with a Network Name (SSID) of Apple Network NNNNNN. Network clients, connected to the base station either by wire or wireless, should now be able to access the Internet through the ISP's modem. Once Internet connectivity has been verified, you can use the AirPort Utility to configure the base station for wireless security and any other desired options. Please post back your results.

  • Best way to load videos in Flash?

    Please watch this Flash file I've created that includes a video.
    http://www.thegalleysink.com/files/Videos/promoshort.swf
    When importing the .flv file of the video into the Flash project, I chose the imbedding method. I realize this increases the size of the overall .swf file when doing so. On the first watch (before the file is cached) it tends to pause while loading and/or jumps. I've tried other methods (like choosing the file has already been deployed to a web server, and play methods such as progressive download from a web server, stream from a Flash video streaming service, and stream from a Flash communication server). When choosing those other methods, the video loads nicely but the audio sounds a bit more distorted while playing. So, at present, I'm using the embed video in SWF and play in timeline option. Does anyone have any other suggestions to improve the video buffer speed, performance and the overall loading and quality of the Flash file? I'm still using Flash Professional 8. Thanks.

    put a stop() on frame 1 and maybe some animation/display with:
    this.onEnterFrame=preloadF;
    function preloadF(){
    var bl:Number = Math.round(this.getBytesLoaded()/1024);
    var bt:Number = Math.round(this.getBytesTotal()/1024);
    // display code
    if(bl==bt){
    delete this.onEnterFrame;
    this.play();

  • Problems loading songs into flash mp3 player

    I am very new to actionscript, and I am still trying to learn some of the basics, but I'm getting there, understanding it better with help from great forums like this one.
    I have a music community website, visitors can sign up, upload mp3 files, their files get uploaded into their own folder named '$id' in the php code, (if they are the 10th member to sign up, their folder would be named 10, and so on)
    I have a prebuilt flash player that I want to playback the mp3 files just for that member when their profile is being viewed, I have some code in the mp3 upload script that automatically writes an xml file to their folder containing their song data, with Andrei1's help, I got that part working using flashvars, now the problem I am having is that I can't get the songs to play back, the data is there but no music.
    as I said I am using a prebuilt flash player that is using a static call to a directory, so should I use flashvars again to load the mp3 files into the player? and I also need help figuring out what to change in the actionscript.
    here is the object embed src for the html:
    <param name="movie" value="flplayer1a.swf">
                        <embed src="flplayer1a.swf" FlashVars="xml=<?php echo "members/$id/playlist.xml" ?>"></embed>
                        <param name="FlashVars" value="xml=<?php echo "members/$id/playlist.xml" ?>">
    and here is the actionscript code for the playback on frame 1
    stop();
    var myFormat:TextFormat = new TextFormat();
    myFormat.color = "0xFFFFFF";
    list.setRendererStyle("textFormat", myFormat);
    var trackToPlay:String;
    var pausePosition:int = 0;
    var songURL:URLRequest;
    var isPlaying:Boolean = false;
    var i:uint;
    var myXML:XML = new XML();
    var XML_URL:String = loaderInfo.parameters.xml;
    var myXMLURL:URLRequest = new URLRequest(XML_URL);
    var myLoader:URLLoader = new URLLoader(myXMLURL);
    myLoader.addEventListener("complete", xmlLoaded);
    function xmlLoaded(event:Event):void {
        myXML = XML(myLoader.data);
        var firstSong:String = myXML..Song.songTitle[0];
       var firstArtist:String = myXML..Song.songArtist[0];
      songURL = new URLRequest("????" + firstSong + ".mp3");
       status_txt.text = "1. "+firstSong +" - "+firstArtist;
         for each (var Song:XML in myXML..Song) {
    i++;
      var songTitle:String = Song.songTitle.toString();
    var songArtist:String = Song.songArtist.toString();
    list.addItem( { label: i+". "+songTitle+" - "+songArtist, songString: songTitle, Artist: songArtist, songNum: i } )
    var myArray = new Array (0,0);
             list.selectedIndices = myArray; // This highlights song 1 by default
    gotoAndStop(3);
    this is on frame 2 for the song switching
    songURL = new URLRequest("?????" + trackToPlay + ".mp3");
    and this on frame 3:
    stop();
    var snd:Sound = new Sound();
    var channel:SoundChannel;
    var context:SoundLoaderContext = new SoundLoaderContext(5000, true);
    snd.load(songURL, context);
    channel = snd.play(pausePosition);
    I'm starting to build my own flash player based on what I have learned here, I just have to figure this part out and I'm good to go.

    songURL = new URLRequest("?????" + trackToPlay + ".mp3"); and
    songURL = new URLRequest("????" + firstSong + ".mp3");
    this is where the movie looks for mp3 files, when I downloaded this prebuilt player, the line looked like this
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + firstSong + ".mp3");
    songURL = new URLRequest("http://www.mydomain.com/mp3_files" + trackToPlay + ".mp3");
    this is the part I am trying to figure out how to change, if I were to have all the members mp3 files go into the mp3_files folder, the player works fine, no problems at all, but I don't want all the members mp3s in one folder, they need to be in each members folder(which I have it set up to do) and I can't figure out how to change the "http://www.mydomain.com/mp3_files" to http://www.mydomain.com/members/$id, that's why I was asking if we add another value in the flash vars, again my inexperience with 2 way communication between as3 and php variables is what's choking me
    the list component is a movie clip
    "You did not answer the question about whether scripts are spread through several frames"
    the first frame has all the code for variables, xml loading, inserting data, the second frame has code for song switching, the third frams has the sound variables, button functions, scrubber and volume, animated meters, etc., I hope i answered it this time, being a newbie, I am trying to answer the best I can.

  • Fastest way to load csv into oracle BE table

    I have csv file which is having 10 million records in it . what is the fastest approach to load this data to oracle BE table .
    I am using Oracle9i Enterprise Edition Release 9.2.0.7.0 - 64bit Production With the Partitioning, OLAP and Oracle Data Mining options .
    csv format
    first_name,last_name,occupation,address
    above all the fields are of varchar data type.
    I have tried to use external table while inserting its taking too much time .
    Thanks

    hi,
    You can use sql loader.
    options (skip=1)
    LOAD DATA
    INFILE 'csv file path'
    truncate /append
    INTO table table_name
    FIELDS TERMINATED BY ','
    OPTIONALLY ENCLOSED BY '"'
    trailing nullcols
    column name ,
    column name,
    column name
    {code}
    Create this file as ctl(control file.) on the lcoation where your csv file is.
    Execute it by goint to the path where your csv file resides.
    {code}
    cmd
    cd path where your csv file resides
    sqllder userid=username/password@database name control=your_control_file_name
    {code}                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                               

  • Loading php variables into flash 8

    i'm trying to load some vars into flash 8. i tried
    loadvariables, loadvariablesnum, loadvars, google. can't figure it
    out.
    2 years ago when using flash mx trying the same thing, the
    line:
    loadVariablesNum("file",0);
    was enough to do the trick.
    but in flash 8 can't get it to work ;(
    i have the simplest php file, something like this:
    <?
    $town = "where";
    $person = "who";
    $sex = "male";
    print "town=$town&person=$person&sex=$sex";
    ?>
    the use of variables is a must, so the solution
    print "town=where&person=who&sex=male"
    doesn't do me any good. actually this works.
    so what's the correct way of loading this into flash 8?
    thanks guyz.

    you can also use a FlashVars= parameter in your
    <object><embed> code, IF you are using your PHP code to
    also display your flash movie, and if you only need to pass these
    variables once when the movie loads. If this is what you need to
    do, use this....
    <object ...>
    ....// other params .....
    <param name="FlashVars" value="<?
    echo var1name;
    ?>=<?
    echo var1value;
    ?>&<?
    echo var2name;
    ?>=<?
    echo var2value;
    ?>" >
    Though you will have to do that in two places, once in the
    object code, and once in the embed code.
    The embed code would look more like
    <embed ...... FlashVars="<? //php similar to above
    ?>" ..... />
    I have used this successfully to pass in variables when the
    flash movie first loads, to pass in stuff like a URL for a link and
    other info. There are a lot of different ways to pass values in to
    flash. You can also use ExternalInterface.call and use Javascript
    along with PHP to retrieve info at any time, but that is more
    complex.
    This may not be what you need - but you can still use
    LoadVariables with Flash 8, as well.

Maybe you are looking for

  • How to save then quit excel using activeX

    The task that I need to do is open existing excel file, append data to the last row, save data then close it. Everything works fine except saving the data. I used property workbook note to save then invoke node to close a workbook then invoke node to

  • A Possible Bug in MS Project Prof. Regarding Inactive Tasks

         One of the projects in our EPM portfolio has encountered a problem with "Inactive Tasks". I did an experiment with a sandbox project, and here is what I find:      If you "Inactivate" a task, or group of tasks, and then do "Update Project/Update

  • Rules In Workflow

    Hi Experts, I am Facing a problem in creating rules on Basic of business Partner Address. I log a complaint of the business partner and the complaint shud go to that department's mail box who is handling the complaint of that area. Regards, Khurram S

  • Weblogic as Service on Windows 2000

    I am running a WLS as a service on a Windows 2000 server and have integrated Hibernate using EJBs. Hibernate relies on a config file residing in the application root directory. When run from the command prompt this config file can be found by WLS in

  • URGENT please: I get a "Shared Technologies" error on installing Photoshop Elements 11

    On my Windows 7 64-bit system,  I get a "Shared Technologies" error on installing Photoshop Elements 11.