Flash : Create An App Used To Display Company's Portfolio?
Nov 29, 2011
I am trying to create an app used to display my company's portfolio. This includes a show-reel section.I developed it using HTML and jQuery, and converted it into an AIR app using the plugin for Dreamweaver.Admittedly this my first attempt at creating an app this way, but it all went smoothly until I wanted to play the video.
My Flash video player does not work, and according to some similar posts I read this is because of a referencing issue. I found several solutions for Flex, but that does not help my specific case.HTML 5 does not seem to work in AIR 2.0 either, so I am a bit stumped.
View 10 Replies
Similar Posts:
Jun 18, 2010
I need to create an image upload app for our company's facebook page. I've been able to successfully create the app on facebook and it pulls from a location on our web server. Right now it's just an index.cfm file with hello world in it.We're having a photo contest and what we need to do is provide a quick form (name, email, phone, photo to upload, and photo description).When a user fills out the form and uploads the image, the image shows on our app with the description and then we are notified that someone has uploaded and image.
View 1 Replies
Jan 31, 2011
I need to create a video showing the world-wide population growth of company from 1830 until now. I have a spreadsheet with the dates of when each unit opened. I would like to have a spot on the right location on a map glow as each unit open up. Is there a way to do this in Flash or Flash Builder? Some similar videos I've seen are: [URL]
View 1 Replies
Mar 20, 2003
I'm trying to create a menu.. that can be easily updatable with actionscript in a txt file.. (menu.txt) However, the files (swf) have to load in mc (dropstage). here's the code for the menu (menu.txt)
[Code]...
View 2 Replies
Mar 17, 2009
I'm trying to develop an infinite menu (horizontal scroller) for a Portfolio. It works but not properly the way it should. After few loops the images get out of sync I don't know why. And if possible can you also help to add some easing to the movement? What I did was, I add to instances of the menu one called menu and another called menu1. Than add the following code to the timeline: import flash.events.Event;
[Code]....
View 2 Replies
Apr 8, 2010
I'm new in the flash world. I'm trying to set up my website but I keep on getting errors! I manage to create a loader to load the images of my portfolio, first I couldn't remove the previous image, when I loaded the second one, the first one was still there. Now it seems to disappear when I added the line removeChild(loader1). BUT I still get a message in the output panel:
ArgumentError: Error #2025: The supplied DisplayObject must be a child of the caller. at flash.display::DisplayObjectContainer/removeChild() at prueba3_fla::MainTimeline/clickF2()
I don't know if this is going to be a problem in the future or not. I don't have any idea of what this message is talking about
[Code]...
View 16 Replies
Apr 17, 2011
i was curious on what i would need to incorparate flash to my business website rather than the service we are using currently. We have noticed that the flash images on our website are having issues loading and getting stuck currectly.My website address is http:[url]... there is flash type images at the top of the page as well as the middle.
View 1 Replies
Apr 11, 2008
First post - I'm a designer just picking up AS2 for the 3rd year - so I know how to get in trouble..nonetheless, I created a flash presentation for the company I work for and they want to use the demo at conferences and what not... It's a single scene with nested/nested/nested MC spewn throughout... right now everything was hodgepodged in AS3 as I was desperately trying to get familiar with it. So I suck
I can't figure out how to tell the topmost timeline (or root?) timeline to play as soon as an embedded mc finishes playing or even one layer above the nested MC - everything is on a timeline, nothing is loaded, I have no real programming skill anymore...or ever
my final result is to have my same button driven presentation run automatically so the buttons no longer need to be clicked to continue.
View 5 Replies
Nov 9, 2009
I am trying to build a flash player for my company's Shoutcast server, and have seen a few articles about it on the 'net, including this SO question here. However, I can't seem to get the audio stream to actually play. It seems to be connecting alright, but calling stream.play() doesn't seem to do anything.
public function stream() {
private var url:URLREQUEST = "my.domain.com";
private var sStream:Sound = new Sound();
sStream.load(url);
sStream.play();
}
View 2 Replies
Aug 5, 2011
I've ran into a weird problem while trying to send a JSON command to my company's flash player. Basically, i am unable to pass a playlist to this player - nothing happens - using the following command:
player.sendEvent("LOAD_PLAYLIST", json_str);
but the weirdest part is that if I print the entire command using Firebug's console.log, copy it and paste it into the code (thus hardcoding the playlist), everything works like a charm.
For instance, the following code:
player.sendEvent("LOAD_PLAYLIST", "{"streams": [{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname1/prog_1_20110804.mp4"},{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname2/prog_2_20110804.mp4"},{"src": "rtmp://xxx.xxx.xx:80/redirectvodxxx/nas2.share/h264/512x384/progname3/prog_3_20110804.mp4"}]}");
was obtained using
console.log('[loadNewListofContents] playing the following content list: player.sendEvent("LOAD_PLAYLIST", ' + json_str.toString() + ');');
and if i hardcode it, it works!I've tried all the toString() tricks I can think of (ex: json_str.toString(), '"' + json_str.toString() + '"', etc...) but so far no such luck.
View 2 Replies
Aug 26, 2011
How do you or your company require designers to deliver their assets to coders? Do they deliver a PSD? A series of 24-bit PNGs?
If you are a coder, what would you include in a best-practice guideline to designers? If you are a designer, what questions would you like to see answered in such a document?
[Code]...
View 1 Replies
Apr 29, 2011
sometimes, the spec sheet from the media company won't state actionscript version. so I guess it should be save to use as2 rather than as3. but is that actually actionscript version will affect the flash player.
View 2 Replies
Feb 3, 2010
I have used Flash to make skins, which I import and apply to Flex components.But how can I create a component in Flash, with properties and methods. And make it able to be added to the displayList in a Flex app?I installed the Flex component kit for flash. Created my component in flash (it extends MovieClip). Did Command->Convert to flex Component, did File->Published, which gave me a .swc, dropped the .sec file into my Flex project. Now when I create a new var the class "FlashFlexComponentTest" pops up in the new class hint box, so flex sees it. But afterwards I get the error: [code]I added the .swc via project build path -> add SWC.I no longer have a compile-time error but I am getting a runtime error:[code]
View 3 Replies
Apr 4, 2011
i'm trying to create a simple paint visualizer in flash. need to display two walls for example and a vertical color palette for the user to choose from. an example would be the following link [URL] (it's very advanced compared to what i need but i couldnt' find a simpler one on the web).
View 3 Replies
Feb 27, 2012
What ist the best dimension for photography portfolio in Flash?I would like to make my portfolio website with my photographs.
View 3 Replies
Jul 8, 2009
I am wanting to create a website that uses flash elements to show my portfolio/ resume/ contact information.it worries me because I look at these professionally done flash sites and I honestly have no idea how to make mine look even close to that!
View 1 Replies
May 14, 2010
So im trying to get my flash portfolio up and running. And im using the code I usually do for buttons which is for example:
function onbrandingClick(evt:MouseEvent):void {
gotoAndStop("branding");
}
branding.addEventListener(MouseEvent.CLICK, onbrandingClick);
All my menu buttons are working until I click on portfolio which has 6 different catergories and it just stops at branding and the other category buttons wont work. They are all set up fine with instances and such. However the buttons in the menu will still work.This might be confusing but I am up for sending the file to show someone if anyone is interested!
View 2 Replies
May 7, 2011
what is the easy to learn platform platform to create a colorful display and link it to hard coded some pages
View 1 Replies
Jun 25, 2009
I have recently created a flash site and I am trying to update my online portfolio. How do I take a snapshot of the homepage of the flash site for my portfolio?
View 2 Replies
Jun 11, 2010
I am working on a portfolio in flash which dynamically defines the target of the buttons. When a button is click an external swf is loaded, and the button sends the value of a variable to the loaded swf. So far I got it to work as I want it to, BUT the ouput-panel keeps giving the message:
Target not found: Target="this._parent.project" Base="_level0.button_1"
I am using this code:
on (release) {
this._parent.project.loadMovie("project.swf");
tellTarget ("this._parent.project") {
pnumber = a;
}}
The "pnumber" var is used in de project.swf to define a folder. "a" is a var with a numeric value. I know the tellTarget is an old-fashioned way of scripting, but so far it is the only piece of script that actually does what I want it to do (except for the error-message)
I tried:
Code:
on (release) {
this._parent.project.loadMovie("project.swf");
this._parent.project.pnumber = a;
}
But this resulted in an undefined var in my target clip, while the tellTarget did return the value for 'a'/'pnumber'.
View 1 Replies
Jun 3, 2004
i want to make a new portfolio site in flash... i was thinking on using as much server-side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff... I was wondering... is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum... the title being the title, the message being the description of the project and the pic i can attach being the photo itself..
View 14 Replies
Apr 8, 2003
my web site is based on pop-ups... which i am thinking now was pretty stupid as most people seem to have pop-up blockers. Well i havnt got the time at the moment to change the whole site, but perhaps some one could tell me an alternative way of loading the first flash screen (after the index html page), centered and with no boarders from the initial screen.
View 1 Replies
Mar 4, 2009
Ok so I have bought books and watched hours of tutorials and its painfully obvious that I am not picking AS3 (or any scripting)up very well.
I am creating a Flash Portfolio site and I am curious about the correct architecture. If I have a central Nav with corresponding animations, should the whole site reside on one stage or a new stage per animation?
If there is a FAQ or tutorial on Kirupa that covers this (I might have missed it)feel free to simply direct me there.
View 1 Replies
Oct 8, 2009
My portfolio is going to consist of certain experiments I have done in flash like this[URL]and I am trying to work out in my head at the design stage how I should go about implementing them on my website.
- [URL] - he uses split frames, but this limits what you can do with the portfolio bit
- [URL]- loads them into a new window, but can lose focus of the portfolio
- I have momentary thought about using popups.. then I remembered how crass and annoying they are xD
IDEALLY I would like to have the projects loading within my flash portfolio on one page.. and it might be possible seeing as they are mostly single sprite class files.. but the logistics of optimization.. importing the classes.. creating and deleting them completely is a massive challenge...
View 4 Replies
Sep 15, 2011
I have successfully created numerous AS3 to PHP contact forms. I know they work. However, I can't use PHP on the company server. I need an example of a working AS3 to ASP contact form.
View 1 Replies
Jan 2, 2010
I really want to use this panning/scrolling effect for some thumbnails in a flash portfolio. My only problem is it's AS3 and I'm using Flash 8 (AS2). I've tried re-working the code, but with no luck. It's the EventListener that is confusing me!
Code:
var verticalCenter:Number = stage.stageHeight / 2;
var limit:Number = stage.stageHeight - content_mc.height;
var speed:Number = 0.1;
var scrollY:Number = 0;
addEventListener(Event.ENTER_FRAME, scrollContent);
function scrollContent(e:Event):void {
scrollY = - speed * ( mouseY - verticalCenter );
content_mc.y+= scrollY;
if (content_mc.y>0) { content_mc.y= 0;}
else if (content_mc.y< limit) { content_mc.y= limit; }}
View 3 Replies
Feb 11, 2003
i am making a flash portfolio and am working on the "work" page.i have a bunch of links.i would like each link to open up a seperate window containing a graphic that is already in the library.so basically, what is the script to link to a graphic already in the library and have it open in a seperate window.(i just said the same thing twice.....)and also, is there any way to customize these pop up windows?
View 3 Replies
May 7, 2006
I've got some flash-movies I've made that I want in my flash-portfolio.I've tried the load movie script, but then the flash-movie get's the same FPS as the portfolio.
View 1 Replies
Jun 3, 2004
i want to make a new portfolio site in flash. i was thinking on using as much server - side scripting as possible, to make in easier to update and add some features like flash guestbook/mail form and some other stuff. I was wondering. is it possible using php and mysql to add content to the portfolio without modifying the flash itself? Is there a tutorial regarding this? WHat i want, exactly is to be able to add photos, sites, prints and other stuff to my portfolio like i would add a post to this forum. the title being the title, the message being the description of the project and the pic i can attach being the photo itself.
View 14 Replies
Jan 17, 2011
I would like to make videos like [URL]. They are pretty amazing for how simple they are...They accurately show what the company or service does. They did Google Doc's Videos and a lot of other companies videos. How would I create these. I know flash but what else and what skills would I need to have to accomplish making these?
View 1 Replies