Add Newsfeed to Flash website

Hi,
I have a flash website that I'd like to add a newsfeed to.
Similar to science@nasa (
http://science.nasa.gov/Host/).
Sadly, I've no idea how to do this. Any suggestions?

It appears that the only items in the library are movie clips and a couple bitmaps. Here is a screenshot of my FLA file when opened in Adobe Flash: http://www.flashvideopro.net/images/flash_screenshot.jpg. Any ideas from what you see? I'm fairly new to Flash, but I have never before opened up an existing flash file for a flash website without seeing the layers for the site. Apparantly there are different ways to create flash content? Could it be that the textlayer I am looking for is hidden in a movie clip? And if that's the case would this be editable? I menitoned in my original post that I can actually edit the page in the main.as page as you see in this image. But I have no clue how to add a UIScrollbar without having the textlayer in front of me. The FLA file I am trying to edit is for global and trendy links (dot) com.

Similar Messages

  • Trying To Add UIScrollbar To Flash Website But FLA File Has No Layers

    I was asked to add content to a flash website page... When I open the FLA file, there are aboslutely no layers for me to work with. I found an .as file that contained the page content and so I added the needed content there. But this is where I run into a problem. I'm fairly new to flash so perhaps this is common. After adding the additional content, the content now extends vertically and beyond the page borders. In doing research, I discovered that the solution is to change the TextField to "dynamic" and add a UIScrollbar during the build. I've learned to do this but the problem remains that I don't have any layers to modify for this particular website. Can someone explain why or how I can find the layers for this file? I am using Flash CS3... and unsure what version the original designer was using. I guess another option is to add a UIScrollbar to the website by modifying the .as file directly. Can this be done? Please help!

    It appears that the only items in the library are movie clips and a couple bitmaps. Here is a screenshot of my FLA file when opened in Adobe Flash: http://www.flashvideopro.net/images/flash_screenshot.jpg. Any ideas from what you see? I'm fairly new to Flash, but I have never before opened up an existing flash file for a flash website without seeing the layers for the site. Apparantly there are different ways to create flash content? Could it be that the textlayer I am looking for is hidden in a movie clip? And if that's the case would this be editable? I menitoned in my original post that I can actually edit the page in the main.as page as you see in this image. But I have no clue how to add a UIScrollbar without having the textlayer in front of me. The FLA file I am trying to edit is for global and trendy links (dot) com.

  • How do I add tracking code to a Flash website?

    Tracking software requires that you insert their code into the page you want to track (I'm using StatCounter).  I installed a Flash website template and it just has one .html file where I can insert the code.  That tracks visits to the first page with no problem but if a visitor clicks on different pages of the site, it doesn't get tracked.  Does anyone know how and where to add code so that each page of the Flash site can be tracked?
    Note, in my template a part of each page is found in different symbols.  For example, the first column of every page is located in a symbol called PAGES1 and the second column of every page is located in a symbol called PAGES2, and the third column located in PAGES3.  Different layers within each symbol correspond to the different pages.  So I'm at a loss of how I could get this tracking code to be able to track each page visit, since each page shares a symbol with another page.  Anyone know?

    http://code.google.com/apis/analytics/docs/tracking/flashTrackingIntro.html

  • This website wants to run the Following add-on: 'Adobe Flash Player'...

    Alright, So i'm getting this information bar to pop up everytime i enter a new site that has adobe content.
    This website wants to run the Following add-on: 'Adobe Flash Player' from 'Adobe System Incorporation'. If you trust the website and the following add-on and want to allow it to run, Click Here...
    Here's an example picture on cartoonnetwork.com
    (Click to enlarge)
    Now, If i hit allow it will allow it but it pops up on almost every new website i go to and i have to allow it each and everytime.
    Yet my Adobe version is 10,0,32,18 as shown in the picture below.
    I've uninstalled and reinstalled overwritten and uninstalled Internet Explorer 8 with no luck of getting rid of this annoying problem. So if anyone has a slight idea of how to fix this problem i'll try anything because i hate it when something isn't working correctly. (Yes, I've googled around for a good 2 hours with no luck)

    Alright guy's It always happens. Over 90% of the time it's just a matter of time before i fix my own problems. I solved my problem and now it works perfectly fine.
    I'm gonna say how i fixed it so who ever finds this page on google can see how i did it. I uninstalled Adobe Flash Player using the uninstaller from adobe http://download.macromedia.com/pub/flashplayer/current/uninstall_flash_player.exe after i did that i went to my system32 folder and delete my adobe folder which still had files left over in it (Deleted the whole macromed folder) C:\WINDOWS\system32\Macromed\Flash
    Note, You need to exit any browser you have up (IE,Firefox,ect) or else you will not be able to delete it and it'll say access denied. After deleting that i installed Adobe Flash Player with a .exe i downloaded from Adobe and it worked perfect! No more annoying message
    Side note, I'm use XP so the marcomed folder might possible be somewhere else if you are useing Vista or Windows 7.

  • How do I add an html link/banner to a page in my flash website?

    I purchased a flash website template and am in the process of editing my main.fla file.  In order to get listed on an advertising website with a higher rating, I have to place a reciprocal link to them on my site.  However, I cannot figure out how to place an html link/banner on my site for other businesses.  If I paste the html code in a text box, all that shows up is the html code rather than the image and link it is meant to generate.  Please help!

    Flash only supports a small amount of html in text areas.  If what you re trying to include is within what it supports, then you assign the text to the textfield using the htmlText property of the TextField...
    tfield.htmlText = "<a href="...">link</a>"; // will display "link" as a link

  • How to add a background image to a flash website?

    Hi there.
    I've created a flash website at 960X600 pixels.
    I have a JPG image that I want to use a BG to fill the browser page.
    I can edit the index.html file. Should it be inserted there? the name of the BG is bg.jpg
    Thanks
    Gil.

    GREAT! how do I do that?
    this is the html:
    <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
    <html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
    <head>
    <title>index</title>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <style type="text/css" media="screen">
    html, body { height:100%; background-color: #ffffff;}
    body { margin:0; padding:0; overflow:hidden; }
    #flashContent { width:100%; height:100%; }
    </style>
    </head>
    <body>
    <div id="flashContent">
    <object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="100%" height="100%" id="index" align="middle">
    <param name="movie" value="index.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="wmode" value="transparent" />
    <param name="scale" value="noscale" />
    <param name="menu" value="true" />
    <param name="devicefont" value="false" />
    <param name="salign" value="" />
    <param name="allowScriptAccess" value="sameDomain" />
    <!--[if !IE]>-->
    <object type="application/x-shockwave-flash" data="index.swf" width="100%" height="100%">
    <param name="movie" value="index.swf" />
    <param name="quality" value="high" />
    <param name="bgcolor" value="#ffffff" />
    <param name="play" value="true" />
    <param name="loop" value="true" />
    <param name="wmode" value="transparent" />
    <param name="scale" value="noscale" />
    <param name="menu" value="true" />
    <param name="devicefont" value="false" />
    <param name="salign" value="" />
    <param name="allowScriptAccess" value="sameDomain" />
    <!--<![endif]-->
    <a href="http://www.adobe.com/go/getflash">
    <img src="http://www.adobe.com/images/shared/download_buttons/get_flash_player.gif" alt="Get Adobe Flash player" />
    </a>
    <!--[if !IE]>-->
    </object>
    <!--<![endif]-->
    </object>
    </div>
    </body>
    </html>

  • Adding payPal shopping cart to a Flash website?

    Hi there,
    I'm a newbie, creating my first flash website and my first shopping cart, so  be easy on me.
    I've done  a lot of research, however was unable to find any tutorials on how to  set up a  Paypal shopping cart or any other secured shopping cart in a website  that was created in Flash professional CS5, actionscript 3.0. Paypal's  tutorial is  only for html (copy/paste the code in your html website and voila) but  how to integrate shopping cart in Flash website? Any help would be  appreciated.
    This is my first time setting up a cart on a website. I  have a "shop"  button on my site (see picture below) that I would like linked to an  external  page preferably with my items that I would like to sale. Not  sure if paypal's shopping cart can do what I want it to do. Once the  user clicks on the "Shop" button, I'd like for my customer to be able to  see a picture of the items I have for sale, price for each item, a box  where the buyer can write quantity of item desired, add to cart button  and then check out button. With paypal shopping  cart, can I add  pictures beside each item I am selling when entering the  price on  paypal's website or I have to add the pictures of the items I  am  selling directly in my shop section of my website and add a buy now   button for each individual item and then copy/paste the email link  provided by  Paypal to each of my buy now buttons and add that code to  my "Actions" layer within Flash? How would the script look like? And  what if later on I want to add additional info to an item, change price  or delete it completely...would I have to make the changes everytime  within paypal only or I'd have to make the changes on both paypal and my  flash file and upload new copy to server? I'd like for my cart to  integrate with my site (keep the same look and feel, same  layout/background color) preferably but what ever way is the easiest.  Thanks for your help.

    Any source that provides embed code to add to your webpage should work. So in other words if E-Junkie provides the HTML code that you simply embed in your own code it will work. If it requires a certain plugin be installed it may or may not.

  • Embedding SlideshowPro in a Flash Website

    Hello everyone at the Flash forums!
    I am currently trying to make a Flash website for my cousin's business, and his website should feature a portfolio gallery to display the work he has done (He is a contractor). I am trying to use the SlideshowPro plug-in which generates a very nice-looking Flash gallery that is about 50 times nicer than the one he is using on his website at the moment. One of the big things I like about SSP is that it offers a full-screen picture viewing mode, which would allow potential customers of his to see work he has done better than they are currently seeing.
    However, whenever I publish the website to test it and make sure everything is working okay, I go to the Portfolio page and test SSP in full screen. Once I come back from full screen, the gallery remains on top of the screen on every other page of the website. The audio also does this (It can play audio in the background while looking through the galleries you set up). Since I am somewhat new to Flash, I am not sure why it is doing this. Perhaps someone else has encountered this and has a fix or workaround that I could use.
    Thanks in advance, guys!
    Note: I attached a picture of the problem I am encountering so you guys can see what it is doing.
    Edit: I am not sure whether or not it is relevant, but I have the gallery set to appear in frame 117 and the Home button is set to go back to frame 115, before the gallery should even show up.
    Edit 2: I finally figured out how to get the gallery to not appear on other pages (Yippee!). However, the audio is still continuing to play when I navigate away from the Portfolio page.

    Alright, just figured I would update you guys. I redid the website so that it ran at a higher framerate and kept everything else the same as it was. As stated before, SSP is showing up right, but the audio still isn't working right. I've tried all of the AS codes I've been told to try and none of them have worked. It keeps telling me that every single code I've tried is not a function, so I don't know what I am doing wrong there.
    Also, not really related to SSP: I did add a contact form to the website, and I am now having problems with that not wanting to submit the data to the mailer.php file to send the form information to the designated e-mail address (I keep getting, "Error #2044: Unhandled securityError:. text=Error #2048: Security sandbox violation: http://sagesportfolio.webs.com/website.swf cannot load data from http://www.sagesportfolio.webs.com/mailer.php. at website_fla::MainTimeline/frame544()", minus the quotes). If anyone might be able to help with that, too, I would highly appreciate it.

  • Alternative ways to load Flash website

    Hello, I have created a fully Flash website and as I continue
    to add images to my swf file obviously it is taking longer to load
    the site. I think I have created a pretty slick and straight
    forward preloader, but as I continue to add images to my site it
    will force the user(s) to wait longer and longer for the entire
    site to load. Where I live and work I have a very fast connection
    speed (20 MB/s +) so my site loads very quickly, but when visiting
    a friends place my site seemed to take forever. Instead of creating
    a low bandwidth version I want to keep what I have.
    My main question- Is there a way I could load the entire site
    up front to a certain point (say 25%) and allow the user to begin
    to navigate through the site and anything that hasn’t
    finished loading yet will just continue to load dynamically (or on
    demand once the user selects a certain image). The user could see
    the progress of items loading as they navigate around.
    My website is:
    www.abromphoto.com. I run a
    photography business and am a beginner with Flash, but understand
    web technology. My portfolio section of the site is about 90% of my
    content. I would love for images to load dynamically as the user
    begins to view images that have already loaded. Or, possibly
    display all thumbnails for my images and then load the particular
    image on demand once the thumbnail is clicked (so if they go back
    to that image, it is already loaded). I honestly don’t know
    how to search for this kind of thing.
    Any help would be greatly appreciated!

    There are a variety of options that you can use/combine to
    make things seem more streamlined. Preloading is always a good
    thing when you have a sizeable site. As far as quitting at a
    certain percentile, it can be a gamble. The on-demand route would
    be a good approach where it's practical... but if you end up
    on-demanding everything, it can be disruptive to the user's viewing
    pleasure. You could also consider making separate swf's for
    different sections and loading them as needed, possibly with some
    lightwieght loading-time eye candy that makes it seem like more of
    a transition than a waiting period. For image groups, you might be
    able to incorporate a gradual one-by-one loading where each image
    transitions into view after it loads, giving the impression of
    being an intended gradual display.

  • How to integrate new Facebook social plugins with a Flash website?

    Facebook has just released a suite of social plugins which are supposed to be very simple to implement (one line of HTML is the promise, in the form of an iframe).
    However this approach is not compatible with a full flash website. The iframe will not display. Any ideas how best to implement one of these plugins?

    If the plugin is not designed for use with Flash and needs to be in an html page, then that's what needs to happen.  Normally there is no such thing as a full Flash site.  Most Flash sites are staged in an html web page, so it is possibly you can add the plugin on the same page, just not within the Flash portion.

  • Integrate Flash banner in Flash website?

    I'm building a portfolio website for my design work. The whole website is Flash based.
    I have a Flash banner that I would like to add to the website but I can't seem to place it on stage.
    Is there a way to stream the banner? If I do that, how do I place it's location on stage?
    Thanks!

    Assuming that you are making the Flash website, just use a loader to load the .swf file and add it to the stage, like you would an image:
    pseudo code (meaning that im just typing from memory, so it should work but might have an error)
    var myLoader = new Loader();
    var myBannerUrl = ("bannerFolder/banner.swf"); //full url OR path relative to the file loading it.
    myLoader.contentLoaderInfo.addEventListener(Event.COMPLETE, addMyBannerToStage);
    //to be thorough, an error listener and posibly a progress listener would be useful
    myLoader.load(new URLRequest(myBannerUrl));
    function addMyBannerToStage(event:Event):void{
         myLoader.contentLoaderInfo.removeEventListener(Event.COMPLETE, addMyBannerToStage);
         var myBanner = myLoader.content as MovieClip; //if you want to access its functions/vars etc like any movieclip
         myBanner.x = 0; // x position
         myBanner.y = 0; // y position
        addChild(myBanner);
    HTH
    -Ted

  • Embed Flash Animation Inside Flash Website

    Hello,
    I have created a flash website and I want my features button
    to load and play a features movie (or animation) when it is
    clicked. I know how to actionscript already and add buttons and
    event listeners. My main objective is to avoid adding the features
    movie into the flash website's timeline because i think it will
    greatly increase the file size and therefore loading time of the
    site. Since the features movie is passive and only needed when the
    user clicks the features button, it should be stored in a separate
    file or timeline so that it doesn't load with the main website. The
    feature movie should only be loaded and played when the user click
    the feature button. Is there any way to do this with flash or am I
    stuck working in the website's timeline and using stop() and
    gotoAndPlay() in actionscript?
    Thanks

    If you're using AS 2.0, then press F1 for help and search AS
    2 for "loadMovie".... or you can go here:
    http://livedocs.adobe.com/flash/9.0/main/wwhelp/wwhimpl/common/html/wwhelp.htm?context=Liv eDocs_Parts&file=00001189.html

  • Add executable to flash

    I would like to add a .exe file to flash.  Example.  Goto flash website click on tech support and fire remote access.exe  Is this possible.
    TIA

    you want an exe file to execute on your server or on the user's computer?  (though, neither is possible using a web-based swf.)

  • Windows Media Player Extension "Add-on for this website failed to run" except for Administrator

    This is on a Windows server 2008 r2. I am trying to allow users to watch help videos at a vendor site. If I remote desktop using the Administrator, I can play the videos and if I check the "manage add-ons", I see Windows Media Player as an extension.
    If I remote desktop on as a "normal user" and try to view the same video, I get the error message "An add-on for this website failed to run" and if I check the "manage add-ons", Windows Media Player extension is not there. That
    makes sense, since if it is not there, it won't run.
    Why isn't Windows Media Player extension showing up in IE 10 on the server for anyone other than Admin? How could I make this work? If I am somehow preventing this from taking place, where would I go on the server to change that?

    Hi,
    Have you try adding this video website into trusted sites zone or compatibility view list?
    Generally, improper security settings may casue failure to run some add-ons. So, please attempt to  decrease  security level for Internet Zone to check if this issue still occurs.
    How do you think your issue is related to Windows Media Player extension? Based on my knowledge, Flash player plug-in can lead to the problem. Please reinstall your flash player for the current user.
    Also, Please check in event log for more clues.
    Andy Altmann
    TechNet Community Support

  • Creating a flash website

    I am new with creating flash websites.  I have the basis of it done but I am unsure how make it do what I want it to do.
    First off, I want the background to keeping looping.  I want that to stay the same but I have some animation, so I want it to keep moving.
    Secondly, I want to have buttons that you click, and when you click them information comes up.  But again, I want the background to be the same and to keep moving while the information stays put.  Then I want this information to stay until I click on another button to take me to different information. 
    At the moment I have 2 scenes going on.  Scene 1 is my homepage with the moving background.  Scene 2 has the first button information (ie contact us page) alongside the moving background.  I have it so that on Scene 1, when you click on the button it will take you to Scene 2.  The problem is, if you just let Scene 1 play it automatically goes into Scene 2 without clicking on the button.  I am unsure how to just get it to play Scene 1, and only when you click on the button it will go to Scene 2.  Then in my Scene 2 (with the information) I do not know how to keep the information there with the background still moving.  I am not even sure if I am on the right track to doing the right thing. 
    Any suggestions or help you have would be greatly appreciated.  Thank you in advance.

    Add a layer to your timeline. At the very last frame make a keyframe. Click in that single keyframe and go in the Window->Actions panel.
    If you want whatever happened on the timeline to happen again, use this script:
    gotoAndPlay(1);
    If you want it to stop at the end, just use this:
    stop();
    Do this to each scene you want to stop or loop at the end of.

Maybe you are looking for

  • Error #1034 Type Coercion fail with registerClassAlias and nested Vectors

    I'm attempting to use flash.net.registerClassAlias and ByteArray.writeObject in order to serialize/deserialize data with static type information.  It works as you'd expect in the general case but I've run into problems with some nested Vectors that I

  • Adjusting order of songs in playli

    hi ppl, i wan to noe is it possible to adjust the order of the song being played after u have put it into a playlist? for eg. i wan my current track 7 of the playlist to move up to track 2 and vice versa.... isit possible?or do i have to create a new

  • "No Authorization" message

    I work for a school district.  In using a free app, I got a "No Authorization" message and tried everything without success. Ex: downloading a new app, etc.  I finally tried "Reset all Settings" and the "No Authorization" Issue was solved.  So I pass

  • OC4J in Linux  OS Errors

    we have developed an Enterprise Java Bean for OC4J (version 9.0.2.0.0) which is running on Win2000 OS without any bugs. when we deployed the same EAR file in OC4J (version 1.0.2.0.0) on linux OS.we r getting an error like this----> java.lang.Instanti

  • TS3694 unknown error 2001

    The battery in my iPhone 4 drained really fast today. When I plugged it in I just got the itunes logo on the screen. When I try to restore the phone now i get unknown error 2001 Anyone else had this problem?