Flash :: IDE - Sites Vs HTML-based

Jan 9, 2011

1) They're hard to edit. I never learned AS, and I'm kind of hesitant to learn it. Adobe Flash (using CS5), while kind of cool, is really complicated.

2) They don't show up on Macs.

3) They don't show up right when Google crawls it. It just looks like a picture or something embedded. There's no text, so Google has no clue what you're talking about.

4) You can't get FLA files from the "View Page Source" or even the FTP, you have to ask your client to give you those files. Chances are, especially with my luck, he doesn't have them.

So. Why would someone use Flash to build a website? Especially when HTML 5, CSS3, JQuery and the like can do a similar job? I know I'm pretty new at the more complex languages, but if someone could enlighten me as to why Flash is just as useful, if not moreso, than an HTML based site?

View 5 Replies


Similar Posts:


ActionScript 3.0 :: Why Flash-based Music Player Can't Play A Song From Other Sites

Apr 28, 2009

I am making flash CS4-based music player with ActionScript 3. When I host the player on my site, e.g. [URL], and play an mp3 on the server of my site, e.g.[URL], it works well.

When I link to an mp3 of another site, e.g. [URL], in my local machine, it also works. However, when I host the music player in my site [URL], and play an mp3 of [URL], then it can't be played.

View 8 Replies

Flash :: Html - Duplicate Sites One Wordpress One

Mar 28, 2012

I would like to have a link on my wordpress site to view a flash version of the same site. Could it be done by creating a subdomain for the flash site and using robots.txt to hide the flash site from search engines to avoid duplicate content.

View 1 Replies

ActionScript 2.0 :: Loading HTML Sites In Frames?

Apr 2, 2002

Is there any way od loading, with Flash Button in one Frame of the HTML page, a page (HTML or Flash) in the other Frame?

View 4 Replies

Actionscript 2.0 :: Based Off Of The Flash - HTML And CSS Tutorial

Apr 1, 2010

I have the tutorial's files that i created along with the video set up and all and it works. My specific project I'm working on is to have the div tags become editable outside of flash but have my design in flash making it so every div tag had its own respective text box, Is there any way to select specific div tags for the code?

View 2 Replies

IDE :: HTML Based 'home' Button For Flash?

May 13, 2009

I've built a Flash site, embedded it within an HTML page and I'd like to add a 'HOME' button to the HTML page linking to a particular frame within the Flash. Is this possible?

View 4 Replies

Know HTML Todesign Complete Flash Based Websites?

Feb 22, 2010

Is it neccesary to know HTML todesign complete flash based websites ?Ofcourse i know simple things like the index.html and adjusting borders etc within the html code. But i dont know exclusively how to make HTML standalone pages. Im basically a video edit guy and dont have much time to spend on learning HTML webdesigning.I propose to further study and polish my skills only in flash and stick to that area of specialization, ie.designing websites purely based on Flash. Is this OK. Are there designers like this who only specialize in flash websites without venturing into HTML ?

View 8 Replies

ActionScript 2.0 :: Send A Variable From An HTML Into Flash In Order To Modify It Based On The Value?

Feb 11, 2010

I'm trying to send a variable from an HTML into Flash in order to modify it based on the value. I generally know how FlashVars works in AS3, so I did some quick reading for AS2 and made a test swf.

[URL]

In my swf, the first frame only has this code:

Code:
if (_root.tester == undefined) {
var passed:String = "Nothing Passed";
} else {
var passed:String = _root.tester;
}
texty.text = passed;

According to what I've read and what my code is, this should work. It should read the value of video as the value of _root.tester (check the HTML code), yet it's always listed as undefined.

View 2 Replies

Demo Sites With A Flash Overlay?

Apr 17, 2009

How does this website enable a user to punch in any URL then see that site with a chosen flash overlay?

View 1 Replies

View Macromedia Flash Sites?

Sep 28, 2009

how to view macromedia flash sites i have vista firefox and adobe flash player 10 but i still cant use the site [URL] can i install macromedia flash player over my adobe flash player without errors

View 12 Replies

ActionScript 3.0 :: Best Way To SEO Full Flash Sites

Oct 12, 2008

i would like to hear some feedback on how to seo flash sites using deep linking. I am using swfAddress and swfObject but the urls generated by swfAdress with # anchors are not really seo friendly, google just ignores enything behind the "#" and this could be end in cloaking.

View 2 Replies

ActionScript 2.0 :: Make Scaleable Flash Sites?

Aug 11, 2009

I'm wondering how to make scaleable flash sites - if you look at this[url]...

Even what ever size it is it uses all the corners and scales the graphics. But the great thing about this is that the menu is not scaled but kept in the same size.

View 4 Replies

Flash Player Content Box That Shuffles Through Sites?

Sep 6, 2009

I'm trying to do this effect with my website allowing me to shuffle through different websites, can anyone point me in the direction to a tutorial that breaks this down or can anyone try to explain it I'm very new to flash and only know the basics.

Code:
<div id="flash_banner">
<script language="javascript">

[code].....

View 1 Replies

Flash :: Sites Like Toufee Or Mouvee Work?

Mar 21, 2010

Was just wondering how do these sites (and many other softwares that generate flash movies from audio clips,images , docs) work ? how do they compile the media files(audio/image/vid) into a flv movie on the server ? Can the same be done using some open source tech.

View 2 Replies

ActionScript 3.0 :: Create Flash Video Sites?

Aug 18, 2011

Recently i have visited so many video enriched flash site like this one[url]...

Most of them shows video in full size . I downloaded the video using FF plugin.Video framesize is very small compared to the stage size. When i tried to add video and resize the video acoording to the page size , it slows the browser. I tried to embed the flv inside an swf and loaded the swf using normal loader and plyed it.. but the quallity and performance comapred to these site is very low..

Can someone put some light on how to make video enriched flash site?

View 1 Replies

Actionscript 3.0 :: What Are Tutorial Sites For Flash Web Design

Nov 26, 2008

any one know what are the tutorial sites for flash web design..?

View 3 Replies

H264 Video Driven Flash Sites

Mar 11, 2010

i stumbled accross the following website: URL...As you can see, the site is driven using a hd video. the user can interact with the site by performing little actions with the mouse. I guess this is simply accomplished by seeking through the video using the mousemovements as offset.What i would like to know is, how are videos like this encoded ? How big is the video behind a site like this ? Is the HD content streamed from the server ? What compression would you recommend for similar quality ? Do you guys know a tutorial/article that deals with constructing "video driven" websites like the one above ?

View 1 Replies

ActionScript 2.0 :: Full Screen Flash Sites?

Jul 24, 2006

What are some of the basics needed to design and develop a Full-Screen Flash site?

- Ex. Publish at 100% (width and height)?
- Some sort of Java Script?
- CSS that allows for this to happen?

I just need a starting point and will be glad to research the rest. Looking for sqare 1.

[Code]...

View 4 Replies

ActionScript 2.0 :: Share Social Sites In Flash?

Dec 16, 2008

How do i create social sites (Myspace, facebook etc) share links in flash- so my site A should have an icon for another site B, when clicked one can go to the site B and share my site A there. is there any component in 2.0 to get it done.. or it simply be adding icons for these sites and using geturl .

View 1 Replies

ActionScript 2.0 :: Any Backoffice System For XML Driven Flash Sites?

Jan 27, 2009

i did a flashsite feeded by xml with text etc. html formatted etc.i am wondering if there is any possibility to use a backoffice system with a login to make my clients modify the xml files... something with an integrated html editor o.e.i could set up typo3 to make a backoffice to edit online xml files, but there must be something better for this.

View 2 Replies

Change Settings For Flash Player So Sites Can Be Accessed By My Swf?

Nov 28, 2010

I'm creating a banner that is supposed to send an user to a Web site. I have the following as my AS3 code (in a separate layer)[code]...

How do I get to this "settings manager"? I'm using Windows 7 Professional.

View 1 Replies

Media Server :: Converting Flash Sites To IOS Via FMS Or Wallaby

Oct 4, 2011

Having some sites on flash (SWFs, not necessarily with video content), is it possible to convert them on the fly by FMS into streams compatible to iOS's Safari? I didn't find any info about this in the documentation. The idea is to show video-"presentation" instead of actual site, when the site is shown to a client without Flash support. Also, is it ok to install Wallaby on the same Windows server where FMS was installed? I just want to make sure these two product do not interfere somehow. We are going to check all possibilities for sites converion to Apple platform.

View 6 Replies

Flash :: Track Video Player Embed On Other Sites?

Feb 19, 2010

Setup: an online tv channel with "youtube" like clips and categories our own flash video player which can be embeded into other remote sites as2 flash player Goal: To track who's embeding my videos, at least with basic statistics per domain.

Since it's AS2, it's harder to do this. My ideea is that I can create a php page which should be opened each time the player loads on any website; than the flash player can do a "geturl" of the php file which has Google Analytics code or some other decent tracker.

The geturl command could contain a variable like the Video Title which already is included in the player; and this title would pass on with GET to the php file and setup a dynamic page title which can be tracked very well. Problem: how to i use the GETURL function without have user's browser open a new tab or window. Is there any hidden way to do it?

View 3 Replies

Make Flash Sites Search Engine Friendly?

Sep 11, 2010

I've made a Flash site and I want it to be optimized for search engine.What I need is, for every query on Google for this organization name I want respective Flash page to be displayed.

View 1 Replies

Flash Remote Images Loaded From Server On Other Sites

Nov 12, 2011

I want to understand something if it is possible to do it in flash movie. I want to make flash animation with let say 4 pics. The animation will be used as an advertisement on other sites. But I want the images in the flash movie to be changed from time to time. Thus I want the images to be loaded from my server while the movie is been shown on other sites. I want to know if this is possible in flash.

View 1 Replies

Professional :: Clear Photos In Full-screen Flash Sites?

Jun 22, 2010

i've been working with flash for a long time, but there's still something that i don't quite think i'm understanding fully. i see many of these sophisticated photography sites programmed so that the photo fills the whole screen (such asand the photo is crisp and clear on any sized monitor.i know how to set the site to be programmed to fill 100% of the screen, and i know how to "trace bitmap" inside of flash so that the photos work a little better. they then act more like vector images than bitmaps which tend to pixelate when proportions are enlarged. but when i use the "trace bitmap" feature, the flash file often becomes very large size in terms of KB, even when some detailed smaller images are traced.

View 1 Replies

Flash :: Professional - Make Certain Areas Of Image Into Links To Other Sites?

Sep 22, 2011

I am new to Flash but am slowly teaching myself via [URL] etc I have an image that I have added to a website via a content management system and want to make certain areas of that image into links to other sites. I found this page that does the kind of thing I want to do, but it appears from looking at the source code that the person who has done this has cut the image up into several sections in order to fit it into a table: [URL] Is there a better way to achieve the same kind of effect using Flash by making ares of an image into links and keeping the image as a whole?

View 2 Replies

Server Side :: Flash Mx And Php - Obtain Information About The Users Of Sites?

Jan 3, 2003

I have been trying for a few days to obtain information about the users of sites. No success so far.In flash I am using:

loadVariablesNum("mailPHP.php", "0", "POST");

My php code is:

PHP Code:

<html>
<body>
<?php
$mail_to="northls@nbkayaking.com";[code].....

I know I have made an arseup somewhere.

View 14 Replies

Professional :: Update Flash Sites Without Flash Installed?

Apr 22, 2010

aside from using ICE, is there a way for someone to update a flash site with pictures and text who doesn't have flsah installed on their computer? i.e., how can you add as well as replace additional text and image files without doing it in flash and publishing a swf file everytime?

View 2 Replies

Flash :: Web Based Visual Programming Interface Based On Python For Data Visualization

Nov 4, 2011

I just discovered impure.com and was very impressed by what can be achieved in terms of visualizing data using their workspace. Although the platform is free to use, but not open source yet. This causes a few problems because the API section works with .com sites for eg. for ebay, so I cannot visualize ebay listings for regional sites such as ebay.in because the link to ebay.com is hardcoded.I searched around, but didn't find other projects that offer a similar way to work with site APIs and other data sources with the kind of user interface and detail that impure.com does in a realtime way within a browser window.This brings me to the questions:

-What technologies would be involved in creating a similar kind of project

-What are the open source tools that can help develop a fullscreen UI to render the workspace. Are there any alternatives to flash for this, and how do they compare

The goal would be to use standard python data structures, python scripts to do some processing on these data structures, scripts to gather data from csv, json and API sources such as google yahoo, wikipedia and flickr, and scripts to render graphs, tag clouds, network visualizations etc. Then bring them all together into a visual interface that supports drag drop and simple type checking.How would the python backend integrate with the UI.

View 1 Replies







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