You need a Grounds Gold Account to post on the NG BBS! If you don't have one, click here to sign up now! It's fast, free, and easy — and opens up tons of great NG features!

Author Search Results: 'Yashv1r'

We found 24 matches.


<< < > >>

Viewing 1-24 of 24 matches.

1.

Crying

Topic: Flash site = facebook share issue

Posted: 10/26/09 03:09 AM

Forum: Programming

Sup guys, my flash portfolio website is www.luciddesign.co.za, and I tend to do alot of marketing via facebook, trying to make it more viral. Now facebook has a Share button which you can drag into your browser to post a website or blog on your wall, its also at the bottom of most blogs, I'm sure you are familiar with it.

The shared content cosists of text and meta data, and an image. Being a flash ONLY site, my question is how do I get facebook to detect and pickup an image so that the facebook post has a thumbnail???

Thanks!
Yash
www.luciddesign.co.za


2.

None

Topic: Full Screen Portfolio Help!

Posted: 08/06/09 08:08 PM

Forum: Flash

I'm making a flash portfolio for my design work, that opens in a browser in full screen.
I know how to do that, not a problem.

What I need to know is, how do I accommodate for different screen resolutions? I want the work to fill the screen, so how do I avoid pixelation? How do I prevent a discrepancy between users of 800x600 screens and 1680x1050 like myself?

What I really require by asking this, isn't specific actionscript, but rather tips on loading images for different resolutions. Thanks!


3.

None

Topic: Help with FTP

Posted: 04/02/09 11:56 AM

Forum: Programming

Hi there, how do i access my servers SSH or whatever...i need command line access to just run a simple command: unzip myfile.zip

I am using Plesk 8.3.0 on Host4Africa.com's server...thanks!


4.

None

Topic: How can i make a mmo flash game

Posted: 02/24/09 08:51 AM

Forum: Flash

Newgrounds has a few multiplayer online games, how do i go about this? I cant find any tuts on this. I no actionscripting and have made a few games, just need to no how to go online with it??? thanx


5.

None

Topic: Multiplayer Lan Flash Game?

Posted: 02/23/09 07:27 PM

Forum: Flash

wazup, is it possible to create a Multiplayer flash LAN Game???

Example: pac man. One player is pacman, one is a badguy. Movement vars are sent via php to be written to a file, (the hub of everyones position) and then read back into pacmans screen to update the badguys position. Of course Im sure there must be a better or rational way about going about it, thats where you come in..can u help???

Thanks in advance!
yash
www.holografik.co.za


6.

None

Topic: Multiplayer Flash Lan Game

Posted: 02/23/09 07:25 PM

Forum: Programming

hi, is it possible to make a Multiplayer flash LAN Game???

For example, pac man. One player is pacman, one is a badguy. Movement vars are sent via php to be written to a file, (the hub of everyones position) and then read back into pacmans screen to update the badguys position. Of course Im sure there must be a better or rational way about going about it, thats where you come in..can u help???

Thanks in advance!
yash
www.holografik.co.za


7.

None

Topic: Unzip Zip Files On Server Pls Help!

Posted: 02/20/09 05:25 PM

Forum: Programming

There is an option for me to upload a virtual skeleton...I've uploaded the file accordingly with the correct directories...but it doesnt show up on the server! What is a virtual host skeleton and is this what im meant to be using???


8.

None

Topic: Unzip Zip Files On Server Pls Help!

Posted: 02/20/09 05:14 PM

Forum: Programming

I'm trying to install Joomla! 1.5 on my server, the extracted 12mb folder contains approx 3000 files and ALWAYS fails to upload via ftp using filezilla...so FTPing is out!

I did however, manage to upload the 6mb archive on my web hosts server...i just need to extract it from the server.
I HAVE:
* No clue how to do this
* Tried about 10 webpages from the google search "unzip zip files via php"
* Tried numerous php scripts

SO:
*PLS HELP!!!


9.

None

Topic: As2 And Php Comment Box

Posted: 11/18/08 07:49 PM

Forum: Programming

Hi there. How do i make a comment box in flash with php code? I need it for my website
www.holografik.co.za

Also please comment on the current box and let me know what you like about my work :> thanks


10.

None

Topic: Flash comment box

Posted: 11/18/08 06:02 PM

Forum: Flash

Hi guys, how do i make a flash comment box? I need to integrate it in my portfolio, i currently have a js based box below my flash. I understand I will have to use php. I just need to know how...Thanks!


11.

None

Topic: Where Do I Begin Learning Cms?

Posted: 11/18/08 05:41 PM

Forum: Programming

Hey there fellow designers/scripters/programmers, i'm hoping to learn some basic content management system stuff over a few weeks.

My aim is to know enough to create simple guestbook type functionality for websites for now. Can anyone please suggest a good cms to learn for beginners or a good tutorial.

Thanks in advance!
Yash.
<a>www.holografik.co.za


12.

None

Topic: Flash mail form

Posted: 11/07/08 01:03 AM

Forum: Flash

Do you know the code to do this? I'm unsure whether to use the onData function in flash or echo in php


13.

None

Topic: Flash mail form

Posted: 11/07/08 12:49 AM

Forum: Flash

Hey whatsup guys, I've created a flash mail form via actionscript and php. Everything works 100%, but my problem is that after you click send, i need the flash movie to check if the php sending was a success, so it can say "message sent" in the flash movie.

I'm loading variables using POST. Not many forums actually reply to php related posts so really any assistance is welcome, possibly even a link to an advanced actionscript help site would be cool too. Thanks!


14.

None

Topic: Php mailer in AS2-Feedback issue

Posted: 11/01/08 07:14 AM

Forum: Programming

Hi guys, I was at a bit of a dilemma when deciding where to post this, actionscript section or programming section, but seeing as its a bit of both....ng picks up double posting as spam.

So anyway, i've configured my mailer in AS 2 with Php, works beatifully. Except for two things. The mail I receive is from "anonymous" so a field in my php is wrong or not there at all.

Secondly, I need php to tell flash that the sending was a success, so gotoAndPlay the message sent frame. I tried using onData or onClipEvent(Data) but that doesnt work.

Thanks! Here is my php code

<?php
$to = "me@gmail.com";
$subject = $_POST['subject'];
$msg = $_POST['message'] . "\n" ." From: " . $_POST["email"];
$header = $_POST["name"];

mail($to, $subject, $msg, $header);
?>


15.

None

Topic: Php Mailer Via As2 - Feedback Issue

Posted: 11/01/08 07:11 AM

Forum: Flash

Hi guys, I was at a bit of a dilemma when deciding where to post this, actionscript section or programming section, but seeing as its a bit of both...

So anyway, i've configured my mailer in AS 2 with Php, works beatifully. Except for two things. The mail I receive is from "anonymous" so a field in my php is wrong or not there at all.

Secondly, I need php to tell flash that the sending was a success, so gotoAndPlay the message sent frame. I tried using onData or onClipEvent(Data) but that doesnt work.

Thanks alot. Here is my php code

<?php
$to = "me@gmail.com";
$subject = $_POST['subject'];
$msg = $_POST['message'] . "\n" ." From: " . $_POST["email"];
$header = $_POST["name"];

mail($to, $subject, $msg, $header);
?>


16.

None

Topic: Advanced actionscript help anyone?

Posted: 10/28/08 06:28 AM

Forum: Flash

Thanks for the help! Oh and Tim Wilson is exactly the guy that i got the idea from! However i didnt realize he has a tutorial of some sort to explain it. Ill navigate his page (i see he's updated it since the last time) and try to find it. Thanks alot Kayn


17.

None

Topic: Advanced actionscript help anyone?

Posted: 10/28/08 06:10 AM

Forum: Flash

Hey wasup. I'm soon to be hosting my digital portfolio online, I just can't seem to find these two topics on the internet at all!

I need to add a box where visitors can leave a comment, VIA ACTIONSCRIPT WITHIN THE MOVIE, not wordpress etc outside of the flash. I've seen someone actually add a blog via xml and wordpress however i'm not picky, just an "Add Comment" block in the flash is sufficient.

Secondly, is there a script that can be executed IN FLASH to make the movie fullscreen within the browser? Press F11 now and you'll see what i mean. Again, i've seen this but cant seem to acquire the script. Thanks for reading, please help if you can.


18.

Questioning

Topic: Need ultra cool or fun preloader

Posted: 10/26/08 08:26 AM

Forum: Flash

I need a really cool load screen for my portfolio. I'm not talking about a fancy loading bar, i mean a cool idea. Its for my portfolio. The look is all techno futuristic, or at least a hint of it. Thanks!


19.

None

Topic: Keeping score after game closes

Posted: 10/13/08 03:56 PM

Forum: Flash

Brilliant. Thanks!


20.

None

Topic: Keeping score after game closes

Posted: 10/13/08 03:49 PM

Forum: Flash

How do some flash games keep count of scores while not connected to the internet, even after you close the game. When you restart, saved data remains, like indestructo tank keeps tracks of how many medals you have etc... I'm coding in AS2. Thanks!

PS: Play and review my game Brainwave if you like. I would like to add it to that once i've changed the gameplay based on the current reviews. Thanks again!


21.

None

Topic: Basic flash website help

Posted: 04/14/08 06:11 PM

Forum: Flash

Thanks :) And does anybody know where i can get some samples too?


22.

None

Topic: Basic flash website help

Posted: 04/14/08 05:33 PM

Forum: Flash

Hey guys, i need to create a cool website, i have that sorted. I need advice/tutorials on how to:

Allow the owner of the site to login and and create new blogs

Allow visitors to participate in these blogs, maybe by registering first (just like how newgrounds is working now)

And thats about it for now. Thanks :)


23.

None

Topic: Xander fox colab

Posted: 04/12/08 04:49 PM

Forum: Flash

Sup guys i'm looking for amateur animators willing to colab on this flash movie

http://www.newgrounds.com/portal/view/43 4642

to create a better sequel. thanks

Xander fox colab


24.

None

Topic: Flash Lite For mobile phones

Posted: 04/12/08 05:15 AM

Forum: Programming

Does anyone know any good tutorials on this? I want to create a game for a mobile, but the scripting is very limited! So much for all the commands and functions i learned! Ay help much appreciated. Thnx!


All times are Eastern Standard Time (GMT -5) | Current Time: 12:06 AM

<< < > >>

Viewing 1-24 of 24 matches.