ActionScript 3.0 :: Flash Site With A Blog Page

Jan 4, 2010

I'm looking to build a Flash site and would like to have a page for a blog so as to upload information, videos and maybe user comments (undecided of yet).

How would I go about this? Should it be done in Flash or would it be better to embed HTML into the Flash?

View 12 Replies


Similar Posts:


IDE :: Create A Blog In A Flash Site?

Jun 20, 2007

I just posted about an hour ago and I realized that there's a better way to explain what i'm trying to do. Basically, i'm wondering if there's a way to create a blog in a flash site.

View 13 Replies

ActionScript 2.0 :: Embed A Blog Into Flash Site?

Jan 8, 2010

I have a website with a header and navigation buttons at the top and i want to publish my wordpress on the same page so it looks like its part of the site.

View 6 Replies

ActionScript 2.0 :: Openning A Blog Inside A Site In Flash

Oct 26, 2009

is is possible to publish a blog from wordpress in flash, showing the latest posts?

View 5 Replies

ActionScript 3.0 :: Send The Last Blog/twitter Post To A Flash Site?

Aug 1, 2010

It is possible to send the last blog/twitter post to a flash site? Via xml or something else?

View 1 Replies

IDE :: Adding A Blog To A Flash Page?

Mar 5, 2009

I need to have an existing blog that can be viewed from within a Flash web page. The idea is to access and read a blog without leaving the Flash site. I have seen a widget on Flash Den that does this but only works in AS 3.0 The Flash site that needs the blog was done in AS 2.0. I would think this could be done in AS 2.0

View 4 Replies

ActionScript 3.0 :: Flash Blog Roll - Put The Titles Of A Client's Blog On Their Homepage

Jun 22, 2010

I am trying to make a blog roll program that will put the titles of a client's blog on their homepage. i ran through a tutorial that got most of it working, but when i went to move from the tutorial to the client's program, i started running into some errors. since i have no idea what they mean, i can't even begin to figure out what is causing them.

[Code]...

View 1 Replies

Tracker Site To Upload Each Day Position And Blog Material

May 2, 2009

I'm about to go on a 1000 mile charity cycle ride. I would like to be able to upload my position to the website at the end of each day - and have the site show precisely where I am on a map of the whole route - a sort of rolling image, if you like. I'd also like to be able to upload blog material at the same time. I have ActionScript 3 available.

View 5 Replies

ActionScript 2.0 :: Intro Page To Flash Site?

May 15, 2006

I made 3 seperate animations for my site (the only difference in them is the words used are different). Is it possible for me to make it so that the animations change with each person visiting the site - so lets say one person enters the site and sees the intro animation with (hypothetical) word "welcome" - the second time the site is visited, the visitor sees "willkommen", the third time its "bienvenue". Is that possible? How can I make it?

View 5 Replies

Have A Site That Embeds 3 Flash Movies In An HTML Page?

Nov 8, 2011

I have a site that embeds 3 flash movies in an HTML page. The site works in all browsers on Mac and PC except IE 7, IE8, and IE9. (I'm not worried about IE6).

View 1 Replies

ActionScript 2.0 :: Incorporating Page Flip Functionality In Flash Site?

Dec 3, 2009

Got a request to incorporate a page flip functionality in a Flash site.

View 1 Replies

Flash :: Professional - Reduce File Size Of Opening Page In A Site

Sep 27, 2011

I'm using the Flash CS4 IDE, and the first page of my site takes a lot longer to load than I want it to.  So I wanted to go through the varied images / symbols / movie clips / sounds and so on to see where all the memory is being chewed up. When I go into my library, however, I can see the Name, LInkage, usecound and Type of my elements, but no mention of file size and I can't seem to find any right click menu that lets me add file size to the list of details being displayed. Is there a way to make it show file size?  Or some workaround? And are there any best practices to reduce file size aside from using symbols for anything that's used more than once and reducing image and sound quality?

View 4 Replies

Javascript :: Redirect To A Html Page When Site Opens In Non Flash Browser

Feb 29, 2012

How do I redirect to a html page when my flash site opens in non-flash browser?

Here is the code I am curently using

<link rel="shortcut icon" href="/77east.ico" type="image/x-icon" />
<!--[if lte IE 8]>
<script type="text/javascript">window.location = 'ebrowser.html'</script>

[Code].....

View 2 Replies

ActionScript 3.0 :: Have Some Flash Banner SWF Files Play Within The Portfolio Page Of Site

Jan 30, 2009

I've been working on my first full blown flash site for a few weeks, tackling problems as I encounter them, and I've learned a lot...but sometimes the simplest things I cannot figure out for the life of me. All I am trying to do is have some flash banner SWF files play within the portfolio page of my site. I don't want them to open in a pop up or anything just play within the page when the link on my site is clicked. I figured it would act like a movie clip and I could just drop it onto the stage, but when I do that it doesn't look right, loops continuously, and is not interactive. How can I make this work?

View 0 Replies

ActionScript 2.0 :: Make A Flash Product Displayer For The Main Page Of Their Site?

Dec 22, 2009

I have to make a flash product displayer for the main page of their site. They don't know a whole lot about web development (but they know enough), so they keep asking me to do things that I keep telling them I can do.Well, I can't. What I need the thing to do is have the user hit a button, and the product change. They can also hit the back button for the last product. The previous and next product will be visible but not touchable. Almost like a scrolling wheel of products.

View 0 Replies

ActionScript 2.0 :: A Link To A Specific Part Of Flash Site, Not Just Home Page?

Feb 20, 2008

I'm trying to make a link from one flash site to another, but not just to the home page of it, but to a specific part of it. For example, I run and am wanting to make the direct links from the websites of the seven artists involved (mostly flash sites) to their specific page on thesite... does that make sense?

View 2 Replies

ActionScript 2.0 :: HTML Page Opens Flash Site - Loads External Swf File

Jul 11, 2005

I have an HTML page with buttons. Each button needs to have a getURL to open the Flash site, but then somehow, needs to also load the appropriate swf into that Flash site... My reasoning is because I have some scripts under my site that need to be in HTML (or PHP) for search engines, that way I don't have to do the whole site in HTML.. I hate having a HTML index page, but it's the only solution I could come up with. So, when a visitor selects any of the navigation buttons, I don't want them to have to select that button again, when the Flash site loads. how to do this for Flash 7 / AS 2.0? Or if there are any posts here about it?

View 2 Replies

ActionScript 2.0 :: Create A Login Page In Flash Site That Relates To Information Input To A Mysql Database

Oct 11, 2006

I need to create a login page in my flash site that relates to information input to a mysql database. after the submit their information we want to send them a link to a differnt flash page with a login screen they will use their first name and a password (already in our database) to gain access to this "new" page. on that page there will be a welcome message that says "Welcome, User First Name" so I guess i have two questions

1: how do i set up a login page?

2: how do i pull that login info to a welcome page?

View 7 Replies

ActionScript 2.0 :: Dynamic/Database Flash Site - Create A Duplicate Page That Refers To The New Text And Image?

Mar 6, 2008

I have a client that is wanting me to create a flash website in which they can add products pages (product info, images, etc.) themselves after the website is completed. I will setup up the first few products then they will do the rest. Would I wanted to go with dynamic text and empty movie clips loading the images? If so how could I have this create a duplicate page that refers to the new text and image?

View 3 Replies

Dynamic TXT Flash Blog?

Jul 21, 2009

I've maintained a blog on my site, and it's a real pain to post in it because everytime I do it, I get TXT files from people using PCs (I use macs), and when I copy and paste that text into flash, it adds double the lines they used. So I have to edit them to take out all the extra spaces.

If that wasn't bad enough, The titles and content use different fonts and different sizes, so they're two different static textfields. And to set each posting apart from the other, I added a line between them. But for it to look good, this has to be in the exact middle between the end of one post, and the next post's title. But since each post has a different size, it's also a pain to measure that distance everytime I add a post. So I was thinking, one way for me to solve all this is to make a movieclip which does all the calculations by itself, and draws text from an external textfile. Maybe using HTML text I can have two different fonts and sizes in one textfield, instead of two?

Anyway, what I want is to just get the new post from people, paste the new text inside the TXT file, overwrite the one on the server with it and voil, that way I don't even have to open flash when adding new posts.

Anyone have a good way to do this? And then, for extra coolness, maybe if I get this working, I could make a page where the posters could log in and post...this page would save the post to the txt and that would make posting a lot easier because then they don't need me to post!

View 1 Replies

ActionScript 3.0 :: Creating A Web Blog In Flash?

Jan 17, 2010

I remember doing some work where I put a dynamically changing PHP page into flash, I'm curious can the same be done by cutting out the PHP programming? I'm new to AS3 so I'm not sure what the protocol is now.Previously the hierarchy looked something like this.1. Input done on upload.php2. upload.php pass information through a handler.php3. handler.php outputs data.xml4. site.swf imports and uses information from data.xml to display blog

View 3 Replies

ActionScript 3.0 :: Create A Flash Blog?

May 25, 2009

im trying to create a flash blog but am alittle overwelld by all the options out there. i say this tutorial [URL] it shows u how to make a blog in as2 ( im trying to use as3) using cakephp and SWX but some have told me that thats not actually the best way to do it.

View 3 Replies

ActionScript 2.0 :: Show PHP Blog In Flash

Jan 23, 2011

I'm currently building a flash website for uni, but I want to show my blog on the site. I'm currently using something called cutenews. CuteNews uses php but does not require a msql database. The page that contains my blog entries located here:

[URL]

I use this script to display my blog on my current website made in dreamwever:

Code:
<?PHP
include('path/to/show_news.php');
?>

I want to be able to display my blog on a dynamic text field in flash. I've tried loads of tutorials but cannot seem to get this working.

View 3 Replies

ActionScript 3.0 :: Possible To Create Flash XML Blog

Apr 28, 2011

Is this as simple as using an XML image gallery's setup? The thing is, for a school project we can do whatever we want, but there has to be a blog. Since we want to make our site in Flash, I had this thought to use XML so my other team members (who have no clue on how to work with flash) could just as easily update the XML file and we have our "blog". Now the way I had this in mind (but I'm not that experienced with XML) is I have a movieClip container which would be added at every new XML line. Within this movieClip there would be a textField to fill with our babbling and a sprite/movieClip which will hold an image. That's about it.

View 12 Replies

Frames :: Transitions From Page To Page And From Frame To Frame All In On Site?

Jan 29, 2010

how do transitions from page to page and from frame to frame all in on site, and i'm lost in the codes  this is an exemple that i did in attachment, i want to be able to click in the different buttons bur a lot of thinks do not work. In the portfolio section i create a move clip that works well alone, bur when i integrate it with the home intro it didn't work properly.  Hope that someone will be able to help me on that one, cause i think that this will help me a lot to understnad the basic transitions with buttons (frame to frame and page to page).

Attachments:
NextFramePratice copy.fla.zip (10.1 K)

View 2 Replies

ActionScript 2.0 :: Flash Based Video Blog?

Jul 5, 2009

I want to create something similar to "Karrine Cast" on http://www.karrine.com/home/ - something where I can record myself on web cam every week and then upload it and display it in flash. Without having to open up flash and render it into FLV, then import it, do coding etc change my move etc. Something simple, quick and easy to be able to display videos. Is there a tutorial or some sort of premade code that would allow me to do this?

View 1 Replies

Professional :: Rotating Flash Blog Banner?

Apr 4, 2010

Does anyone know how to create a rotating flash banner for your wedding blog. I have a blogger photography blog but need a rotating flash banner. I know how to insert it but does anyone know of a generator that makes flash banners similar to these and made by prophotoblogs:
 
[URL]

View 4 Replies

ActionScript 2.0 :: Flash-Based Blog Aggregator?

Jul 31, 2006

Right off the bat, I did a search and couldn't find anything, so I appologize if this has been covered. So here we go: I'm looking to build a clean, little blog aggregator (Multiple sources: LiveJournal, BlogSpot, etc.) built into a Flash file. The best example of what I'm looking to build would be Michael's Mini-Reader. Thing is, I haven't the slightest of how to aggregate RSS/XML feeds into a Flash file. So any [detailed] suggestions? AS is where I tend to faulter in my projects; better at the artistic end,

View 1 Replies

ActionScript 2.0 :: Pulling A Blog Into Flash Through An XML Sheet?

Jun 15, 2008

I am pulling a blog into flash through an XML sheet. I have a clip in the library that gets attached per blog entry. The issue I am having right now is not all the posts are the same length so I am trying to adjust the clips background to the height of the post text box, but they are all reading as the same height so they aren't properly adjusting. I even have the text boxes set to autoSize = true;

Here is my code..the resizeBlog function is where I am trying to resize it and then I want to adjust its y property accordingly.

[code]...

View 13 Replies

Flash :: Link A Blog Into Scrolling Text Of SWF File?

Nov 30, 2009

I'm working on an entirely flash-based site for a client who has already been using Blogspot for his News/Homepage updates. He wants to continue updating through Blogspot, but wants the blog to automatically fill in the text box on the flash site Homepage. I'm not sure if this is possible, or how I would go about doing it.

Here is the blogspot page: [URL]

Here is an example of what the scrolling SWF text box will be like: [URL]

View 1 Replies







Copyrights 2005-15 www.BigResource.com, All rights reserved